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

How to Debug PPF action in SAP EWM

0 Likes
13,426

Dear Gurus,

In one of our EWM process, a PPF action is being triggered at the time of creating replenishment using Tcode /N/SCWM/VAS_INT. Using this replenishment, in the background, a VAS order is created and the data of VAS is being sent to other system through an IDOC. This IDOC is being triggered by a PPF action which is triggered at the time of creating VAS order using replenishment. I need to debug the FM that send IDOC and can anybody tell how can I debug it? Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

jozsef_hegyi
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Chaudhry

set breakppoint method CL_TRIGGER_PPF->execute and than you can debug the implementation of the action

Best regards

JozsefH

vin_23
Explorer
0 Likes

Hi Chaudhry,

1. You may start with transaction SPPFP to see the details of the PPF.

2. Using the details you see there, you may be guided to the IDOC program.

The central point of entry is Customizing for Extended Warehouse Management under:

Cross-Process Settings -> Value-Added Services (VAS) -> Print VAS -> Define PPF Action Profiles