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

Former Member
0 Kudos
103

Hello,

I created a purchase requisition and I created a PO for that Requisiton. Now I deleted an item from the PO. So the item is now open in Purchase requisition again. How do i Know that this item is open and can create another PO for that item. Is there any field of a table that gives the status of this saying that it is open in Purchase requisition.

Thanks

Viky

5 REPLIES 5

Former Member
0 Kudos
68

I diden't exactly understend to you but maybe you must try with some BAPI just like this BAPI_REQUISITION_DELETE.

Regards.

Former Member
0 Kudos
68

There should be a field in EBAN table, that should tell you the qty ordered against that line item of the requisition.

OR

You can get all the PO's pertaining to a specific requisition line item from EKPO table. There will be a field referring to the requisition line item number.

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos
68

<a href="http://www.sap-img.com\sap-tables.exe">search for sap-tables.exe in it....</a>

it will give u all the relation between tables...

regards

vamsi

former_member181962
Active Contributor
0 Kudos
68

Chec the fields:

EBAN-STATU and/OR EBAN-FRGZU

Regards,

Ravi

Former Member
0 Kudos
68

Check the fields EBELN and EBELP in the table EBAN. They will be blank for the PR items for which the PO has not been created.