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

Batch creation using BAPI_GOODSMVT_CREATE.

Former Member
0 Likes
4,541

Dear Expert,

Would like to seek for your advice. I come across a production issue where material and batch were created but there is no info in the classification. Further checking to the ABAP program, I suspect that the batch were created via BAPI_GOODSMVT_CREATE. Has anyone encountered this issue before? Can you please share some light with me? Thanks in advance.

Regards,
Shawn

4 REPLIES 4
Read only

JL23
Active Contributor
0 Likes
2,682

see Q&A 19 in OSS note 520813 - FAQ: BAPIs for goods movements

Read only

Former Member
0 Likes
2,682

Thanks for your respond. I've checked in the ABAP program, it does not use BAPI_BATCH_SAVE_REPLICA or BAPI_OBJCL_CHANGE for batch creation. Previously it was working fine and batch classification could be created without issue. Do you have any hints?

Read only

jramkumar2008
Discoverer
0 Likes
2,682

Hi,

The Only Batch will be created and Classification needs to be updated after the BAPI "BAPI_GOODSMVT_CREATE" Execution.

You can update batch classification info "BAPI_OBJCL_CHANGE".

Please check with Functional Team & Actual Technical Design.

Read only

JL23
Active Contributor
0 Likes
2,682

There can be countless reasons, what does previously mean? Yesterday, last month, last year? What happened since then? Upgrade, customizing changes on batch creation, other changes in that program? Master data changes? Is it another material than previously? Is the material from previously still working? Has the classification been changed?

You also said "I suspect that the batch was created by this BAPI" but do you have an evidence? Did you check the change history in MSC3N?

Wouldn't it make sense to change the program recognizing the advice from SAP in the given OSS note instead of trying to find out why the program previously worked?