2006 Oct 31 2:37 AM
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
2006 Oct 31 4:24 AM
Rajesh ,
in any BADI u cannt call Xternal COMMIT work , Which may cause Inconsistency in DB tables .Better to separate the Process.
Regards
Prabhu
2006 Oct 31 5:24 AM