SAP Reports / Programs | Sales and Distribution | Basic Functions | Credit Management(SD-BF-CM) SAP SD

RVKREALV SAP ABAP INCLUDE - documentation and ABAP source code







RVKREALV 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 RVKREALV 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 RVKREALV. "Basic submit
SUBMIT RVKREALV AND RETURN. "Return to original report after report execution complete
SUBMIT RVKREALV 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 RVKREALV

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:

UKM_IS_ACTIVE CALL FUNCTION 'UKM_IS_ACTIVE' IMPORTING e_active = sv_ukm_active e_erp2005 = sv_ukm_erp2005.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = k_repid i_internal_tabname = k_tabname_header i_structure_name = 'VBKRED' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = u_kr_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = k_repid i_internal_tabname = k_tabname_item i_structure_name = 'VBKREDET' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = u_kr_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = k_repid * i_internal_tabname = k_tabname_header i_structure_name = 'VBKRED' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = u_kr_fieldcat[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = u_kr_events.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = us_k_variant i_save = us_k_save i_tabname_header = k_tabname_header i_tabname_item = k_tabname_item * it_default_fieldcat = IMPORTING e_exit = k_exit es_variant = ch_kr_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' "Überprüfung der ex.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = k_repid i_callback_pf_status_set = k_status i_callback_user_command = k_user_command is_layout = kr_layout it_fieldcat = kr_fieldcat[] * IT_EXCLUDING = it_special_groups = kr_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = K_DEFAULT i_save = k_save is_variant = k_variant it_events = kr_events[] * IT_EVENT_EXIT = i_tabname_header = k_tabname_header i_tabname_item = k_tabname_item is_keyinfo = kr_keyinfo * IS_PRINT = it_except_qinfo = gt_exc * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab_header = postab t_outtab_item = xvbkredet.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING
* I_BUFFER_ACTIVE = 'X' * I_INTERFACE_CHECK = ' ' i_callback_program = k_repid i_callback_pf_status_set = k_status i_callback_user_command = k_user_command * I_STRUCTURE_NAME = 'VBUK' is_layout = kr_layout it_fieldcat = kr_fieldcat[] * IT_EXCLUDING = it_special_groups = kr_sp_group * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = k_save is_variant = k_variant it_events = kr_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 it_except_qinfo = gt_exc * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = postab.

UKM_IS_ACTIVE CALL FUNCTION 'UKM_IS_ACTIVE' IMPORTING e_active = l_flag.



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