on 2014 May 07 2:47 PM
Hi all,
What is the FM or routine used to convert the problem description or notes we provide in WEBUI to it_text which is an importing parameter for ORDER_MAINTAIN FM?
Thanks,
Karthik
I found one possible solution and a spot where you can put a break point and analyze the standard
1- Possible solution: cl_crm_erms_converter=>convert_string_to_table
2- Spot where you can place a breakpoint an analyze the standard: CL_CRM_TEXT_RUN_BTIL->IF_CRM_RUNTIME_BTIL~MAINTAIN_ATTRIBUTES
Did you try to perform a reference search on the type table CRMT_TEXT_COMT you will find plenty of spots where is used and from here...analyze time
Cheers!
Luis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Karthikeyan,
Put a breakpoint in FM CRM_ORDER_MAINTAIN, fill the notes section and save it. You will discover yourself what all parameters needs to be filled for IT_TEXT and CT_INPUT_FIELDS.
--Shobhit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shobhit,
Thanks for your suggestion. I wanna know where exactly the notes that i enter in WEBUI field is getting converted into it_text which is an importing parameter for FM CRM_ORDER_MAINTAIN.
When i place a breakpoint at tiz FM i can get the values that i enter in the webui are converted into table format and stored in IT_TEXT. The requirement is to know the place where its being changes and passed to this FM.
Hope you got the point.
Thanks,
Karthik
User | Count |
---|---|
24 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.