SAP Reports / Programs

CE_CL_EXTRACT_R3_CLASS_DATA SAP ABAP Report - Extraction of Class Database for Excel-Offline Tool







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CE_CL_EXTRACT - Extract Class Database


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


INCLUDES used within this REPORT CE_CL_EXTRACT_R3_CLASS_DATA

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:

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.



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