SAP Reports / Programs

BALVEXTR SAP ABAP Report - Extract management







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


Text pool values


Selection Text: SO_EXNAM = Extract Name
Selection Text: SO_ERTIM = Creation Time
Selection Text: SO_ERNAM = Creation Name
Selection Text: SO_ERDAT = Date Entered
Selection Text: P_USR = User Name
Selection Text: P_REP = Report Name
Selection Text: P_LOG = Logical Group Name
Selection Text: P_HAN = AdministrationID (Handle)
Selection Text: P_DELE = Delete Immediately
Selection Text: P_COUNT = Number of Data Records
Title: Extract management
Text Symbol: TI1 = End extract maintenance
Text Symbol: T04 = Extract Information
Text Symbol: T03 = Execute Extract Action Immediately
Text Symbol: T02 = Technical Properties of the Extract
Text Symbol: T01 = Extract
Text Symbol: 021 = ?
Text Symbol: 020 = Delete extract


INCLUDES used within this REPORT BALVEXTR

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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = l_repid i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' * i_structure_name = ' ' is_layout = ls_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * i_save = ' ' * is_variant = ls_variant * IT_EVENTS = it_event_exit = lt_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 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_extracts exceptions program_error = 1 others = 2.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-020 textline2 = text-021 titel = l_title * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = l_answer exceptions others = 1.



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