SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

MV50A_SIT_BUCHENF01 SAP ABAP INCLUDE - Include MV50A_SIT_BUCHENF01







MV50A_SIT_BUCHENF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MV50A_SIT_BUCHENF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MV50A_SIT_BUCHENF01. "Basic submit
SUBMIT MV50A_SIT_BUCHENF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MV50A_SIT_BUCHENF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MV50A_SIT_BUCHENF01


INCLUDES used within this REPORT MV50A_SIT_BUCHENF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SIT_INFO_GET CALL FUNCTION 'SIT_INFO_GET' EXPORTING IV_BWART = LV_BWART IV_SOBKZ = -SOBKZ IMPORTING EV_SIT_FLAG = LV_SITFLAG.

MB_CANCEL_GOODS_MOVEMENT CALL FUNCTION 'MB_CANCEL_GOODS_MOVEMENT' EXPORTING * budat = xlikp-podat "1546322 BUDAT = LIKP-PODAT "1752724 MBLNR = LS_VBFA-VBELN MJAHR = LS_VBFA-MJAHR TCODE = 'VL09' VBUND = LF_VBUND "n_1825267 CALLED_BY = 'VL09' BFWMS = CHAR2 IF_LE_VBELN = XLIKP-VBELN IMPORTING EMKPF = EMKPF TABLES EMSEG = EMSEG.

MB_POST_GOODS_MOVEMENT CALL FUNCTION 'MB_POST_GOODS_MOVEMENT' EXPORTING XBLNR_SD = XLIKP-VBELN IMPORTING EMKPF = EMKPF EXCEPTIONS OTHERS = 0.

RV_XVBAPF_CREATE CALL FUNCTION 'RV_XVBAPF_CREATE' EXPORTING VBELN = LIKP-VBELN TABLES FXVBAPF = XVBAPF FXVBFA = XVBFA.

RV_XVBFA_MAINTAIN CALL FUNCTION 'RV_XVBFA_MAINTAIN' EXPORTING F_VORGANG = 'V' FVBFA = VBFA TABLES FXVBFA = XVBFA FYVBFA = YVBFA FXVBAPF = XVBAPF.

RV_XVBFA_MAINTAIN CALL FUNCTION 'RV_XVBFA_MAINTAIN' EXPORTING F_VORGANG = 'V' FVBFA = VBFA TABLES FXVBFA = XVBFA FYVBFA = YVBFA FXVBAPF = XVBAPF.

RV_XVBFA_MAINTAIN CALL FUNCTION 'RV_XVBFA_MAINTAIN' EXPORTING F_VORGANG = 'V' FVBFA = VBFA TABLES FXVBFA = XVBFA FYVBFA = YVBFA FXVBAPF = XVBAPF.

SIT_IBDLV_UPDATE CALL FUNCTION 'SIT_IBDLV_UPDATE' IN UPDATE TASK EXPORTING IT_TVPOD = GT_TVPOD_SIT[].

LE_POD_TVPOD_READ CALL FUNCTION 'LE_POD_TVPOD_READ' EXPORTING GET_DELETED = 'X' TABLES IT_LIPS = XLIPS ET_TVPOD = GT_TVPOD_SIT.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING I_AWTYP = 'MKPF' I_AWREF = IF_IVBFA_VBELN I_AWORG = AWORG I_AWSYS = LS_T000-LOGSYS X_DIALOG = X_DIALOG TABLES T_DOCUMENTS = DOCUMENTS EXCEPTIONS NO_REFERENCE = 1 NO_DOCUMENT = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MV50A_SIT_BUCHENF01 or its description.