cancel
Showing results for 
Search instead for 
Did you mean: 

How to add custom fields to GoodsMovementERPNotification_Out service

Former Member
0 Kudos

we are trying to add custom fields to serivce GoodsMovementERPNotification_Out but I don't see any BADI or other option to populate the new fields once we enhance the message/structure.

Has any enhanced this service and added fields to it ? if so please let me know how you did it.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Following BADI 's are available

MB_DOC_RAISE_A2A_FILTER

INV_APPL_SE_GDSMVMTERPNO_ASYN

Former Member
0 Kudos

thanks for the information. I have code in MB_DOC_RAISE_A2A_FILTER to filter out which documents we want.

I tried adding code to INV_APPL_SE_GDSMVMTERPNO_ASYN to see if I could populate my new "enhanced" fields but the bapi was never executed. everything appears to be active but it doesn't get triggered. Do you know any where else I can put code to populate the enhanced (appended) fields I added to the service notification message ?

thanks

Former Member
0 Kudos

You can try preexit , postexit or overwrite exit of the class..

Other option is, explicity enhancement spot.

Former Member
0 Kudos

Hi, Jay.

Did you solve this problem? I`m stuck with same issue.

Regards, Sergey.

Former Member
0 Kudos

Solved.

BADI INV_APPL_SE_GDSMVMTERPNO_ASYN is triggered after BOR event in workflow WS53800005 (tcode CWDD). Look up step Activity -> task TS53800006 -> ABAP object CL_SE_IM_GDSMVMT_NOTIFICATION -> method PROCESS_OUT -> CALL BADI lo_badi->outbound_processing