SAP Reports / Programs | Basis Components | Upgrade - General(BC-UPG) SAP BC

RSINDCHK SAP ABAP Report - Checks which secondary indexes in the upgrade were created in advance







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


Text pool values


Title: Checks which secondary indexes in the upgrade were created in advance


INCLUDES used within this REPORT RSINDCHK

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:

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = gc_acttype filename = p_logfile subdir = p_subprot importing file = gv_protfile exceptions wrong_call = 1 others = 2.

SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = l_level l_severity = severity l_msgnr = msgnr l_v1 = l_var1 l_v2 = l_var2 l_v3 = l_var3 l_v4 = l_var4 tables p_tab = gt_protocol.

SUBST_WRITE_PROTOCOL call function 'SUBST_WRITE_PROTOCOL' exporting acttype = gc_acttype ifname = gv_protfile importing efname = gv_protfile tables p_tab = gt_protocol exceptions write_failed = 01 others = 02.

DD_MASS_DIST call function 'DD_MASS_DIST' exporting longprot = 'X' logname = ld_logname modus = 'I' parallel = 'X' no_exists_check = ' ' dbcheck_level = ' ' mark_long_operations = ' ' mark_deleted_fields = ' ' shadow_upgrade = ' ' importing subrc = ld_subrc.

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = gc_acttype filename = lv_distfile subdir = gc_subprot importing file = lv_source_file exceptions wrong_call = 1 others = 2.

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = gc_acttype filename = lv_destname subdir = 'log' importing file = lv_dest_file exceptions wrong_call = 1 others = 2.



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