cancel
Showing results for 
Search instead for 
Did you mean: 

implementing badi in /sapapo/ccr

manasbehera
Explorer
0 Kudos

Hi

The requirement is to implement badi /SAPAPO/CIF_DELTA3 for Filtering of objects not relevant for the comparison (RELEVANT_FOR_COMPARE_APO). When this report runs for purchase requisition, we see error code 182. We do not want to see the error code 182 appearing for those Product locations (PRs) that are deliberately stopped from moving to R3.We are maintaining a list of these Product location combinations in a custom table in APO. How this BADI will be implemented ?

Thanks

Manas

Accepted Solutions (1)

Accepted Solutions (1)

pavan_verma2
Contributor
0 Kudos

Hi,

CCR will try to compare transaction data of APO with ECC. Your developer needs to write the logic in BADI that for these product- location combination (mentioned in Z table) do not compare purchase requisitions.

At the same time you need to stop these purchased requisitions coming from APO to ECC in the userexit :CIFPUR01

EXIT_SAPLCPUR_001 (enhancement to change purchasing data (purchase requisitions, purchase orders) in ERP inbound)

Thanks,

Pavan Verma

Answers (0)