SAP Reports / Programs

RVFTBALE SAP ABAP Report - Foreign trade/Customs: Distribution of Master Data







RVFTBALE 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 RVFTBALE 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

UPDA - Foreign Trade: Mater data transfer


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 RVFTBALE. "Basic submit
SUBMIT RVFTBALE AND RETURN. "Return to original report after report execution complete
SUBMIT RVFTBALE 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: S_SPRAS = D Language key
Selection Text: P_T618K = D ModeOfTransport/Customs office
Selection Text: P_T618 = D Mode of transport
Selection Text: P_T616 = D Procedures
Selection Text: P_T615 = D Customs office
Selection Text: P_T612P = D Package type
Selection Text: P_T612N = D Type of ident. seal
Selection Text: P_T612B = D Means of transport
Selection Text: P_T610VA = D Previous Doc. Type
Selection Text: P_T610PN = D Ceiling number determination
Selection Text: P_T610PA = D Preference Type
Selection Text: P_T610NA = D Verification Document Type
Selection Text: P_T610LZ = D Country group assignment
Selection Text: P_T610LG = D Country group
Selection Text: P_T610KN = D Quota number search
Selection Text: P_T610K = D Quota code
Selection Text: P_T610FK = D Quota determination
Selection Text: P_T610FD = D Determ. pharm.prod.
Selection Text: P_T610FA = D Determ.anti-dumping
Selection Text: P_T610D = D Pharmaceutical products code
Selection Text: P_T610C = D CAS Number
Selection Text: P_T610A = D Antidumping Code
Selection Text: P_T609G = D PRODCOM Number
Selection Text: P_T605K = D Bus. trans. type / Procedure
Selection Text: P_T605 = D Business Transaction Type
Selection Text: P_T604Y = D Section/Chapter
Selection Text: P_T604W = D Sections
Selection Text: P_T604ST = D Commodity code
Selection Text: P_T604CU = D Code number
Selection Text: P_T604C = D Import preference code
Selection Text: P_SIMUL = Simulation
Selection Text: P_MESCO = Processing (Dialog entry)
Selection Text: P_LOGSYS = D Logical system
Selection Text: P_LAND1 = Country
Title: Foreign trade/Customs: Distribution of Master Data
Text Symbol: S03 = DutyRates
Text Symbol: S02 = Cust.data
Text Symbol: S01 = Basic Data





Text Symbol: I02 = Cust.data
Text Symbol: I01 = Basic Data
Text Symbol: B02 = ALE/EDI
Text Symbol: B01 = Restrictions


INCLUDES used within this REPORT RVFTBALE

INCLUDE FTULOCON.


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:

IDOC_CREATE_FTDABA CALL FUNCTION 'IDOC_CREATE_FTDABA' EXPORTING i_eilan = p_land1 i_range_spras = l_range_spras i_r_ftbale = lr_ftbale i_initial_load = 'X' IMPORTING e_r_edidc = lr_edidc e_t_edidd = lt_edidd EXCEPTIONS idoc_empty = 1 OTHERS = 2.

IDOC_CREATE_FTDACU CALL FUNCTION 'IDOC_CREATE_FTDACU' EXPORTING i_eilan = p_land1 i_range_spras = l_range_spras i_r_ftbale = lr_ftbale i_initial_load = 'X' IMPORTING e_r_edidc = lr_edidc e_t_edidd = lt_edidd EXCEPTIONS idoc_empty = 1 OTHERS = 2.

MASTER_IDOC_DISTRIBUTE CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' EXPORTING master_idoc_control = lr_edidc TABLES communication_idoc_control = lt_edidc master_idoc_data = lt_edidd EXCEPTIONS error_in_idoc_control = 1 error_writing_idoc_status = 2 error_in_idoc_data = 3 sending_logical_system_unknown = 4 OTHERS = 5.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ls_log_handle-log_handle EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = ls_msg_defaults EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.



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