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

RVEXINRO SAP ABAP INCLUDE - General AT SELECTION SCREEN - Routines







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


Text pool values


Title: General AT SELECTION SCREEN - Routines


INCLUDES used within this REPORT RVEXINRO

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_ACC_CRITERIA_CHECK CALL FUNCTION 'RV_FTT_GOV_ACC_CRITERIA_CHECK' EXPORTING i_mland = country_iso i_aridep = p_aridep i_reporting_type = reporting_type i_program = report_id TABLES t_accu_crit = accu_crit_tab.

COUNTRY_CODE_ISO_TO_SAP CALL FUNCTION 'COUNTRY_CODE_ISO_TO_SAP' EXPORTING iso_code = country_iso IMPORTING sap_code = country_t001 * unique = EXCEPTIONS not_found = 1 OTHERS = 2.

RV_FTT_GOV_PLANTS_SELECT CALL FUNCTION 'RV_FTT_GOV_PLANTS_SELECT' EXPORTING i_bukrs = nummbukr i_country = country_t001 * REDUCE_ONLY = ' ' IMPORTING e_werkslow = s_werks-low e_bukrs = nummbukr e_country = country_t001 TABLES plants = s_werks EXCEPTIONS dialog_canceled = 1 OTHERS = 2.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = 'WERKS' * titel = 'test Titel' * NO_PERS_HELP_SELECT = ' ' * title_in_values_list = 'Titel in value' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' IMPORTING ind = ind * SELECT_VALUE = TABLES fields = fields full_table = int_tab * USER_SEL_FIELDS = * HEADING_TABLE = EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = 'A' IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = gx_variant.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = report dynumb = sy-dynnr TABLES dynpfields = get EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = report dynumb = sy-dynnr TABLES dynpfields = upd EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'I' program = con_repid_saplv50g TABLES no_log = no_log EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

COUNTRY_CODE_ISO_TO_SAP CALL FUNCTION 'COUNTRY_CODE_ISO_TO_SAP' EXPORTING iso_code = country_iso IMPORTING sap_code = country_t609i unique = lv_unique EXCEPTIONS not_found = 1 OTHERS = 2.

COUNTRY_CODE_ISO_TO_SAP * CALL FUNCTION 'COUNTRY_CODE_ISO_TO_SAP' * EXPORTING * ISO_CODE = COUNTRY_ISO * IMPORTING * SAP_CODE = COUNTRY_T609I ** UNIQUE = * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES accumulation_fields = accu_crit_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES alv_variant_2 = alv_variant EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_TECH_INFO_GET CALL FUNCTION 'RV_FTT_GOV_TECH_INFO_GET' EXPORTING mode = 'I' IMPORTING e_sum_line = sum_line TABLES t_output_tab = output_tab t_output_detail_tab = output_detail_tab t_non_reported_tab = non_reported_tab EXCEPTIONS illegal_mode = 1 OTHERS = 2.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES output_tab = output_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES output_detail_tab = output_detail_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES non_reported_tab = non_reported_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES sum_line = sum_line_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING





CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES medium = medium_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES segment_data = segment_data EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_ENJOY_LOG_TEXTS_GET CALL FUNCTION 'RV_FTT_GOV_ENJOY_LOG_TEXTS_GET' EXPORTING reporting_type = reporting_type reporting_month = datummon reporting_year = datumjah reporting_country = country_iso medium = medium flow_of_goods = p_aridep log_type = log_type mode = mode file_name = filename_u spool_id = spool_number records_selected = no_records_found * STATUS_INCOMP_LOG = NO_ERRORS TABLES enjoy_log = enjoy_log.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = curr_report TABLES selection_table = selection_table_tab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES selection_table_2 = selection_table_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING mode = 'E' program = con_repid_saplv50g TABLES spool_id = spool_id_tab EXCEPTIONS illegal_mode = 1 export_failed = 2 import_failed = 3 OTHERS = 4.

RV_FTT_GOV_SEQUENCE_NO_UPDATE CALL FUNCTION 'RV_FTT_GOV_SEQUENCE_NO_UPDATE' EXPORTING i_reporting_type = p_reporting_type i_reporting_month = datummon i_reporting_year = datumjah i_flow_of_goods = p_aridep.

ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = p_tabname varkey = p_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = p_tabname varkey = p_varkey.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gclient = hlp_gclient gname = 'RSTABLE' guname = space TABLES enq = loc_enq EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.



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