cancel
Showing results for 
Search instead for 
Did you mean: 

SRM confirmation return delivery and cancellation customization

0 Kudos

I need to enable the "unloading point" in SRM confirmation. The "unloading point" needs to be selected from a list of pre-configured drop down values. Customization and enhancement has been done in SRM and ECC side and basically fulfill the requirement. Now the remaining part is one final touch up.

Upon clicking the "Cancel" or "Return Delivery" button in the SRM confirmation screen, the system will copy all the relevant fields from the current confirmation to the proposed confirmation cancellation screen or the return delivery screen. This include material number, qty, reference, etc. However, it does not copy the unloading point.

I need to customize this part which I need to transfer the unloading point from the original confirmation to the proposed confirmation cancellation or the return delivery screen. I have spent much time to debug in order to find the right place but so far I am not able to find it. It is really a nightmare to debug the FPM.

Any advice is appreciated!

Thank you.

Brian Hui

Accepted Solutions (0)

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi Brian,

For cancellation, SRM FM B45A_GOODSMVT_CANCEL would be called and then ECC BAPI

BAPI_GOODSMVT_CANCEL is called to return all the data back to SRM. Would you please debug the place here to see if you may also transfer unloading point back to SRM for cancellation as well?

BR,

Ivy

0 Kudos

Hi Ivy,

Thanks for your reply. However I just checked my current SRM environment and found only the below and your suggested one does not appear in my list:

B31I_GOODSMVT_CREATE
B31I_GOODSMVT_CREATE_CHECK
B31I_GOODSMVT_UPDATECHECK

B40B_GOODSMVT_CREATE_CHECK

B45A_GOODSMVT_CREATE

B46A_GOODSMVT_CREATE_CHECK

B46A_GOODSMVT_UPDATECHECK

NOR3_GOODSMVT_CREATE

NOR3_GOODSMVT_UPDATECHECK

NOR3_GOODSMVT_UPDATECHECK_DUMM

R2_GOODSMVT_CREATE
R2_GOODSMVT_UPDATECHECK

BBP_GOODSMVT_CREATE

BBP_31H_GOODSMVT_CREATE
BBP_ALE_GOODSMVT_CREATE

Thank you.

Brian Hui

ivy_li
Active Contributor
0 Kudos

Hi,

it should exist in table bbp_function_map:

BR,

Ivy