Service Order line items not appearing
Hi Guys, I'm facing a weird issue in Service Orders on Web UI. After adding line items to an order when I save it and the order goes into display mode, all items except the first one vanish.When I come...
View ArticleEnhance Account Search
Hi, I have a requirement to enahnce the account search field and bring in few custom search fields.I have followed the steps mentioned in the following link:...
View ArticleRe: Mixed node not displaying values on WebUI
Hi Ashish, The custom attributes need to populated with appropriate data in the getter method.Remove the logic from DO_PREPARE_OUTPUT. In the getter method, use the logic to determine the value and...
View ArticleReg : Default values and operators in search using get_dquery_definitions
Hi all. I have one date field in search screen . My requirement is add couple of operators and default values based on Operators. I know how to make enable standard operators for field in search . but...
View ArticleRe: Enhance Account Search
You can use the same Implementation for all the custom fields . It will not feasible to create a new Implementation for each field. ThanksKumar Gaurav.
View ArticleRe: Reg : Default values and operators in search using get_dquery_definitions
Hi , Follow below thread:-http://scn.sap.com/thread/2119837http://blog.acorel.nl/2013/02/changing-operators-for-dynamic-queries.htmlThey might be helpful. ThanksKumar Gaurav
View ArticleRe: Service Order line items not appearing
Hi, In case you enhanced the items assignment block and redefined method DO_PREPARE_OUTPUT of the corresponding view, make sure you insert statement super->do_prepare_output( ) at the end of your...
View ArticleRe: Reg : Default values and operators in search using get_dquery_definitions
Hi Ajayram, Try to check with http://scn.sap.com/thread/1304135 Regards,Harish Kumar
View ArticleIPC Pricing Routine message log is not refreshing in SM53
Hi Experts, I have configured the message log for one of requirement routine in SM53 with 'ALL' but after order got created then also the log is not updating in SM53 log display area, is there any way...
View ArticleRe: Download to excel feature is throwing error: Service cannot be reached
Hi Anu, hi Erick, did you find any solution for the problem. We face the same issue right now too. We are also right after the system upgrade to SAP CRM 7.0 EHP2. Best regardsBen
View ArticleRe: Attachments - Right-click on document name disabled?
Hi Hasan, thanks for your reply. I will create an OSS. Thanks, Martin
View ArticleHow to set background color of cell to red
Hi Guys, until now I could change the font color of the text inside a cell to red by using the following code: CONCATENATE '<font color="red">' ls_ci_ti_compare-ci_value '</font>' INTO...
View ArticleRe: How to set background color of cell to red
It will look like :- concatenate '<span style="background-color:#FFFF00;font-weight:bold">' LV_DATA '</span>' into html_str. create object html_bee. html_bee->add(...
View ArticleError Message
Hi All, I need to do some validations at Item Level and need to raise error message if validations get fail. That is fine. I need to add Item number as prefix for that custome error message. How it is...
View ArticleRe: XIF adpater transaction CRMXIF_C1
Hi Geetha, While creating the 'Site' in Administration Console transaction, in the dropdown feature of the 'Site type' there is a mentioning about the XML or IDOC or Groupware or Mobile client....
View ArticleRe: Download to excel feature is throwing error: Service cannot be reached
Hello Ben, Please check if the following SAP Note is valid for your release / scenario: SAP Note 1697117 - Change Export to Excel to have a relative path URL (Please follow the manual steps before...
View ArticleRe: Error Message
Hi, You need to define your message with variable in TC 'SE91' under your message class and then in your code fill that variable with the Item number .For more details go through below...
View ArticleRe: How to set background color of cell to red
Hi Oliver, Great to hear you once more, i guess now you know how to color cell text with the help of threadhttp://scn.sap.com/message/14295856 , for background cell color just prepare the HTML code as...
View ArticleRe: Error Message
lr_core = cl_crm_bol_core=>get_instance( ). lr_message_cont = lr_core->get_global_message_cont( ). lr_message_cont->add_message( iv_msg_type = if_genil_message_container=>mt_error...
View ArticleRe: Download to excel feature is throwing error: Service cannot be reached
Hi Erick, the SAP note wasn't relevant for our system but the parameter settings did it. Thank you very much. You made my day. Best regards.Ben Addition: I don't know why SAP is doing it with a user...
View Article