Hi experts,
We have created purchase requisition in APO RRP3 PP/DS but they are not reflected in ECC.
There is already an active IM for the plant-material combination for transactional POs/PReqs
and master data for that. Publishing config for external procurement for the plant is
created. In the IMG for Global parameters and defaults, the "transfer to r/3 ext.
procurement" is already "always create transfer events".
Detailed scenario is, we create purchase req in RRP3, activate debug using /h and then click save. Sap Standard calls the FM CALL FUNCTION 'CIF_PO_INBOUND_30A' IN background task destination ECC. This is what creates the queue in ECC.
Debugging that created queue, it creates a document number based on the number range for PReqs. [In ECC FM CIF_PO_INBOUND_30A > calls FM CIF_PO_INBOUND > calls FM ME_APO_GENERATE_REQ_PO > calls form requisition_create]
Why is this not created in ECC table EBAN and not reflected in MD04?
Why is this order number not reflected back to APO (RRP3) even after calling FM CIF_ORD_KEY_OUTBOUND in the ladder of FMs stated above?