Re: Edit column inside of table view context node
Hi, thank you for the multiple clarifications. About storing logic, it will be 1:N relation, each time I want to store the value in DB, I'm going to call CREATE_RELATED_ENTITY( )., I don't think we'll...
View ArticleRe: Edit column inside of table view context node
Hi Mike, Yes you should not ideally. RegardsVinod
View ArticleRe: how to add a new AB on a view that does not have the icon configure page
Hi Felipe, let me clarify one thing are you not able to configure on web ui and you are not able to see the configure page icon. If it is the case we can check using the below process to get configure...
View ArticleRe: territory for transactions
Hi Karpagam, Can you give more details like which transaction you are using. In general we will find the right BO which holds this attribute and set it using set_property after locking the entity....
View ArticleRe: Transaction Launcher "Transaction ICEXECUTE is unknown"
Hello Slawomir i got a logon screen by directly pasting this URL. can you paste the screen shot of the transaction cross_ic_system_sys RegardsNaresh
View ArticleRe: Inbox : is enhancing search possible ?
Hi Eli 1) you can change the operator Is to Contains for a particular search using the following path SPRO -> CRM -> CRM CROSS APPLICATION -> Generic interaction layer / object layer...
View ArticleRe: Inbox : is enhancing search possible ?
Hi Eli, Hope you are doing great! To maintain the main category go to img path: Customer Relationship Management Interaction Center WebClient Agent Inbox Inbox Search Definitions Define Element...
View ArticleRe: Hiding values in the field in SAP CRM Web UI
Hi Prem,Could Please Provide sample code of it....
View ArticleRe: How to Call Appointment POPUP in Items Assignement Block by click on Button
Hi RaviBefore Seem Your Post I did the same procedure to show popup window.But i follwed the below procedure please check is it right or wrg.but i am getting popup when i click on Button in Items...
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Use zbol_master_cust_key structure for <fs_result> in GET_DYNAMIC_QUERY_RESULT and also lt_cust_key in GET_OBJECTS methods, not the table type. Please test now and see whether you get any issues....
View ArticleRe: Transaction Launcher "Transaction ICEXECUTE is unknown"
Did you also try to put at the end of the link "&sap-client=XXX" and number of your sap client? Not sure if it helps but you can always try....
View ArticleRe: Inbox : is enhancing search possible ?
Hi Eli, I have not tried it in system but these 2 enhancements should be possible. Please find my answers below. 1) You can activate the operators for any specific Attribute of a component. SPRO->...
View ArticleRe: How to disable groupware call
Shobhit, As shared earlier, I tried using custom profile assigned to business role. But it did not worked. However can you share which specific parameter to set true / false to make this happen, then I...
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Hi Gayathri,The Exceptin you mentioned is nohing to do with the CODE. It is problem with the data you are trying to access with the code.Please check there should be some duplicate entry at data...
View ArticleRe: Timeout in Interaction Center
Hello, Amrit. One of the option is described in wiki page: SAP Community Network Wiki - CRM - How to prevent CRM timeout while using Transaction Launcher
View ArticleRe: Entity initial for the new bol component created
Yes,I got "not bound" text in the fields.But I changed the method get_x of the attribute and removed that text. Similarly the field was not enabled so I commented the code in get_I_X and passed the...
View ArticleRe: territory for transactions
Hi , This is possible in the following waya) Use CRM_ORDER_READ to read partner details by passing requested_objects = 'PARTNER'b) Then read the entry with Partner_fct = Employee Responsible.c)...
View ArticleRe: Timeout in Interaction Center
Hi Andrei, Thank you for the reply, in the link above we can increase the session timeout by setting some parameters. But user is asking for a popup message to come before the session is going to...
View ArticleRe: Timeout in Interaction Center
The mentioned link actually states the following:consider implementing the count-down functionality (as a modification) to ensure that the user is informed (e.g. gets a popup) about upcoming timeout...
View ArticleRe: Entity initial for the new bol component created
Hi Arvind. . Builaddress is a model nodeYou cannot make the attributes of that node enabled by using GET_I method. . .it is possible for value node. . .You can enable the model node ( builaddress )...
View Article