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: 

Check item PR when create PO

Former Member
0 Kudos

Dear Fellow Friend,

I want to check item PR when somebody create PO and to make sure there is a PR inside PO.

Can I have some Exit or BADI.

Thanks.

Lasky Yo

1 ACCEPTED SOLUTION

custodio_deoliveira
Active Contributor
0 Kudos

Hi,

Use BADI ME_PROCESS_PO_CUST. There are many examples in SCN.

Cheers,

Custodio

5 REPLIES 5

custodio_deoliveira
Active Contributor
0 Kudos

Hi,

Use BADI ME_PROCESS_PO_CUST. There are many examples in SCN.

Cheers,

Custodio

Former Member
0 Kudos

Isn't it just make PR field mandatory through mm configuration will do?  No code required.

Former Member
0 Kudos

Hi,

I hope there will standard foreign key relation exists for table between PR and PO.

Else, You can follow alan suggestion by using conf setting.

Regards,

Lingaraj


srivijay_dinnimath
Active Participant
0 Kudos

Hi Lasky,

You can implement BADI ME_PROCESS_PO_CUST.


To check whether there is already a PO created for PR you can use BAPI_REQUISITION_GETDETAIL.

Srivijay

Former Member
0 Kudos

Thank You for all you answer, I will try using BADI first.