cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit or BADI for Blocking process orders from R/3 to APO?

hkmaradana
Active Participant
0 Kudos

Dear Experts,

I am looking for a user exit or badi to block the process orders from R/3 to APO. As per standard it is not transferring orders which are clsd(closed status). Means that it is not updating live cache but its reading from R3.

We are facing some problems in cif queues which are not correctly maintained in R3 side. We dont want to touch those orders bcoz its very old data which is not required for planning.

There will be huge data which needs to be deleted while transferring through cif.

Please give any user exit (outbound intial transfer) from R/3.

Or any sugg. I apprecite your inputs...

Thanks

Cris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cris - is this problem resolved? You can use enhancement CIFORD02 and exit EXIT_SAPLCOVA_001 to remove orders that should not be sent to APO. Delete entries for the same order from the tables within the user exit. If all table entries are deleted then only the CIF GEN EVENT occurs.

Regards

Andy

Answers (1)

Answers (1)

ramesh_mahankali
Active Participant
0 Kudos

Hi Cris,

You can use user exit APOCF004 - Inbound Processing: Production Order/Planned Order in APO to prevent orders coming to APO by deleting orders which are not intended to goto APO from internal tables IT_ORD and IT_OUT.

Hope this helps.

Best Regards,

Ramesh M