SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVFTPRER SAP ABAP Report - Foreign Trade Preference: Create Long-term Vendor Declaration







RVFTPRER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The international economic blocs adopted preference agreements, determining which goods from which countries of origin may be imported in countries with a preference duty...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RVFTPRER 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

LEER - Create long-term VenDecl. (customer)


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 RVFTPRER. "Basic submit
SUBMIT RVFTPRER AND RETURN. "Return to original report after report execution complete
SUBMIT RVFTPRER 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_WERKS = Plant
Selection Text: S_MTART = Material Type
Selection Text: S_MATNR = Material number
Selection Text: S_KUNNR = Customer
Selection Text: S_GZOLX = Preference zones
Selection Text: S_ERDAT = Bill. docs from period
Selection Text: P_VARIA = List variant
Selection Text: P_SPRAS = Language key
Selection Text: P_SHOWL = Display list
Selection Text: P_PRNTR = Printer
Selection Text: P_POPUP = Issue without print preview
Selection Text: P_ERTXT = TextContainer
Selection Text: P_EINSP = Common language
Selection Text: P_DOKSP = Customer language
Selection Text: P_CHKFK = determine from bill. docs
Title: Foreign Trade Preference: Create Long-term Vendor Declaration
Text Symbol: TA1 = Document
Text Symbol: P01 = Default
Text Symbol: 016 = Print
Text Symbol: 015 = Issue list
Text Symbol: 014 = IssueTo
Text Symbol: 013 = Options
Text Symbol: 012 = Texts
Text Symbol: 011 = PO tolerance days
Text Symbol: 010 = Check purch.ord.toler.
Text Symbol: 009 = Language key
Text Symbol: 008 = Common language
Text Symbol: 007 = Processing
Text Symbol: 005 = Document language
Text Symbol: 004 = TextContainer
Text Symbol: 003 = Ref. cust./mat. from bill. docs
Text Symbol: 002 = Customer / Material
Text Symbol: 001 = Organizational units
Text Symbol: TA2 = IssueTo


INCLUDES used within this REPORT RVFTPRER

INCLUDE RVFTPRERTOP.


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:

FT_VEND_DECL_SD call function 'FT_VEND_DECL_SD' EXPORTING i_chkfk = p_chkfk i_popup = p_popup i_varia = p_varia i_list = p_list i_file = p_file i_word = p_word i_form = p_form i_einsp = p_einsp i_spras = p_spras i_ertxt = p_ertxt i_showl = p_showl i_prntr = p_prntr i_zones = p_zones TABLES r_matnr = s_matnr[] r_kunnr = s_kunnr[] r_werks = s_werks[] r_erdat = s_erdat[] r_gzolx = s_gzolx[] r_mtart = s_mtart[] EXCEPTIONS no_data_found = 1 data_locked = 2 language_missing = 3 text_name_missing = 4 text_not_found = 5 new_error = 6 others = 7.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_disvariant i_save = 'A' IMPORTING es_variant = ls_disvariant EXCEPTIONS not_found = 1 program_error = 2 others = 3.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' EXPORTING dyname = c_progname2 dynumb = '1001' translate_to_upper = 'X' TABLES dynpfields = itab_fields.

RETRIEVAL_TEXT call function 'RETRIEVAL_TEXT' exporting name = p_mtxt id = 'ST' language = '*' selection_screen = 'X' * TEXTTYPE = '*' importing header = lv_thead exceptions canceled = 1 retrieval_error = 2 invalid_id = 3 invalid_language = 4 others = 5.



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