CPROJECTS_ERROR_MARK 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 CPROJECTS_ERROR_MARK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IAOCPRB - Marking of Errors Manually
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.
Title: Marking transferred project as incorrect
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IAOM_SELECT_GUID_FOR_BUS_KEY CALL FUNCTION 'IAOM_SELECT_GUID_FOR_BUS_KEY' EXPORTING I_BUSINESS_SCENARIO_ID = 'CPROJECTS' IMPORTING * E_BUS_SCENARIO_ID = E_EXT_OBJECT_ID = lv_EXT_OBJECT_ID * E_BUSINESS_KEY = * E_EXTENDED_BUSINESS_KEY = EXCEPTIONS ERROR_OCCURRED = 1 SELECTION_ABORTED = 2 OTHERS = 3.
IAOM_TOP_HLO_EXT_OBJ_ID_GET CALL FUNCTION 'IAOM_TOP_HLO_EXT_OBJ_ID_GET' EXPORTING I_BUS_SCENARIO_ID = 'CPROJECTS' I_EXT_OBJECT_ID = lv_EXT_OBJECT_ID * I_SUB_OBJ_ATTRS = IMPORTING E_TOP_HLO_EXT_OBJECT_ID = lv_top_EXT_OBJECT_ID E_TOP_HLO_BUSINESS_KEY = lv_top_BUSINESS_KEY EXCEPTIONS BUS_SCENARIO_UNKNOWN = 1 EXT_OBJECT_ID_UNKNOWN = 2 ERROR_OCCURRED = 3 OTHERS = 4.
COERR_MESSAGES_GET CALL FUNCTION 'COERR_MESSAGES_GET' EXPORTING i_bs_ident = 'CPROJECTS' * I_OBJ_ID = i_ext_id = lv_TOP_EXT_OBJECT_ID i_appl = 'KDEF' * I_AUTHORIZATION = IMPORTING e_messages = lt_msg EXCEPTIONS not_authorized = 1 OTHERS = 2.
COERR_MESSAGE_ADD CALL FUNCTION 'COERR_MESSAGE_ADD' EXPORTING I_BS_IDENT = 'CPROJECTS' I_BUS_KEY = lv_top_BUSINESS_KEY I_COERR_MSG = ld_coerr_msg I_COERR_CHECK = ld_COERR_CHECK.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CPROJECTS_ERROR_MARK - Marking transferred project as incorrect CPROJECTS_ERROR_MARK - Marking transferred project as incorrect CPROJECTS_ERROR_CALLS - External Routings for cProjects/Cockpit/Account Assignmt Manager/Error CPROJECTS_ERROR_CALLS - External Routings for cProjects/Cockpit/Account Assignmt Manager/Error CPREPI - Include PCPREPIT CPPEEXPLF01 - Cross-Function Group Subroutines for iPPE Explosion