The following example scenarios illustrate which fields have to be populated for which business transactions/events (code). There are the following types of transactions/events: 1. GM_Code 01: Goods receipt for purchase order 2. GM_Code 02: Goods receipt for production order ...
data: gm_item type table of bapi2017_gm_item_create with header line. data: gm_return type bapiret2 occurs 0. data: gm_retmtd type bapi2017_gm_head_ret-mat_doc. clear: gm_return, gm_retmtd. refresh gm_return. perform show_status using 'Scrapping(551) Material'. ...
For a goods receipt, the data is read from the buffer and thereby at the time before the last posting in the same roll area. A goods receipt, for example with movement type 315, automatically posts an implicit goods issue in the stock in transfer. This situation is not taken into account...
I try to use BAPI_GOODSMVT_CREATE to post GR with D/O no, I use the following parameters for calling BAPI gm_code = 01 mvt_ind = 'B' goodsmvt_header goodsmvt_item-deliv_num = '80760728' goodsmvt_item-deliv_item = '00010' goodsmvt_item-move_type = '101' According to SAP documentat...
For example, you create one line in the GOODSMVT_ITEM table, referring to po item 0002, the matdoc_itm field should be 1, not 2. Sorry if i am Wrong, Thank you Reply Former Member 2012 Nov 22 12:07 PM 0 Kudos 1,084 SAP Managed Tags: ABAP Development Hi Ebongue, In...
I'm trying to use the BAPI 'BAPI_GOODSMVT_CREATE' that will allow me to do a 309 movement. Anyone has done something similar or has an example to share? Also I want to know what data are necessary, and what fields are mandatory to assign in the item table?. Help will be ...
You could set the example. Regards, Johnny Reply Former Member In response to Former Member 2010 Aug 11 5:59 AM 0 Kudos 431 SAP Managed Tags: ABAP Extensibility Hi Rajkishor, I do have a similar requirement. Can you pls let us know what was the apporach or procedure?
Example: You can execute the BAPI BAPI_PRODORDCONF_CREATE_HDR using an IS-Oil material but not BAPI BAPI_GOODSMVT_CREATE. Since BAPI BAPI_PRODORDCONF_CREATE_HDR calls function module CO_RU_GOODS_MOVEMENT, which is contained in table TOIBCALC_INTRN, the posting is based on the default data ...