SAP Reports / Programs

RSRETDELTAINDEXING SAP ABAP Report - test for delta indexing







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


Text pool values


Title: test for delta indexing


INCLUDES used within this REPORT RSRETDELTAINDEXING

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:

SDOK_GET_CLASS_FROM_DOCUSPC CALL FUNCTION 'SDOK_GET_CLASS_FROM_DOCUSPC' EXPORTING DOCUSPACE = DOC_AREA-LOW X_INDEXIBLE_ONES = 'X' TABLES ITAB_CLASS = tphcls EXCEPTIONS NO_DOCUSPACE_GIVEN = 1 NO_CLASS = 2 DOCUSPACE_NOT_EXISTING = 3 OTHERS = 4.

SDOK_CHECK_AUTO_INDEX CALL FUNCTION 'SDOK_CHECK_AUTO_INDEX' EXPORTING PH_CLASS = -LOW IMPORTING AUTO_INDEX = x_auto_index.

SDOK_INDEX_PHIO_ASYNC CALL FUNCTION 'SDOK_INDEX_PHIO_ASYNC' EXPORTING OBJECT_ID = iRESULT CLIENT = -MANDT * SAPCODEPAGE = * X_IDXCAT_PROPS_GIVEN = * COMP_CNT = * LANGUAGE = * X_UPDATE = * CREATION_TIME = * IDXCAT_DESCRIPTION = * X_DELIVER = * SELECTED_CATID = * SELECTED_LANGU = * IMPORTING * RCODE = * TABLES * IDXCAT_PROPTAB = EXCEPTIONS CLASS_HAS_NO_DOCU_SPACE = 1 DOCU_SPACE_UNKNOWN = 2 OBJECT_NOT_EXISTING = 3 PHIO_HAS_NO_COMPONENTS = 4 ERROR_CREATING_IDXCAT = 5 MORE_THAN_ONE_CATID = 6 NO_LANGUAGE_GIVEN = 7 INDEX_JOB_ALREADY_EXISTS = 8 XERROR = 9 NOT_SELECTED = 10 OTHERS = 11 .

SDOK_LOG_MESSAGE CALL FUNCTION 'SDOK_LOG_MESSAGE' EXPORTING subobject = sdoki_al_subobj_indexing msgty = 'E' msgid = 'INDEXING' msgno = '026' msgv1 = msgv1_aux msgv2 = msgv2_aux msgv3 = msgv3_aux msgv4 = msgv4_aux msg_userexitf = sdoki_al_msg_userexitf_1 msg_probclass = '1'.

SDOK_LOG_WRITE_TO_DB CALL FUNCTION 'SDOK_LOG_WRITE_TO_DB'.

SDOK_PHIOS_FILE_PROPERTIES_GET CALL FUNCTION 'SDOK_PHIOS_FILE_PROPERTIES_GET' EXPORTING CLIENT = mandt TABLES OBJECT_FILEPROPERTIES = tOBJF COMPONENTS = tCOMPs BAD_OBJECTS = tBAD_OBJ.



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