on ‎2018 Jun 28 12:11 PM
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
Request clarification before answering.
Hi Chaudhry
set breakppoint method CL_TRIGGER_PPF->execute and than you can debug the implementation of the action
Best regards
JozsefH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.