‎2005 May 09 12:31 PM
hi
We created a GI (with Movement Type z01) for a Purchase order.The Materials in that Purchase order has serial Numbers.
we are doing the Goods Reciept for the PO(with Movement Type 101) through the BAPI bapi_goodsmvt_create.
we are not able to do this since,
parameter "GOODSMVT_SERIALNUMBER" is not passed to the BAPI bapi_goodsmvt_create.the above one is an optional parameter for the Function module bapi_goodsmvt_create.
But since we have serial numbers for the materials we should pass it to the BAPI.
we are not able to find where these serial numbers for the Materials are stored and we do not know how to get these serial numbers.
Could anyone of you guys help us with this issue.
regards
vijay
‎2005 May 09 1:05 PM
Hello Vijay,
se11 --> ser* press F4. You should get the list of tables which store serial numbers..
As far as passing serial numbers into the Goods movement.
It depends on the config and process followed at your site, should these serial numbers be entered manually or generated automatically. there will be function modules to get these numbers, if defined automatically.
Regards,
Samir,
‎2005 May 11 5:48 AM
hi samir and srinivas
Thanks for your reply samir and srinivas.
Samir,we are entering the Serial Numbers Manually.Thats why we are facing the Problem.
Srinivas,the table SERI is not having the proper data pertaining to the Serial Number.
so we are looking forward to some function modules to get the Serial Numbers.
regards
vijay
‎2005 May 09 5:11 PM
‎2005 May 26 6:29 AM
hi samir and srinivas.
we have found the solution for the Serial Numbers for the BAPI_GOODSMVT_CREATE.
We were able to get the serial numbers with tables SER03 AND OBJK.
With the Material Document number we were able to get the object number from the table SER03
and with the Object number we were able to get the Serial Number from the Table OBJK.
Thanks for the Reply ... it really helped us in getting the solution
regards
vijay
‎2005 Jun 27 3:38 PM
Hey Vijay,
I am also using BAPI_GOODSMVT_CREATE bapi for creating a GR for PO, with movement type 101, PO no, PO item, Mov Ind = B, and other required parameters...
But I m facing one problem, the error i m getting is
"Inconsistency between a document field and the prof. segment number"
Can u get some solution on the same?
Thanks in advance,
Prasad