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

goods movement

Former Member
0 Likes
429

Hi , i am calling BAPI_GOODSMVT_CREATE in a BADI method to create goods movement,

now the problem is code before the BADI method locks the database table MARC, and due to which BAPI gives error.

Is there any way to unlock the table without the loss of data so that BAPI can be called without ny error ....or ny other altwrnative to create goods movement so that locking of the table doesnt give error

Hi , i am calling BAPI_GOODSMVT_CREATE in a BADI method to create goods movement,

now the problem is code before the BADI method locks the database table MARC, and due to which BAPI gives error.

Is there any way to unlock the table without the loss of data so that BAPI can be called without ny error ....or ny other altwrnative to create goods movement so that locking of the table doesnt give error

2 REPLIES 2
Read only

Former Member
0 Likes
388

Rajesh ,

in any BADI u cannt call Xternal COMMIT work , Which may cause Inconsistency in DB tables .Better to separate the Process.

Regards

Prabhu

Read only

0 Likes
388

yes i knw this , thats why asking for an alternative