groups

name language licence
custom css link for RapidWeaver CSS Other
Funciones rapidas Other Other
Bapi moviento de mercancia Other Other
JS/GOOGLE MAPS API : maps animate Other Other
JS/GOOGLE MAPS API : une icone personnalisé sur les placemarks Other Other
JS/HTML/GOOGLE EARTH API : examples plus commentaires Other Other
Test for jQuery - RapidWeaver HTML Other
custom css link for RapidWeaver CSS Other

< 1 2 3 4 5 >



language: Other
licence: Other

Bapi moviento de mercancia

options: view full snippet • send to code collector
Para TX MB01, MB31, MB1A, MB1B, MB1C, MB11, MB04

CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
    EXPORTING
      goodsmvt_header       = l_goods_header
      goodsmvt_code         = l_goods_code    -->> ver tabla T158G
    TABLES
      goodsmvt_item         = lt_goods_item
      goodsmvt_serialnumber = lt_goods_serial
      return                = lt_bapi_respuesta.
  IF lt_bapi_respuesta IS INITIAL.
    COMMIT WORK.
  ENDIF.

	
(Continues...)