cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_GOODSMVT_CREATE fields

06-12-2007 10:09 PM
3088 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

Hi ..

Iam using the following bapi : BAPI_GOODSMVT_CREATE to do the goods reciept for the movement type 101 for th GM code 01 and movement indicator "B".

The line item strucuture Goodsmvt_item has the following fileds:

1) plant

2) stge_loc

3)batch

4)move_mat

5)move_plant

6)move_stloc

7)move_batch.

Can anyone explain what these fields exactly stand for.. Are the plant and storage location along with batch are from the recieving end or the supplying end.

Which fileds hold the recieving plant, recieving storage locations and batch.

Thanks.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

kanthi,

1) plant - Source plant

2) stge_loc - Source Storage location

3)batch - Source

4)move_mat - Item to be moved

5)move_plant - Target plant

6)move_stloc - Target storage location

7)move_batch.- Target

Example :

t_item-material = wa_lqua-matnr.

t_item-plant = p_werks.

t_item-stge_loc = p_lgort.

t_item-move_type = '711'.

t_item-entry_qnt = wa_lqua-verme.

t_item-entry_uom = wa_lqua-meins.

t_item-item_text = text-015.

t_item-stge_type = '999'.

t_item-stge_bin = 'ENDOFDAY'.

t_item-SPEC_STOCK = wa_lqua-sobkz.

reward if useful

Former Member
0 Likes

Thanks for the reply..

In a standard PO, i would like to know what does the values in the fields Plant and Storage Location Represent.

Is the plant and Storage location related to Vendor/Supplier side or the receiving side in standard PO.

Thanks.

Former Member
0 Likes

receiving side in standard PO