‎2006 Oct 24 10:24 AM
Hi all,
I am using this FM 'BAPI_GOODSMVT_CREATE' for goods movement create & Reversel . But i want to know which tables is updating and Which TCode is involving?
Thanks
Subbu
‎2006 Oct 24 10:26 AM
The main Tables that are eventually Updated are MKPF and MSEG.
Actually it does the same thing as would the transaction MB1a MB1B, MB1c, MIGO etc would do.
But note that this bapi would not CALL any of the above Transaction.
REgards,
Ravi
‎2006 Oct 24 10:29 AM
Hi Subramani,
The BAPI never use a transaction to upload the data. It directly hits the table. Generally in this case it involves MKPF, MSEG etc. But why you need to know the tables and Transaction involved here??
Regards,
Chandra.
Note: Please reward if it is helpful.
‎2006 Oct 24 10:30 AM
Transaction code is determined based on import parameter GMCODE (see table T158G) and it can be for example: MB01, MB31, MB1A, MB1B etc.