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

RVEXSTAT SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RVEXSTAT

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:

OUTGOING_CALL_PROCESS call function 'OUTGOING_CALL_PROCESS' exporting tel_number = lv_telno name_in = lv_name remark_in = lv_abtlg display_popup = con_x.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = con_a changing cs_variant = ls_disvariant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

ADDR_GET call function 'ADDR_GET' exporting address_selection = h_address_selection importing address_value = h_address_data_value exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.

ADDR_DIALOG_PREPARE call function 'ADDR_DIALOG_PREPARE' exporting titlebar = h_titlebar tables excluded_functions = h_tab_excluded_functions exceptions internal_error = 1 others = 2.

ADDR_DIALOG call function 'ADDR_DIALOG' exporting check_address = con_x tables number_handle_tab = h_address_dialog exceptions address_not_exist = 1 group_not_valid = 2 parameter_error = 3 internal_error = 4 others = 5.

RV_CALL_DISPLAY_TRANSACTION call function 'RV_CALL_DISPLAY_TRANSACTION' exporting vbeln = lv_vbeln vbtyp = lv_vbtyp.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_disvariant i_save = con_a importing es_variant = ls_disvariant exceptions not_found = 1 program_error = 2 others = 3.

SUSR_SHOW_USER_DETAILS call function 'SUSR_SHOW_USER_DETAILS' exporting bname = lv_ernam mandt = sy-mandt no_display = lv_display changing user_usr03 = lt_usr03.

TELEPHONY_ACTIVE_GET call function 'TELEPHONY_ACTIVE_GET' importing active = l_active.



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