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

RV56LFTPC SAP ABAP Report - Selecting deliveries for freight planning by forwarding agent







RV56LFTPC 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 RV56LFTPC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VT62 - Send Deliveries to Forwarding Agent


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


Text pool values


Selection Text: P_VSZTP = Send Time
Selection Text: P_TXTID3 = 3rd shipping header text
Selection Text: P_TXTID2 = 2nd shipping header text
Selection Text: P_TXTID1 = 1st shipping header text
Selection Text: P_TPLST = Transportation planning point
Selection Text: P_TDLNR = Receiving forwarding agent
Selection Text: P_SVTRA = Selection Variant
Selection Text: P_SHTYP = Shipment Type
Selection Text: P_SELBL = Display Selection Screen
Selection Text: P_PPROF = Transfer profile
Selection Text: P_PARVW = Partner role for forw.agent
Selection Text: P_NPROT = Display selection log
Selection Text: P_KSCHL = Output Type
Selection Text: P_ABFER = Shipment Completion Type
Title: Selecting deliveries for freight planning by forwarding agent
Text Symbol: UEP = Transfer profile
Text Symbol: PRM = Profile det.
Text Symbol: 002 = Planning and transmission data
Text Symbol: 001 = Delivery selection


INCLUDES used within this REPORT RV56LFTPC

INCLUDE RVDIREKT.
INCLUDE RV56DOVA.


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:

SD_F4_HELP_DISTRIBUTION_TEXT CALL FUNCTION 'SD_F4_HELP_DISTRIBUTION_TEXT' IMPORTING tdid = p_txtid1 EXCEPTIONS OTHERS = 1.

SD_F4_HELP_DISTRIBUTION_TEXT CALL FUNCTION 'SD_F4_HELP_DISTRIBUTION_TEXT' IMPORTING tdid = p_txtid2 EXCEPTIONS OTHERS = 1.

SD_F4_HELP_DISTRIBUTION_TEXT CALL FUNCTION 'SD_F4_HELP_DISTRIBUTION_TEXT' IMPORTING tdid = p_txtid3 EXCEPTIONS OTHERS = 1.

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_CFP CALL FUNCTION 'SD_DELIVERY_FOR_CFP' EXPORTING selection_set = p_svtra carrier_id = p_tdlnr option_selection_screen = p_selbl shipment_processing_type = abf option_search_strategy = 'I' no_disposition = 'X' trans_planning_point = p_tplst shipment_type = p_shtyp dispatch_time = p_vsztp delivery_text_1 = p_txtid1 delivery_text_2 = p_txtid2 delivery_text_3 = p_txtid3 output_type = p_kschl partner_type = p_parvw 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.



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