‎2008 Nov 28 11:53 AM
Hello,
I'm using the bapi BAPI_GOODSMVT_CREATE with serial numbers. The system creates my equipments with the given serial numbers, but I'm not able to search with this serial number. Is it possible that I have to 'activate' it ?
Thanks in advance !!
‎2008 Nov 28 11:54 AM
Hi,
R u using the FM BAPI_TRANSACTION_COMMIT for every call of the BAPI_GOODSMVT_CREATE.
With Regards,
Dwaraka.S
‎2008 Nov 28 12:00 PM
Hi,
I do the commit.. Most bizarre is that the serial number is saved into the db, but I cannot do a lookup on it...
‎2008 Nov 28 12:09 PM
Hi,
I think you will checking serial numbers for the equipment in EQUI table.
Check the fields EQUI-SERNR and EQUI-GERNR fields.
With Regards,
Dwaraka.S
‎2008 Nov 28 1:01 PM
that's the problem. The equipment is createdn the serial number is saved in the equi-table, but I cannot use it to do a search on....
‎2008 Nov 28 1:07 PM
Hi,
After u call BAPI_GOODS_MVMT_CREATE Function module call the FM 'BAPI_TRANSACTION_COMMIT ' and pass WAIT = 'X'.
Regards,
Nagaraj
‎2008 Nov 29 7:38 AM