SAP Reports / Programs | Production Planning and Control | Basic Data | Routing(PP-BD-RTG) SAP PP

CP_CS_CLASS_FORM SAP ABAP INCLUDE - CPCSCLASSFORM







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


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

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:

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.



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