cancel
Showing results for 
Search instead for 
Did you mean: 

Display fields in header data for changing item data

Former Member
0 Kudos

Suppose I have change a field(FLD1) in "Item Details" Tab of CRMD_ORDER transaction.And for this change, FLD2 in header get populated.

Can anyone give me any idea how can I proceed?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suchandra,

You can use events to trigger the change. Maintain a new entry using SM30 CRMV_EVENT_CUST. Assign the transaction category , time , object ( should be ORDERADM_I for your case ), the event ( AFTER_CHANGE) and a your own function module. In your function module you can use CRM_ORDER_MAINTAIN to update the header field.

Thanks.

Anand