CE_CL_EXTRACT_R3_CLASS_DATA 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 CE_CL_EXTRACT_R3_CLASS_DATA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CE_CL_EXTRACT - Extract Class Database
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.
Selection Text: P_FILE = Filename
Selection Text: P_LANGU = Language
Selection Text: P_VONDT = Date
Selection Text: S_CHAGR = Characteristics Group
Selection Text: S_CLASS = Class
Selection Text: S_KLAGR = Class Group
Selection Text: S_KLART = Class Type
Selection Text: S_STATU = Status
Title: Extraction of Class Database for Excel-Offline Tool
Text Symbol: 001 = Selecting classes ...
Text Symbol: 002 = Selecting characteristics ...
Text Symbol: 003 = Selecting values ...
Text Symbol: 004 = Downloading to frontend ...
Text Symbol: 005 = Class extract
Text Symbol: 006 = Class
Text Symbol: 007 = File
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = g_percent text = text-002.
BAPI_CLASS_GET_CHARACTERISTICS CALL FUNCTION 'BAPI_CLASS_GET_CHARACTERISTICS' EXPORTING classnum = gt_selected_classes-class classtype = gt_selected_classes-klart key_date = p_vondt langu_int = p_langu with_values = ' ' IMPORTING return = gs_retcode1 TABLES characteristics = gt_bapi_chars1 char_values = gt_bapi_char_values1.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = g_percent text = text-003.
BAPI_CLASS_GETDETAIL CALL FUNCTION 'BAPI_CLASS_GETDETAIL' EXPORTING classtype = gt_selected_classes-klart classnum = gt_selected_classes-class languint = p_langu keydate = p_vondt IMPORTING return = gs_retcode2 TABLES classlongtexts = gt_bapi_class_longtext classcharacteristics = gt_bapi_chars2 classcharvalues = gt_bapi_char_values2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = text-004.
DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING * filename = p_file * filetype = 'ASC' * item = text-005 * filetype_no_show = 'X' * TABLES * data_tab = gt_all_lines * EXCEPTIONS * invalid_filesize = 1 * invalid_table_width = 2 * invalid_type = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CE_CL_EXTRACT_R3_CLASS_DATA - Extraction of Class Database for Excel-Offline Tool CE_CL_EXTRACT_R3_CLASS_DATA - Extraction of Class Database for Excel-Offline Tool CEWN0_F01_UNICODE - Include CEWN0_FILE_UPLOADF01 CERTRULE_MIGRATION_DYNP - Include CERTRULE_MIGRATION_DYNP CERTRULE_MIGRATION - Rule based Certificate Mapping Migration CERTRULE_MIGRATION - Rule based Certificate Mapping Migration