Application Development and Automation 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: 
Read only

Purchase requisition

Former Member
0 Likes
756

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

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
Read only

Former Member
0 Likes
721

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

Regards.

Read only

Former Member
0 Likes
721

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

Read only

Former Member
0 Likes
721

<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

Read only

Former Member
0 Likes
721

Chec the fields:

EBAN-STATU and/OR EBAN-FRGZU

Regards,

Ravi

Read only

Former Member
0 Likes
721

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.