SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RUTCHKTYPE_F01 SAP ABAP INCLUDE - RUTCHKTYPEF01







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


INCLUDES used within this REPORT RUTCHKTYPE_F01

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:

DDIF_TYPEINFO_GET call function 'DDIF_TYPEINFO_GET' exporting typename = p_type importing typekind = gv_typekind gotstate = lv_gotstate.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = gc_active tabname = p_type exceptions not_found = 4 others = 4.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = ls_chkobj-object.

SFW_GET_SWITCHPOS call function 'SFW_GET_SWITCHPOS' tables switchtab = lt_switch.

BALW_BAPIRETURN_GET1 call function 'BALW_BAPIRETURN_GET1' exporting type = p_msgty cl = p_msgid number = p_msgno par1 = lv_msgv1 par2 = lv_msgv2 par3 = lv_msgv3 par4 = lv_msgv4 importing bapireturn = ls_bapiret1.

DD_TBFD_GET call function 'DD_TBFD_GET' exporting get_state = lv_state tabl_name = lv_tabl_name add_typeinfo = 'D' * importing * got_state = tables dd03p_tab_a = lt_dd03p * DD03P_TAB_N = exceptions illegal_value = 1 op_failure = 2 others = 3.

DD_TYPEINFO_GET call function 'DD_TYPEINFO_GET' exporting getstate = ls_state tables ddtypes_tab = t_ddtypes.

DDIF_TTYP_GET call function 'DDIF_TTYP_GET' exporting name = lv_name * STATE = 'A' * LANGU = ' ' importing * GOTSTATE = dd40v_wa = ls_dd40v exceptions illegal_input = 1 others = 2.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = lv_name * STATE = 'A' * LANGU = ' ' importing * GOTSTATE = dd04v_wa = ls_dd04v * TPARA_WA = exceptions illegal_input = 1 others = 2.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'DDTYPES' i_bypassing_buffer = gc_x changing ct_fieldcat = lt_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'COMPL_TYPE' i_bypassing_buffer = gc_x changing ct_fieldcat = lt_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'BAPIRET1' i_bypassing_buffer = gc_x changing ct_fieldcat = lt_fieldcat.

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions others = 0.

DDIF_TYPEINFO_GET call function 'DDIF_TYPEINFO_GET' exporting typename = p_typename importing typekind = lv_typekind gotstate = lv_gotstate.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = gc_active tabname = p_typename exceptions not_found = 4 others = 4.

DDIF_TYPEINFO_GET call function 'DDIF_TYPEINFO_GET' exporting typename = st_tnam-low importing typekind = lv_typekind gotstate = lv_gotstate.

DD_MASS_ACT_C3 call function 'DD_MASS_ACT_C3' exporting * DDMODE = 'O' * EXTTAB = * INACTIVE = ' ' * FRCACT = ' ' * AUTH_CHK = 'X' * EXCOMMIT = 'X' version = 'A' medium = l_medium * ENQUEUE = 'S' * ACT_S = ' ' device = l_device logname = 'RUTCHKTYPE_TMP' write_log = 'X' * log_head_tail = space t_on = space * TST = ' ' * PARALLEL = 'X' * MAXTASKS = 12 * MINOBJS = 3000 * MAXOBJS = 150000 * RESPERC = 30 prid = -1 importing act_rc = l_rc tables gentab = lt_gen deltab = lt_del exceptions access_failure = 1 no_objects = 2 locked = 3 others = 4.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = ls_outtab-object object_type = ls_outtab-ddtype exceptions others = 0.

DD_DOMVALUES_GET





call function 'DD_DOMVALUES_GET' exporting domname = 'DDRANKING' text = 'X' tables dd07v_tab = st_dd07v exceptions others = 0.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = ps_output-object state = 'A' importing dd02v_wa = ls_dd02v exceptions others = 0.

DDIF_TYPEINFO_GET call function 'DDIF_TYPEINFO_GET' exporting typename = p_typen importing typekind = lv_typekind gotstate = lv_gotstate.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = gc_active tabname = p_typen exceptions not_found = 4 others = 4.



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