RV56LFTP is a standard Executable ABAP Report 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 RV56LFTP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VT61 - Ext. transport. planning deliveries
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.
Selection Text: P_ABFER = Shipment completion type
Selection Text: P_NPROT = Display selection error
Selection Text: P_SELBL = Display selection screen
Selection Text: P_SVTRA = Selection variant
Selection Text: P_TPLST = TransportPlanningPt
Title: Select from Deliveries for Transportation Planning Interface
INCLUDE RVDIREKT.
INCLUDE RV56DOVA.
No SAP DATABASE tables are accessed within this REPORT code!
SD_SHIPMENT_PROTOCOL_START CALL FUNCTION 'SD_SHIPMENT_PROTOCOL_START' EXPORTING i_protocol_detail_level = '4' i_protocol_refresh = 'X' EXCEPTIONS OTHERS = 1.
SD_DELIVERY_FOR_TPS CALL FUNCTION 'SD_DELIVERY_FOR_TPS' EXPORTING selection_set = p_svtra option_selection_screen = p_selbl shipment_processing_type = abf option_search_strategy = 'I' no_disposition = 'X' block_size = p_blksz no_enqueue = p_enqu trans_planning_point = p_tplst IMPORTING number_of_deliveries = deliv_num number_of_errors = error_num TABLES delivery_header = xvtrlk delivery_item = xvtrlp pack_header = xvbplk pack_item = xvbplp pack_sum = xvbpls1 select_options = xrsparams EXCEPTIONS OTHERS = 1.
SD_SHIPMENT_PROTOCOL_STOP CALL FUNCTION 'SD_SHIPMENT_PROTOCOL_STOP' EXPORTING i_protocol_refresh = ' ' EXCEPTIONS OTHERS = 1.
SD_DELIVERY_FOR_TRANSPORT_LOG CALL FUNCTION 'SD_DELIVERY_FOR_TRANSPORT_LOG' EXPORTING interact_status = p_nprot EXCEPTIONS OTHERS = 1.
SD_DELIVERY_FOR_TRNS_VARCHK CALL FUNCTION 'SD_DELIVERY_FOR_TRNS_VARCHK' EXPORTING i_ship_proc_type = p_abfer i_variant = p_svtra i_opt_create_var = ' ' EXCEPTIONS no_variant = 1 var_out_ship_in = 2 var_in_ship_out = 3 no_empty_ship = 4 no_report = 5 OTHERS = 6.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_dyname dynumb = l_dynum TABLES dynpfields = l_dynpfields.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' "#EC DOM_EQUAL EXPORTING report = 'SAPLV56L' dynnr = l_dynnr IMPORTING sel_variant = p_svtra.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV56LFTP - Select from Deliveries for Transportation Planning Interface RV56LFTP - Select from Deliveries for Transportation Planning Interface RV56LFSL - Select Deliveries for Shipment RV56LFSL - Select Deliveries for Shipment RV56LFDLC - Evaluation of Deliveries for Transportation Planning Interface RV56LFDLC - Evaluation of Deliveries for Transportation Planning Interface