cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_GOODSMVT_CREATE not setting RESB-KZEAR field

ladygaga12345
Discoverer
0 Kudos
83

Hi All,

We are trying to set the RESB-KZEAR field via BAPI_GOODSMVT_CREATE but it is not happening .

We are passing the below Fields in FM.

goodsmvt_code -proj '03'.

       goodsmvt_header -pstng_date      sy-datum.
        goodsmvt_header -doc_date        sy-datum.

       goodsmvt_item -material          wa_mspr_proj-matnr.
       goodsmvt_item -plant             wa_mspr_proj-werks.
        goodsmvt_item -stge_loc          wa_mspr_proj-lgort.
    goodsmvt_item -move_type         '281'.
        goodsmvt_item -spec_stock        wa_mspr_proj-sobkz.
goodsmvt_item -entry_qnt         wa_mspr_proj-prlab.
      goodsmvt_item -entry_uom         wa_mspr_proj-meins.
  goodsmvt_item -mvt_ind           space.
      goodsmvt_item -val_wbs_elem      wa_wbs.
      goodsmvt_item -reserv_no         wa_mspr_proj-rsnum.
        goodsmvt_item -res_item          wa_mspr_proj-rspos.
      goodsmvt_item -activity          wa_mspr_proj-vornr.
    goodsmvt_item -batch             wa_mspr_proj-charg.    "" INS 134598
       goodsmvt_item -item_text         'Automatic posting'.
        goodsmvt_item -withdrawn         'X'.
Can some one please tell me if we are missing any field here so that the Indicator is not being set.

Thanking In Advance!

Accepted Solutions (0)

Answers (0)