SAP Reports / Programs | Logistics Execution | Transportation(LE-TRA) SAP LE

MV56AF99N_TA_CNTL SAP ABAP INCLUDE - MV56AF99NTACNTL







MV56AF99N_TA_CNTL 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 MV56AF99N_TA_CNTL 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 MV56AF99N_TA_CNTL. "Basic submit
SUBMIT MV56AF99N_TA_CNTL AND RETURN. "Return to original report after report execution complete
SUBMIT MV56AF99N_TA_CNTL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV56AF99N_TA_CNTL

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:

DEQUEUE_ALL call function 'DEQUEUE_ALL'. "n_611572

SD_DEADLINE_REFRESH CALL FUNCTION 'SD_DEADLINE_REFRESH'.

EHS002_CHECK_EHS_ACTIVE CALL FUNCTION 'EHS002_CHECK_EHS_ACTIVE' EXCEPTIONS EHS_NOT_EXIST = 1 OTHERS = 2.

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH' EXPORTING msg_kappl = 'V7'.

SD_SHIPMENTS_CHECK_CHANGES CALL FUNCTION 'SD_SHIPMENTS_CHECK_CHANGES' TABLES c_xvttk = xvttk i_yvttk = yvttk i_xvttp = xvttp i_yvttp = yvttp i_xvbpa = xvbpa i_yvbpa = yvbpa i_xvtts = xvtts i_yvtts = yvtts i_xvtsp = xvtsp i_yvtsp = yvtsp EXCEPTIONS no_change = 1 OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-pa1 titel = text-pai IMPORTING answer = l_answer.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text-pt1 textline1 = text-pt2 titel = text-pti IMPORTING answer = l_answer.

LE_SHIPMENT_PSCR_CONTROLS_FREE CALL FUNCTION 'LE_SHIPMENT_PSCR_CONTROLS_FREE'.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = l_next_fcode EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.

SD_SHIPMENT_HEADER_NEXT_TKNUM CALL FUNCTION 'SD_SHIPMENT_HEADER_NEXT_TKNUM' IMPORTING e_tknum = l_tknum EXCEPTIONS OTHERS = 0.

SD_SHIPMENT_INITIALIZE CALL FUNCTION 'SD_SHIPMENT_INITIALIZE' EXPORTING i_vttk_tplst = i_tplst i_vttk_shtyp = i_shtyp i_vttk_tknum = l_tknum i_extno = l_extno i_extnk_ttds = ' ' IMPORTING e_vttkvb = l_xvttk EXCEPTIONS wrong_shipment_type = 1 wrong_planning_point = 2 external_number_invalid = 3 shipment_blocked = 4 duplicate_shipment_number = 5 OTHERS = 6.

SD_SHIPMENT_HEADER_CHANGE CALL FUNCTION 'SD_SHIPMENT_HEADER_CHANGE' EXPORTING i_tvtk = tvtk TABLES c_xvttk = xvttk c_yvttk = yvttk c_xvttp = xvttp c_yvttp = yvttp c_xvtts = xvtts c_yvtts = yvtts c_xvtsp = xvtsp c_yvtsp = yvtsp c_xvbpa = xvbpa c_yvbpa = yvbpa c_xvbadr = xvbadr c_yvbadr = yvbadr i_xtrlk = xtrlk i_xtrlp = xtrlp i_xvtfa = xvtfa i_yvtfa = yvtfa CHANGING c_xvttk_new = xvttk EXCEPTIONS OTHERS = 1.

RS_HDSYS_GET_TCODE call function 'RS_HDSYS_GET_TCODE' importing variant = l_tvariant flag_client_independent = l_flag_client_independent rc = l_rc.

RS_HDSYS_CALL_TC_VARIANT call function 'RS_HDSYS_CALL_TC_VARIANT' exporting tcode = sy-tcode variant = l_tvariant i_flag_client_independent = l_flag_client_independent call_mode = ' ' authority_check = ' ' variant_check = ' ' i_flag_skip_first_screen = i_skip_first_screen.



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 MV56AF99N_TA_CNTL or its description.