SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

REDEREG_DISPLAY_PARAM_BVRKOF01 SAP ABAP INCLUDE - REDEREGDISPLAYPARAMBVRKOF01







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

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:

ISU_DEREG_PARAM_INV_OUT_ALL CALL FUNCTION 'ISU_DEREG_PARAM_INV_OUT_ALL' EXPORTING X_INITIATOR = -SERVICEID * X_PARTNER = IMPORTING Y_PARAM = lt_temp_param EXCEPTIONS NO_PARAMETER_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

FKK_STDBK_DETERMINE CALL FUNCTION 'FKK_STDBK_DETERMINE' EXPORTING I_VKONT = -VKONT_AGGBILL IMPORTING E_STDBK = ls_bvrko-bukrs EXCEPTIONS NO_STDBK_FOUND = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'TFK012' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = 'LT_BVRKO' CHANGING CT_FIELDCAT = lt_tmp_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

LVC_TRANSFER_TO_SLIS CALL FUNCTION 'LVC_TRANSFER_TO_SLIS' EXPORTING IT_FIELDCAT_LVC = lt_fieldcat * IT_SORT_LVC = * IT_FILTER_LVC = * IS_LAYOUT_LVC = IMPORTING ET_FIELDCAT_ALV = lt_slis_fieldcat * ET_SORT_ALV = * ET_FILTER_ALV = * ES_LAYOUT_ALV = * TABLES * IT_DATA = EXCEPTIONS IT_DATA_MISSING = 1 IT_FIELDCAT_LVC_MISSING = 2 OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = 'REDEREG_DISPLAY_PARAM_BVRKO' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = text-001 * I_GRID_SETTINGS = IS_LAYOUT = ls_LAYOUT IT_FIELDCAT = lt_slis_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = lS_VARIANT * IT_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 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = lt_bvrko EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_s_log IMPORTING e_log_handle = lv_loghandle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = P_LV_LOGHANDLE i_s_msg = lls_msg EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = lv_msgtxt.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = llt_BAL_T_LOGH EXCEPTIONS OTHERS = 0.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = llt_BAL_T_LOGH EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING * I_CLIENT = SY-MANDT I_S_LOG_FILTER = lls_bal_s_fil IMPORTING E_T_LOG_HEADER = llt_balhdr EXCEPTIONS LOG_NOT_FOUND = 1 NO_FILTER_CRITERIA = 2 OTHERS = 3.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING I_T_LOG_HEADER = llt_balhdr EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_GLB_SEARCH_LOG CALL FUNCTION 'BAL_GLB_SEARCH_LOG' EXPORTING I_S_LOG_FILTER = lls_bal_s_fil * I_T_LOG_CONTEXT_FILTER = * I_T_LOG_HANDLE = IMPORTING E_T_LOG_HANDLE = llt_BAL_T_LOGH EXCEPTIONS LOG_NOT_FOUND = 1 OTHERS = 2.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = lls_bal_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = lls_bal_display_profile EXCEPTIONS OTHERS = 0.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = P_LV_LOGHANDLE EXCEPTIONS OTHERS = 0.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = P_LV_LOGHANDLE EXCEPTIONS OTHERS = 0.

BAL_DB_SEARCH * CALL FUNCTION 'BAL_DB_SEARCH' * EXPORTING ** I_CLIENT = SY-MANDT * I_S_LOG_FILTER = lls_bal_s_fil * IMPORTING * E_T_LOG_HEADER = llt_balhdr * EXCEPTIONS * LOG_NOT_FOUND = 1 * NO_FILTER_CRITERIA = 2 * OTHERS = 3.

BAL_DB_LOAD





* CALL FUNCTION 'BAL_DB_LOAD' * EXPORTING * I_T_LOG_HEADER = llt_balhdr * EXCEPTIONS * no_logs_specified = 1 * log_not_found = 2 * log_already_loaded = 3 * OTHERS = 4.

BAL_GLB_SEARCH_LOG * CALL FUNCTION 'BAL_GLB_SEARCH_LOG' * EXPORTING * I_S_LOG_FILTER = lls_bal_s_fil ** I_T_LOG_CONTEXT_FILTER = ** I_T_LOG_HANDLE = * IMPORTING * E_T_LOG_HANDLE = llt_BAL_T_LOGH * EXCEPTIONS * LOG_NOT_FOUND = 1 * OTHERS = 2.

BAL_LOG_MSG_DELETE_ALL * CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' * EXPORTING * I_LOG_HANDLE = lLV_LOGHANDLE ** EXCEPTIONS ** LOG_NOT_FOUND = 1 ** OTHERS = 2 * .

BAL_DB_SAVE * CALL FUNCTION 'BAL_DB_SAVE' ** EXPORTING ** I_CLIENT = SY-MANDT ** I_IN_UPDATE_TASK = ' ' ** I_SAVE_ALL = ' ' ** I_T_LOG_HANDLE = ** IMPORTING ** E_NEW_LOGNUMBERS = * EXCEPTIONS * LOG_NOT_FOUND = 1 * SAVE_NOT_ALLOWED = 2 * NUMBERING_ERROR = 3 * OTHERS = 4 * .



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