MV50AF0T_TRANSAKTION_INIT 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 MV50AF0T_TRANSAKTION_INIT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VB_SET_STATUS_INIT_DONE CALL FUNCTION 'VB_SET_STATUS_INIT_DONE'.
DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = 'VBBK' name = '*' id = '*' language = '*' EXCEPTIONS not_found = 1 OTHERS = 2.
DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = 'VBBP' name = '*' id = '*' language = '*' EXCEPTIONS not_found = 1 OTHERS = 2.
RV_FOR_TRADE_PROTOCOL_INIT CALL FUNCTION 'RV_FOR_TRADE_PROTOCOL_INIT' EXCEPTIONS OTHERS = 1.
FT_SLS_PARTNER_ADDR_MEM_INIT CALL FUNCTION 'FT_SLS_PARTNER_ADDR_MEM_INIT' EXPORTING i_base_document = '2LI'.
RS_HDSYS_GET_TC_VARIANT CALL FUNCTION 'RS_HDSYS_GET_TC_VARIANT' "HP_211201 IMPORTING tcvariant = gf_tcvariant rc = lf_subrc.
RS_HDSYS_GET_TCODE CALL FUNCTION 'RS_HDSYS_GET_TCODE' IMPORTING param_tcode = gf_param_tcode rc = lf_subrc.
VB_INIT CALL FUNCTION 'VB_INIT'.
SD_DELIVERY_REFRESH_XYTAB CALL FUNCTION 'SD_DELIVERY_REFRESH_XYTAB'.
SD_READ_TPARAMS_SD CALL FUNCTION 'SD_READ_TPARAMS_SD' EXPORTING I_PARKEY = 'XYTAB_ANA' I_PARNAME1 = 'SHIPPING' EXCEPTIONS INVALID_PARAMETERS = 1 NOT_FOUND = 2 OFF = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV50AF0T_TRANSAKTION_INIT - MV50AF0TTRANSAKTIONINIT MV50AF0T_TRACKING_SUBSCREEN_SE - MV50AF0TTRACKINGSUBSCREENSE MV50AF0T_TRACKING_SUBSCREEN_GE - MV50AF0TTRACKINGSUBSCREENGE MV50AF0T_TQCOM_SELECT - MV50AF0TTQCOMSELECT MV50AF0T_TPRIT_SELECT - MV50AF0TTPRITSELECT MV50AF0T_TPAER_SELECT - MV50AF0TTPAERSELECT