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

bapi_goodsmvt_create

Former Member
0 Likes
838

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

5 REPLIES 5
Read only

Former Member
0 Likes
629

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,

Read only

0 Likes
629

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

Read only

Former Member
0 Likes
629

Hi,

SERI is your table.

Srinivas

Read only

Former Member
0 Likes
629

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

Read only

Former Member
0 Likes
629

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