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
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.
Title: Include MV50A_SIT_BUCHENF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.