cancel
Showing results for 
Search instead for 
Did you mean: 

crm_order_maintain

Former Member
0 Kudos

Hi

what is the significance of the changing parameter CT_INPUT_FIELDS in crm_order_maintain. Can we add a newly added tab(in pcui) to this param.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

input_fields are filled with fields names, that you want to update.

best way to see which field names should be in input field when you launch crm_order_maintain

would be to set break point in it and fill these fields in sap and press save.

then you will know what to insert in you crm_order_maintain execution

regards

radek

Former Member
0 Kudos

Hi

The requirement is to populate a tab in opportunity.How to find the appropriate input field for particular tab in crm_order_maintain fm.

Thanks.

Former Member
0 Kudos

Hi

like I told you,

eg. go to your opportunity, type /h to start debug mode.

type values into your fields in opportunity and press enter.

then system will go to debugger.

from upper menu choose to enter breakpoint in function module. and point at crm_order_maintain.

press enter.

there you can check what values are in input_fields structure.

regards

Radek

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This is the structure that is provided with the values of the change of the Fields that needs to be updated with the values. In the Function module CRM_MAINTAIN_ORDER you need to fill this so that you can make the changes to the relevant fields of the business Transaction.

Thanks,

Samantak.