Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Requisition BADIS Exits 6.0/No Enhancemant Packs Applied?

Former Member
0 Kudos

We have multiple systems for different businesses. I recently implemented Procurement logic in an EHP4 6.0 system. The logic manipulated GL Accounts in the Account Assignment tab using ME_PROCESS_REQ_CUST. Unfortunately, the next system I am implementing to is on a lower version of SAP 6.0, and, when I run through a Purchase Requisition, it does not break into ME_PROCESS_REQ_CUST.

Has anyone used any exits or BADIS for a Purchase Requisition, especially for manipulating GL Accounts, Material Groups, etc.That could share where I possibly could put some custom code?

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi

Which method have you used?

The Badi ME_PROCESS_REQ_CUST should be released ifrom rel. 4.70, its behavior is always the same, else you can use enhancement MEREQ001

Max

0 Kudos

Max,

I do see the BADI ME_PROCESS_REQ_CUST in the system. However, when I navigate within the Purchase Requisition, particularly when manipulating fields between the Account Assignment tab and the Material Data tab, my break point in ME_PROCESS_REQ_CUST does not get hit? But, In the other 6.0 system which has more service packs applied, I do the same thing in the Purchase Requisition and it breaks in ME_PROCESS_REQ_CUST?

Could it be differences in the SPRO functional configuration? Maybe because one system is a lower version?

Thank-You.