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: 

about my object

Former Member
0 Kudos

I have object 'open purchase order' tables LIke Ekko,Ekpo and Eket.

how can i get from these tables "open order quantity" what relation should be established with these tables so that i can get open purchase order quantity.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Check this:

some flag for a open purchase is list as following:

1. PO Header deletion indicator (EKKO-LOEKZ) = Blank

2. Subject to Release (EKKO-FRGRL) = Blank

3. PO Line item deletion indicator (EKPO-LOEKZ) = Blank

4. Delivery Completed Indicator (EKPO-ELIKZ) = Blank

EKKO is for PO header, EKPO is for PO item.

hope it will be helpful

Regards,

Vasanth

4 REPLIES 4

Former Member
0 Kudos

Hello,

Check this:

some flag for a open purchase is list as following:

1. PO Header deletion indicator (EKKO-LOEKZ) = Blank

2. Subject to Release (EKKO-FRGRL) = Blank

3. PO Line item deletion indicator (EKPO-LOEKZ) = Blank

4. Delivery Completed Indicator (EKPO-ELIKZ) = Blank

EKKO is for PO header, EKPO is for PO item.

hope it will be helpful

Regards,

Vasanth

0 Kudos

yes got some what from you.Is there any alternate to this?

thanks

Vasanth m

uwe_schieferstein
Active Contributor
0 Kudos

Hello Narayana

If you are looking for an OO-based approach (and that is perhaps the reason why you have posted your question in this forum) you could check whether class

CL_PO_HEADER_HANDLE_MM (Handle of a Purchasing Document) or 
CL_PO_ITEM_HANDLE_MM (Item of a Purchasing Document)

provide appropriate methods that return the information you are looking for.

Regards

Uwe

0 Kudos

Hello Uwe,

I am very new to OOP-concept

If there any alternate solution to this.

regards,

satya