Re: Modify a field while saving in web ui
Hi Geeth, You can make use of the ORDER_SAVE Badi. This Badi is used to modify and apply certain checks while saving a transaction using the methods CHANGE_BEFORE_UPDATE, CHECK_BEFORE_SAVE etc. If you...
View ArticleRe: New field in CRM Web UI shows "not bound" and is not editable
Hi, U made mistake while enhancing the view please go back means close the current session and reopen try to enhance if u dint get let me know
View ArticleRe: New field in CRM Web UI shows "not bound" and is not editable
hi, goto SE18 t code click on ok it will create implementation u need to write code inside the method what karthik suggested regards, vishwanatha
View ArticleRe: Product field in Activity Search Result List
Hi Swagi, Please use this logic it might be helpful for u.write in DO_PREPARE_OUTPUTlr_entity ?= me->typed context->BTORDER->collection wrapper->get_current( ). lr_entity ?=...
View ArticleRe: Partner determination using Territory Management
Hello Oleg! Thanks for your Post, I had the same problem and this is the right answer. For all other, who have the same problem: In EhP2 the maintenace view for this table (CRMV_TERR_PFCT) is faulty....
View ArticleRe: Modify a field while saving in web ui
Hi Leon, Thanks for your response. While creating opportunity I have to save the description field as a concatenation of bol attributes while saving using order_save badi. Do you have any sample code ?...
View ArticleRe: SPDD issue:Customer version of table could not be accessed
We solved it by retaining the version in original state.
View ArticleRe: Modify a field while saving in web ui
Hi Geeth, You can make use of Prepare method in that BADI.It has importing parameter as IV_GUID which is the GUID of opportunity created.Make use of CRM_ORDER_READ_OW to read and then concatenate the...
View ArticleRe: New field in CRM Web UI shows "not bound" and is not editable
hi , u need to declare the as type not type line data: ls_input_field_names TYPE crmt_input_field_names. one more thing u need to use ZZFLD000003 field name not enhancement id. regards,vishwanatha.
View ArticleRe: SAP CRM Sales Order to Billing - Error in Quantity
Hello,Did the unit of measurement change?Best regards,Thomas Wagner
View ArticleLaunch ECC Easy Access from Interaction Center : Urgent
Hi Experts, I am facing an Issue while try to launch ECC Easy Access screen in Interaction Center. I can Launch any TC of ECC in interaction center but when I try to launch 'Session_Manager' the...
View ArticleRe: Launch ECC Easy Access from Interaction Center : Urgent
I got the Answer. We need to use TC 'SMEN' instead of 'SESSION_MANAGER'. Thanks & Regards,Kumar Gaurav.
View ArticleNumber Range Question in CRM
Hi ,I have a question on number ranges in CRM . We have a scenario where Internal Number Range is set between : 400000-500000And External Number Range as : 370000-399999 Now if the external number...
View ArticleRe: Regarding- Making Sold to Party fields uneditable.
Hi Atul, Go to the transaction BSP_WD_CMPWB and enter the component as ICCMP_BP_DETAILS if it is enhanced then fine otherwise u should have to enhance the component with ur enhancement set. and also...
View ArticleRe: Problem when processing an action
Hello world, we have updated to Solman 7.1 SP5. Afterwards I had to find a solution for the same problem where I recieved a html-dump in German within the ITSM resp. WEB UI resp. CRM_UI Business Server...
View ArticleRe: New field in CRM Web UI shows "not bound" and is not editable
Hi, could you please tell me what the code is supposed to look like? Thank you,Soeren
View ArticleRe: Number Range Question in CRM
Hi Vinayak, Now if the external number range have been already consumed with say with 100 Orders , can we change the external number range ? Or how do I make sure that the external number range is...
View ArticleRe: SAP CRM certification
Officially only training.sap.com. Please refer Questions and Answers section in the following blog: What is new in SAP Certification - Part 2
View ArticleRe: Modify a field while saving in web ui
Hi Geeth, You have to read the description from the ddlb table which is used to fill the drop down list. Since only the key value would be stored, you have to read the description separately. Thanks...
View ArticleRe: Recent Objects Management SAP CRM
Hi Mike, It is not intended to remove the items from the Recent objects. You can try the following code.DATA: lr_recobj TYPE REF TO cl_crm_bsp__recentobject0_impl. lr_recobj =...
View Article