Solution : https://service.sap.com/sap/support/notes/303348 (SAP Service marketplace login required)
Summary :
This SAP Note discusses utilizing customer enhancement CNEX0025 to add new summarization characteristics based on master data attributes in SAP projects. Detailed guidance on integrating a results analysis key for WBS elements is provided as a case study. The enhancement involves using function modules EXIT_SAPLCJME_001 to EXIT_S HO. The note emphasizes this change does not replace official documentation for CNEX0025 and complements existing structures like CI_PSMERK with additional fields. Also, adherence to particular project conditions identified by the KZERB indicator is necessary.
Key words :
call function 'object_key_get_nv' exporting objnr = psmerk-objnr importing aufpl = ld_aufpl aplzl = ld_aplzl exceptions not_found = 1 wrong_obart = 2, field 'abgsl' call function 'cjdw_prps_get' exporting objnr = psmerk-objnr importing e_prps = l_prps, field 'abgsl' call function 'cjsd_prps_get' exporting objnr = psmerk-objnr importing e_prps = l_prpss, message id sy-msgid type sy-msgty number sy-msgno, call function 'co_bt_afvg_read_with_key' exporting aufpl = ld_aufpl aplzl = ld_aplzl flg_conv =, sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4, function module importing afvgd_exp = ls_afvgd exceptions not_found = 1, screen structure psmerk-zabgsl = l_prps-abgsl, screen structure psmerk-zabgsl = l_prpss-abgsl, ---------------------------------------------------------------------- & module status_0900 output &--------------------------------------------------------------------- text ---------------------------------------------------------------------- module status_0900 output
Related Notes :
701076 | FAQ 2: Summarization in PS |
536524 | Composite SAP note on summarization in PS |
494487 | Project System: Consulting notes |
418743 | No data transfer in user exit CNEX0025 |
313899 | Summarization via master data characteristics |
197862 | Inheritance: Additional exit for supply of characteristics |
43493 | Project information system: New fields in structures |