SAP Reports / Programs | Basis Components | Basis Components | NetWeaver Enterprise Search(BC-EIM-ESH) SAP BC

ESH_TST_RTI_ERROR_HANDLING SAP ABAP Report - Real Time Indexing Error Handling Test







ESH_TST_RTI_ERROR_HANDLING 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_TST_RTI_ERROR_HANDLING 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_TST_RTI_ERROR_HANDLING. "Basic submit
SUBMIT ESH_TST_RTI_ERROR_HANDLING AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_TST_RTI_ERROR_HANDLING 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_WRT_TA = Write Transaction Pointers
Selection Text: P_WRT_CP = Write Change Pointers
Selection Text: P_RNDLOW = Count (Low)
Selection Text: P_RNDHIG = Count (High)
Selection Text: P_REGBHV = Test: Registration Exceptions
Selection Text: P_PERIDC = Periodic Data Creation
Selection Text: P_OTYP = Object Type
Selection Text: P_ONCE = Single Run
Selection Text: P_MAX_RT = Maximum Runtime (s)
Selection Text: P_INIBHV = Initial Extract
Selection Text: P_HSWC = HSWC
Selection Text: P_GDABHV = Real-Time Indexing (GET_DATA)
Selection Text: P_FREQ = Average Interval (s)
Selection Text: P_FBKMOD = Feedback for excess. CPointers
Selection Text: P_EXC_CP = Excessive Change Pointers
Selection Text: P_EHRTT = DB Table (Text Items)
Selection Text: P_EHRTI = DB Table (Root)
Selection Text: P_EC_CNT = Excessive CP Count
Selection Text: P_DRGBHV = Test: Deregistration Exception
Selection Text: P_DEL_TA = Transaction Pointers
Selection Text: P_DEL_DA = Data
Selection Text: P_DEL_CP = Change Pointers
Selection Text: P_CREATE = Create Data
Selection Text: P_CO_TXT = Connector
Selection Text: P_CO_RMD = Processing Mode
Selection Text: P_CO_REG = Connector registered for RTI
Selection Text: P_CO_ACT = Connector active
Selection Text: P_COUNT = Count
Selection Text: P_CB_CLS = Callback Class
Title: Real Time Indexing Error Handling Test
Text Symbol: 009 = Transaction Pointer Creation Options
Text Symbol: 008 = Real-Time Indexing Registration
Text Symbol: 007 = Connector Settings
Text Symbol: 006 = Metadata
Text Symbol: 005 = Test Nonstandard Behaviour of Data Extractor (Error Handling Use-Cases)
Text Symbol: 004 = Change Pointer Creation Options
Text Symbol: 003 = Data Creation Options
Text Symbol: 002 = Test Data Preparation





Text Symbol: 001 = Clean Up Test Data


INCLUDES used within this REPORT ESH_TST_RTI_ERROR_HANDLING

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

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

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

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

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

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

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RT_STATUS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_REGBHV' value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_content 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_TST_RTI_ERROR_HANDLING or its description.