SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

RSTIRTCK SAP ABAP Report - KPro: Check program for settings tables in Knowledge Provider







RSTIRTCK 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 RSTIRTCK 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 RSTIRTCK. "Basic submit
SUBMIT RSTIRTCK AND RETURN. "Return to original report after report execution complete
SUBMIT RSTIRTCK 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_CLASS = Check Classes
Selection Text: P_CLTAB = Check Table Records
Selection Text: P_DOCSP = Check Document Areas
Selection Text: P_PROPS = Check Attributes
Selection Text: P_REPOS = Check Connection Structure
Selection Text: P_STCAT = Check Memory Categories
Title: KPro: Check program for settings tables in Knowledge Provider
Text Symbol: 001 = Start of Check
Text Symbol: 002 = End of check


INCLUDES used within this REPORT RSTIRTCK

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:

HELP_OBJECT_SHOW * call function 'HELP_OBJECT_SHOW' * exporting * dokclass = 'NA' * dokname = dokname ** DOKTITLE = ' ' * msg_var_1 = sy-msgv1 * msg_var_2 = sy-msgv2 * msg_var_3 = sy-msgv3 * msg_var_4 = sy-msgv4 * tables * links = links * exceptions * others = 3 * .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKPHCL' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKRECL' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKPROP' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = isdokprop-tabname * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES x031l_tab = x031l_tab * DFIES_TAB = EXCEPTIONS not_found = 1 OTHERS = 2 .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKCLPROP' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKPHTAB' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKLOTAB' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKRETAB' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = tabname * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = * TABLES * X031L_TAB = * DFIES_TAB = EXCEPTIONS not_found = 1 OTHERS = 2 .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'SDOKPHTAB' TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DOMA_GET





CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = l_domname TABLES dd07v_tab = s_dd07v_tab EXCEPTIONS illegal_input = 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 RSTIRTCK or its description.