cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP EWM Posting change function or handling class for programming

former_member755030
Discoverer
0 Likes
2,610

Is there any function module or class can be used for handling sap ewm posting change in tcode:/SCWM/IM_PC. I need to create a rfc for this action to transfer HU stock from un-restricted to blocked one.

I tried FM: /SCWM/STOCK_CHANGE, but did not work , maybe I transfer the wrong parameters.

Accepted Solutions (0)

Answers (1)

Answers (1)

j_blohm
Active Participant
0 Likes

Not sure if I got your question correctly - do you need a posting change document for /SCWM/IM_PC or just the posting change?

If it's just the posting change, the FM you mentioned (/SCWM/STOCK_CHANGE) is the way to go. You can check how to call it by looking into the monitor FM for changing the stock cat, which is /SCWM/STOCK_CAT_CHANGE_MON.