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

RVEXINDP SAP ABAP INCLUDE - INTRASTAT: General procedures - Paper version







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


Text pool values


Title: INTRASTAT: General procedures - Paper version


INCLUDES used within this REPORT RVEXINDP

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:

RV_FTT_GOV_TABLES_INITIALIZE call function 'RV_FTT_GOV_TABLES_INITIALIZE'.

COUNTRY_CODE_ISO_TO_SAP call function 'COUNTRY_CODE_ISO_TO_SAP' exporting iso_code = country_iso importing sap_code = country_dp * unique = exceptions not_found = 1 others = 2.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = 'A' changing cs_variant = gx_variant exceptions not_found = 4.

RV_FTT_GOV_INTRA_DATA_SENDER call function 'RV_FTT_GOV_INTRA_DATA_SENDER' exporting country_iso = country_iso changing p_name = p_anname p_ort = p_anort p_mit = par_mit p_celn = par_celn p_email_account = p_email.

RV_FTT_GOV_ADDR_ORGUNIT_SELECT call function 'RV_FTT_GOV_ADDR_ORGUNIT_SELECT' exporting i_direction = p_aridep * I_EINKAUFORG = * I_VERKAUFORG = i_bukrs = nummbukr i_werk = s_werks-low i_country = country_dp * I_NUMBER_LINES = 4 i_no_direct_input = 'X' changing adresse = p_adrs selected_org_unit = org_unit sadresse = p_sadr name_sel_org_unit = name_sel exceptions wrong_direction = 1 others = 2 .

RV_FTT_GOV_ADDR_ORGUNIT_SELECT call function 'RV_FTT_GOV_ADDR_ORGUNIT_SELECT' exporting i_direction = p_aridep * I_EINKAUFORG = * I_VERKAUFORG = i_bukrs = nummbukr i_werk = s_werks-low i_country = country_dp i_number_lines = adr_lines changing adresse = p_adrs selected_org_unit = org_unit sadresse = p_sadr name_sel_org_unit = name_sel exceptions wrong_direction = 1 others = 2.

CHECK_PLANTS_IN_SAME_COUNTRY call function 'CHECK_PLANTS_IN_SAME_COUNTRY' exporting reporting_country = country_dp reporting_bukrs = nummbukr tables t_plants = s_werks exceptions different_countries = 1 diff_from_reporting_country = 2 diff_from_reporting_bukrs = 3 others = 4.

SELECT_FORM call function 'SELECT_FORM' exporting client = sy-mandt "aktiver Mandant form = p_form "Formular language = p_lang "alle Sprachen status = ' ' "nur aktive Formulare throughclient = 'X' "ggf. auch Mandant 000

SELECT_FORM call function 'SELECT_FORM' exporting client = sy-mandt "aktiver Mandant form = p_form "Formular language = 'D' "alle Sprachen status = ' ' "nur aktive Formulare throughclient = 'X' "ggf. auch Mandant 000

ADDR_GET call function 'ADDR_GET' exporting address_selection = selection address_group = 'CA01' importing sadr = sadr "SADR40A exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5. "SADR40A

ADDRESS_INTO_PRINTFORM * CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' * EXPORTING * ADRSWA_IN = HLP_ADRS * IMPORTING * ADRSWA_OUT = HLP_ADRS.

ADDRESS_INTO_PRINTFORM call function 'ADDRESS_INTO_PRINTFORM' exporting address_type = '1' address_number = sadr-adrnr sender_country = hlp_adrs-inlnd number_of_lines = hlp_adrs-anzzl importing address_printform = ls_address_printform.

ADDR_GET call function 'ADDR_GET' exporting address_selection = selection address_group = 'CA01' importing sadr = sadr "SADR40A exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5. "SADR40A

ADDRESS_INTO_PRINTFORM call function 'ADDRESS_INTO_PRINTFORM' exporting address_type = '1' address_number = sadr-adrnr sender_country = hlp_adrs-inlnd number_of_lines = hlp_adrs-anzzl importing address_printform = ls_address_printform.

OPEN_FORM call function 'OPEN_FORM' exporting form = p_form language = p_lang options = itcpo device = 'PRINTER' dialog = ' ' exceptions others = 1.

OPEN_FORM call function 'OPEN_FORM' exporting form = p_form language = p_lang options = itcpo device = 'PRINTER' dialog = ' ' exceptions others = 1.

OPEN_FORM call function 'OPEN_FORM' exporting form = p_form language = p_lang options = itcpo device = 'PRINTER' dialog = 'X' exceptions others = 1.

OPEN_FORM call function 'OPEN_FORM' exporting form = p_form language = 'D' options = itcpo device = 'PRINTER' dialog = 'X' exceptions others = 1.

CLOSE_FORM





call function 'CLOSE_FORM' importing result = itcpp exceptions others = 1.

WRITE_FORM call function 'WRITE_FORM' exporting window = window "P30K134130 element = element exceptions element = 1 window = 2.



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