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

How to use BAPI BAPI_BATCH_SAVE_REPLICA

Former Member
0 Likes
2,336

Hi All,

Please let me know how to use the fun module BAPI_BATCH_SAVE_REPLICA this one I am using for updating batch characteristics but I am not getting what are all the parameters that we must pass to update batch characteristics I am passing material,batch,plant and tables BAPI_BATCH_SAVE_REPLICA(which have characteristic values which it has to update) The problem I am getting my return table is not returning any value at all.

Please throw some idea on this if anybody have used already this fun module

2 REPLIES 2
Read only

Former Member
0 Likes
1,142

Hi

This BAPI is to create a new batch based on model, perhaps you should use BAPI_BATCH_CHANGE

Max

Read only

Former Member
0 Likes
1,142

Look at the coding of the function module IDOC_INPUT_BATMAS to know the usage og the bapi and how are they populating the exporting parameters to the fm.

Regards,

Ravi