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

about my object

Former Member
0 Likes
824

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

Former Member
0 Likes
785

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

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.

4 REPLIES 4
Read only

Former Member
0 Likes
786

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

Read only

0 Likes
785

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

thanks

Vasanth m

Read only

uwe_schieferstein
Active Contributor
0 Likes
785

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

Read only

0 Likes
785

Hello Uwe,

I am very new to OOP-concept

If there any alternate solution to this.

regards,

satya