Re: Search Result View
Hi Ajayram, Writing this would still not bring your fields into edit mode because in get_i_attr of each field/column it would check it the field is a display only field. In case of Query Result Object...
View ArticleRe: Case Management - table linking activities and cases
The way I have worked by linking these data is: CRMD_CMG_CASE_AT-CASE_GUID = SCMG_T_CASE_ATTR-CASE_GUID then SCMG_T_CASE_ATTR-EXT_KEY = CRMD_ACTIVITY_H-EXTERN_ACT_ID (be careful because EXTERN_ACT_ID...
View ArticleRe: Learn Web UI Technical
Hi, This is awesome pack: http://www.sap-press.com/products/The-SAP-CRM-Web-Client-2%252dpack.html I own both books so I know what I'm talking about Cheers! Luis
View ArticleRe: Learn Web UI Technical
Hi Kishore, SAP PRESS covers almost all the technical topic.So you can check that one.And you may know following link for most of UI developments/enhancement...
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Hi, I have tried already with key field name,still its giving same dump.Kindly help me. Regards,Gayathri A.
View ArticleRe: Get_I method not triggering for opportunity result
Hi Ajay, Hope you have your field/column added to the visible fields with in config ? I do not see any issue in your tags. Just change the selection Mode and try it once. I had made it possible with...
View ArticleFollowup transaction is not visible at opportunity level
Hi, I created custom transaction type leading transaction category is business activity and maintained source and target transaction in copy control.here source is opportunity and target is custom...
View ArticleRe: Get_I method not triggering for opportunity result
hi take a reference from below we have used for same purpose:-DATA: lv_displaymode TYPE crmt_boolean,lv_displaymode = abap_false. <thtmlb:areaFrameSetter displayMode = "<%=...
View ArticleRe: Search Result View
Yeap, the same behaviour I expect in my case.What we're doing wrong? Should we define something somewhere in order to achieve the desired result?
View ArticleRe: Learn Web UI Technical
Hi Kishore , These are the 3 best books for SAP CRM by SAP-Press .These Books covers both functional and technical stuffs.CRM is so closly spaced you can not segregate Functional and technical things...
View ArticleRe: WebUI Internet Explorer v.10 Issue - not supported
Hi Try following solution: The page can be quickly fixed by opting into Internet Explorer 9 behavior, as shown here:HTMLCopy <html>...
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Hi Kumar, lr_root->get_key( IMPORTING es_key = lv_cust_no ).This is the line where i am getting the dump. Dump : The exception, which is assigned to class 'CX_CRM_CIC_PARAMETER_ERROR', was...
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Hi John, Transaction : Genil_model_editor doesn't exist ( Creating custom genil component in IDS system ).Kindly help me how to proceed... Regards,Gayathri A.
View ArticleRe: How functionally crm cycle component connect with standard objects or...
Hi Imran, Please refer to the links in this thread: http://scn.sap.com/thread/3391203 RegardsVinod
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Which transaction did you use to create your objects and relationships?Which version of CRM system are you using?
View ArticleHow to clear in FAILED_OBJECTS from Transaction Manager
Hi, I have a Table view. I have created a new row and saved. but it failed in Genil API SAVE class during validations. so the FAILED_OBJECTS got updated with this failed entity in Transaction Manager....
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Hi, In your GET_DYNAMIC_QUERY_RESULT method, after fetching the results from Database, you add the results to IV_ROOT_LIST (type IF_GENIL_CONT_ROOT_OBJECTLIST). See the sample code from the link in...
View ArticleReading attribute from a Web ui view
Hello experts, I am very new to abap and CRM web ui.I have requirement where i need to read status of a transaction. I have attach code which i am using to read status and error message which i am...
View ArticleIntegrating Win GUI in Web UI without using ITS
Hi , I need to show Win GUI inside the WEB UI work area. like Transaction launcher in same window using ITS. I know, This question is asked by lot of people. But nobody gave the answer. Before i start...
View Article