SAP Reports / Programs

ESH_SET_INDEXING_PACKAGESIZE SAP ABAP Report - Set Exceptional Indexing Packagesize for Initial/Delta Indexing







ESH_SET_INDEXING_PACKAGESIZE 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 ESH_SET_INDEXING_PACKAGESIZE 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 ESH_SET_INDEXING_PACKAGESIZE. "Basic submit
SUBMIT ESH_SET_INDEXING_PACKAGESIZE AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_SET_INDEXING_PACKAGESIZE 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: P_PS_II = Package Size Initial Indexing
Selection Text: P_PS_DI = Package Size Delta Indexing
Selection Text: P_OTYP = Object Type
Selection Text: P_LOGSYS = Logical System
Title: Set Exceptional Indexing Packagesize for Initial/Delta Indexing
Text Symbol: 036 = Close Window
Text Symbol: 035 = Authorization
Text Symbol: 034 = Technical
Text Symbol: 033 = Business Object
Text Symbol: 032 = Type
Text Symbol: 031 = Delete selected rows
Text Symbol: 030 = Delete
Text Symbol: 029 = Add Entry
Text Symbol: 028 = Object Type
Text Symbol: 027 = Logsys
Text Symbol: 026 = Package Size for Delta Indexing
Text Symbol: 025 = Package Size for Initial Indexing
Text Symbol: 024 = Could not instantiate the object model
Text Symbol: 023 = No active search model
Text Symbol: 022 = Maintain extraction package sizes there.
Text Symbol: 021 = System is connected to a hub system.
Text Symbol: 020 = Logical systems not yet set up
Text Symbol: 019 = Range error - Negative value
Text Symbol: 018 = Specify valid logical system
Text Symbol: 017 = Object type not specified
Text Symbol: 016 = Logical system not specified
Text Symbol: 015 = Failure on deleting entries from database
Text Symbol: 014 = Failure on deleting entry from database
Text Symbol: 013 = Failure on updating the database
Text Symbol: 012 = Failure on updating the database
Text Symbol: 011 = No entries selected in the table
Text Symbol: 010 = Cancel
Text Symbol: 009 = Yes
Text Symbol: 008 = Do you want to delete the entries selected in the table?
Text Symbol: 007 = Delete Entries
Text Symbol: 006 = Entries have been deleted
Text Symbol: 005 = No values provided. Data has not been saved
Text Symbol: 004 = No data changed





Text Symbol: 003 = Entry has been reset to default
Text Symbol: 002 = Entry has been updated
Text Symbol: 001 = New entry has been created


INCLUDES used within this REPORT ESH_SET_INDEXING_PACKAGESIZE

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete Entries'(007) * DIAGNOSE_OBJECT = ' ' text_question = 'Do you want to delete the entries selected in the table?'(008) text_button_1 = 'Yes'(009) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Cancel'(010) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LOGSYS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_LOGSYS' value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_adm_rfc_conn EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OBJECT_TYPE_NAME' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_OTYP' value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_active_otypt EXCEPTIONS parameter_error = 1 no_values_found = 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 ESH_SET_INDEXING_PACKAGESIZE or its description.