Re: How to keep content selection on double-click in table cell?
Hi Jean-Yves,OK that makes sense. But then, imagine you don't care/need to select the corresponding row by clicking on any cell (because if you tell your users they can copy/paste any cell content by...
View ArticleRe: Starting a WF with Values of a Form View
Hello Friends!Any suggestions for my requirement? Still facing this problem. Regards Marcel
View ArticleAccess To BTPARTNER/Partner From BT116H_SRVO/Details
Hi All, I need your help with the following issue... When I create a new order, I set SOLD_TO field and then the partners are autocomplete.I must access to Partners information and then fill IBBASE...
View ArticleRe: Method GET_V - Value Help - Validation
Thanks a lot Srinivas! Could you please help me with the following issue? http://scn.sap.com/thread/3669054 Regards,
View ArticleRe: How to keep content selection on double-click in table cell?
For the record: I just got another piece of information from SAP Support:When navigating from cell to cell, the screen reader will read out the contents of the cell. This is very important in order...
View ArticleRe: Access To BTPARTNER/Partner From BT116H_SRVO/Details
Hi Nicol, This can be accessed via custom controller present in BT116H_SRVO component. Data: lr_cuco type ref to CL_BT_H_CUBTPARTNERCU, lr_entity type ref to cl_Crm_bol_entity. lr_cuco ?=...
View ArticleRe: RSPPFPROCESS - Batchpgm
Hi, It will trigger only for Quotation which meet your condition in Schedule condition. In schedule condition you can add status NE your status, so that it will run only those quotation which are not...
View ArticleRe: Starting a WF with Values of a Form View
Hi Beskau, Follow the below steps to transfer you context node attribute values to Workflow. 1. Create a custom class in se24 and a method with input parameters as your attribute values and an event...
View ArticleRe: In SAP CRM link between Activity and CASE
Hi Adarsha,you can try vice versa CRMD_CMG_CASE_AT-CASE_GUID = SCMG_T_CASE_ATTR-CASE_GUID SCMG_T_CASE_ATTR-EXT_KEY = CRMD_ACTIVITY_H-EXTERN_ACT_ID CRMD_ACTIVITY_H-GUID = CRMD_ORDERADM_H-GUID...
View ArticleRe: PLs. find link between a case and its activities?
Hi, you can try vice versa CRMD_CMG_CASE_AT-CASE_GUID = SCMG_T_CASE_ATTR-CASE_GUID SCMG_T_CASE_ATTR-EXT_KEY = CRMD_ACTIVITY_H-EXTERN_ACT_ID CRMD_ACTIVITY_H-GUID = CRMD_ORDERADM_H-GUID Regards,Sumeet
View ArticleNWBC for HTML - F4 / drop down does not work, Export to excel not working
Hello Experts, I am working on NWBC for HTML client with SAP CRM for incident management. Everything looks good except, on Customer field (in Incident create screen), if I press F4 or click on drop...
View ArticleNew field in CRM getting refreshed every time
Hi All, I got a requirement to add new field in CRMCMP_CCS_EML component..in view Mailbody...when I looked at the component it does not have any context nodes..all the fields are added using BSP...
View ArticleRe: Survey Data creation in service
Hi Shilpi, Could you please share how did you achieve this.. Regards.,Franklin.
View ArticleRe: New field in CRM getting refreshed every time
Hi Sara, input field must have a attribute value.THis is one example from same view <thtmlb:inputField id = "fromAddress" value = "<%= gv_from %>"...
View ArticleRe: New field in CRM getting refreshed every time
Thanks Anirudha for the response..I need some more information.. These are the steps I have done..1)Create page attribute GV_FORWARD_AGENT in BSP page 2) Added that attribute in the code as shown...
View ArticleRe: Exception CX_CRM_GENIL_GENIL_ERROR
Hi Vaibhav, Put break point in class CL_CRM_ISU_SWTMSG_API Method CONSTRUCTOR and check why it is not able to create instance of the class. Some customizing may be missing which can be corrected after...
View ArticleRe: Making a field dynamically mandatory-Issue in get_p
Hi Faisal, You just need to redefine DO_FINISH_INPUT method of impl class of your view. Write the below code: DATA : lv_message_service TYPE REF TO cl_bsp_wd_message_service....
View ArticleServcie contracts are not opening...
Hi Experts, In service contracts search screen when I try to open the contract by clicking on hyperlink of Service contract id ,it is not opening only the header text of the contract is displaying and...
View ArticleRe: Servcie contracts are not opening...
Hi Vishnu, I think you have not configures your window and view sets in run time repository in service contract component properly.Please check whether all the view sets and views are assigned...
View ArticleRe: Uploading a PDF File on a CRM WEB UI screen
Hi Deepika,Thanks for your quick response......I am selecting PDF file from desktop, when i click on upload button then that file should be placed into application server... Note:Without using this...
View Article