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

Fetch revision Level

Former Member
0 Likes
737

Hello friends,

How can we fetch revision level for PO.

Say i have the values for MEPO1211-EMATN , etc........

RC29K-MATNR = MEPO1211-EMATN

RC29K-WERKS = MEPO1211-NAME1

RC29K-DATUV < MEPO_TOPLINE-BEDAT < RC29K-DATUB

RC29K-DATUB > MEPO_TOPLINE-BEDAT

RC29K-STLAL = u20181u2019

How to fetch Revision level i.e. RC29K-REVLV if ihave all the above details....

Since RC29K is a structure, then how to fetch it.

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
642

Pass the part no and date to fm revision_level_select or check the bapi use to get the PO detail.

3 REPLIES 3
Read only

Former Member
0 Likes
642

Hi,

PO Item Revision level is available in table EKPO field REVLV.

Regards

Vinod

Read only

0 Likes
642

in EKPO i am able to fetch revision number for material and werks satisfying the criteria.

But my requirement is for defined matnr, werks, STLAL and in between a particular date, i need to fetch revision level....

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
643

Pass the part no and date to fm revision_level_select or check the bapi use to get the PO detail.