‎2018 Apr 02 8:48 AM
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
‎2018 Apr 02 8:54 AM
see Q&A 19 in OSS note 520813 - FAQ: BAPIs for goods movements
‎2018 Apr 02 9:10 AM
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?
‎2018 Apr 02 9:11 AM
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.
‎2018 Apr 02 11:20 AM
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?