cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in BAPI_SHIPMENT_CHANGE

Former Member
0 Kudos

Dear All,

I am getting an issue while running this particular BAPI (BAPI_SHIPMENT_CHANGE) b'coz currently system is not saving the changes.

For that i have created a program wherein iam calling the BAPI_TRANSACTION_COMMIT for saving the desired changes which i have made in BAPI_SHIPMENT_CHANGE.

But in BAPI_SHIPMENT_CHANGE. SAP has passed below mentioned statement

will this affect the Desired Output.

************************************************************************

  • CAUTION *

  • This function module is not released officially. *

  • It is not implemented in normal applications *

  • and is not well tested. *

  • (This function module is only implemented to store the knowledge *

  • for later use) *

************************************************************************

Pls suggest ASAP

Regards

Ranjit

Accepted Solutions (0)

Answers (1)

Answers (1)

rmazzali
Active Contributor
0 Kudos

Test it very hard, I also used in the past unofficial BAPI and FM without any problem. Only make sure that in your cases it works fine and you can manage the unexpected errors.

Bye

Roberto

Former Member
0 Kudos

We have tested thoroughly, but this BAPI is not showing the desired result. Whatever changes we are making its not saving for that we have used commit BAPI for saving purpose.

Pls help on this.