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: 

Batch nos for particular Delivery and line item no

Former Member
0 Kudos

Hi Gusy,

I am developing a report, which i need to display the Delivery and item no and batch detail for respective delivery and item. Is any table or function module, if I pass the Delivery and Item no to get the details

Ex: Delivery "80909080" and item "000010",

Thanks,

Gourisankar.

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

check this,

Table

VEPO,MCH1

fields

VEPO-VBELN,VEPO-POSNR,VEPO-CHARG

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos

Hi,

Check the table LIKP...You can pass the delivery number and item number to get the material and batch.

Once you get the batch number and material number , you can use BAPI_OBJCL_GETDETAIL , to get the batch characteristcis.

Regards,

Nagaraj

kesavadas_thekkillath
Active Contributor
0 Kudos

check this,

Table

VEPO,MCH1

fields

VEPO-VBELN,VEPO-POSNR,VEPO-CHARG