CP_CS_CLASS_FORM 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 CP_CS_CLASS_FORM into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CP_CC_S_SESSION_DATA_PROVIDE CALL FUNCTION 'CP_CC_S_SESSION_DATA_PROVIDE' IMPORTING e_flg_dialog_active = flg_dialog_active.
CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING eccin = i_eccin flg_dialog_update = flg_dialog_active flg_no_update = i_flg_no_update_in_ecm flg_enqueue = const-flg_yes flg_api = flg_api "note 566824 flg_s163 = flg_s163 " n_1698279 IMPORTING adatuv = key_date_s "#EC DOM_EQUAL aclint = clint EXCEPTIONS error_aenr = 1 error_class = 2 error_create = 3 error_date_restriction = 4 error_generate = 5 error_index = 6 error_input = 7 error_obj_lock = 8 error_tcc01 = 9 error_status = 10 error_lock = 11 error_authority = 12 error_released = 13 marked_for_deletion = 14 error_leader = 15 error_baseline = 16 "note 1295340 others = 17. "note 1295340
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = i_tabname LANGU = SY-LANGU TABLES DFIES_TAB = e_descr_tab EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING eccin = eccin EXCEPTIONS error_aenr = 01 error_class = 02.
RENAME_TEXT * CALL FUNCTION 'RENAME_TEXT' * EXPORTING * OBJECT = I_OBJECT * ID = I_ID * LANGUAGE = CS_CONST-STAR * NAME = I_LTEXT_KEY_OLD * NEWNAME = I_LTEXT_KEY_NEW.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = i_id language = c_language name = i_ltext_key_old object = i_object IMPORTING header = ls_header TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = ls_header TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.
DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = i_object name = i_ltext_key_old id = i_id language = c_language EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CP_CS_CLASS_FORM - CPCSCLASSFORM CP_CONST - Constant definitions CP_CLASS_FORM - Subroutines for all object classes from task list and BOM CP_CHECK - Constants for check routines(CP_TSK_CHECK, CP_SEQ_CHECK, CP_OPR_CHECK) CPWB_CONST - CPWBCONST CPWBBROWSER_CONST_LANGU_DATA - CPWBBROWSERCONSTLANGUDATA