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

RADCLF01 SAP ABAP INCLUDE - documentation and ABAP source code







RADCLF01 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 RADCLF01 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 RADCLF01. "Basic submit
SUBMIT RADCLF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RADCLF01 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 RADCLF01

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:

TRINT_READ_LOG CALL FUNCTION 'TRINT_READ_LOG' EXPORTING iv_log_type = trlog_type_db iv_logname_db = l_logname_db * IV_LANGUAGE = TABLES et_lines = it_lines EXCEPTIONS OTHERS = 1.

DB_DROP_TRIG CALL FUNCTION 'DB_DROP_TRIG' EXPORTING dbsys = sy-dbsys exec = p_exec prid = 0 tabname = p_tabname trig_name = trig_name trig_name2 = trig_name2 trig_name3 = trig_name3 db_check_flag = 'X' IMPORTING subrc = p_rc * TABLES * STATEMENTS = EXCEPTIONS op_failure = 1 illegal_value = 2 program_not_generated = 3 OTHERS = 4.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = qcmtable IMPORTING SUBRC = l_subrc.

DB_GET_INDEXES CALL FUNCTION 'DB_GET_INDEXES' EXPORTING tabname = p_tabname TABLES dbindexes = dbindexes .

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING dbindex = dbindex18 dbsys = sy-dbsys no_exec = p_test prid = 0 progname = ' ' tabname = p_tabname db_check_flag = 'X' EXCEPTIONS index_not_dropped = 1 program_not_generated = 2 program_not_written = 3 OTHERS = 4.

DB_DROP_TABLE CALL FUNCTION 'DB_DROP_TABLE' EXPORTING dbsys = sy-dbsys no_exec = p_test prid = 0 progname = ' ' tabname = p_tabname db_check_flag = 'X' * IMPORTING * GENPROG = * SUBRC = EXCEPTIONS program_not_generated = 1 program_not_written = 2 table_not_dropped = 3 OTHERS = 4.

DD_NAMETAB_DELETE CALL FUNCTION 'DD_NAMETAB_DELETE' EXPORTING tabname = p_tabname IMPORTING subrc = sy_subrc.

DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING tabname = tabname TABLES x031l_tab = x031l_tab EXCEPTIONS not_found = 1 no_fields = 2 OTHERS = 3.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING tabname = p_tabname IMPORTING subrc = test_rc.

DD_OBJ_DEL CALL FUNCTION 'DD_OBJ_DEL' EXPORTING object_name = p_tabname object_type = 'TABL' del_state = 'A' * PRID = 0 EXCEPTIONS wrong_del_state = 1 wrong_object_type = 2 OTHERS = 3.

DD_SQLT_DEL CALL FUNCTION 'DD_SQLT_DEL' EXPORTING sqltab = l_sqltabname del_state = 'A' prid = prid.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING tabname = wa_tabs IMPORTING subrc = l_rc.



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