on ‎2016 Oct 19 7:34 PM
Hi experts,
In the transaction /SAPAPO/CCR I want to use the BADI /SAPAPO/CIF_DELTA3 with the method CONVERT_MASTER_DATA but only with the planned order (PlOrd)
With transaction /SAPAPO/CCR I process some types of documents (planned orders, purchase requisitions, sales orders)
How I can identify the document type (PlOrd) when transaction /SAPAPO/CCR is working?
Regards
Arnulfo Cordero Pradel
Request clarification before answering.
Hi Arnulfo,
This method is used to influence the data selection as a whole in CCR, so at the time this method is called no data has been selected yet that can be manipulated based on an order type (Plord).
Maybe method RELEVANT_FOR_COMPARE_APO will help you achieve the required behavior: changing table CT_OUTPUTS contains the receipts which were selected. It is possible to identify the order type at this point by checking field CATEGORY, which holds the ATP Category of that node. For example, a non-firmed planned order usually has ATP Category = AI.
Regards,
Tiago
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.