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

Need a BAPI/FM for MB1A Batch * Determination

manuel_thoma
Explorer
0 Likes
2,809

Hi,

i have to determine batches like Transaction MB1A (Charge * ) in my ABAP-Report.

When I enter Movement-Type, Plant,Order-ID, Material, Quantity,Storage Location and at last Charge * ... I get all possible batches.

I'am looking for a BAPI/FM for gives me all possible batches. I have tried  VB_BATCH_DETERMINATION, but the problem is, the FM shows a popup to select a batch. But the user shouldn't select a batch. I need a BAPI/FM which exporting an internal table with possible batches.

Thank you und best regards.

Hi,

i have to determine batches like Transaction MB1A (Charge * ) in my ABAP-Report.

When I enter Movement-Type, Plant,Order-ID, Material, Quantity,Storage Location and at last Charge * ... I get all possible batches.

I'am looking for a BAPI/FM for gives me all possible batches. I have tried  VB_BATCH_DETERMINATION, but the problem is, the FM shows a popup to select a batch. But the user shouldn't select a batch. I need a BAPI/FM which exporting an internal table with possible batches.

Thank you und best regards.

2 REPLIES 2
Read only

manuel_thoma
Explorer
0 Likes
1,479

Someone any ideas?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,479

Did you check BAPI_MATERIAL_GETBATCHES, else reverse engineering on VB_BATCH_DETERMINATION?

Regards,

Raymond