cancel
Showing results for 
Search instead for 
Did you mean: 

Custom enhancement field of CJ20N should be visible in CN41

hemant_singh4
Explorer
0 Kudos
1,532

Hi,

I have requirement to add custom fields in custom enhancement tab of project definition and WBS element in tcode CJ20N. This I have done this by implementing structure CI_PSPR and CI_PROJ and enhancement CNEX0006 and CNEX0007.

But another requirement is to display same fields in tcode CJ41 at selection screen and output ALV. Please suggest me ho to achieve this.

I have tried to add fields in structure CI_PSMERK but that is giving error saying duplicates field in PRPSR as it has structure CI_PSPR and CI_PMSERK. It is creating duplicates fields.

raymond_giuseppi
Active Contributor
0 Kudos

Is CJ41 a typo?

View Entire Topic
raymond_giuseppi
Active Contributor
0 Kudos

Are you able to find your customer field in

  • the free selection (logical database PSJ) - you must create and use a customer view 'CUS' for the dynamic selections - Transaction SE36 for PSJ,Menu Extras, Selection views, Origin, PRPS_R node,Custom Field, Define/Choose a Group ID
  • the displayed internal table / field catalog - Look at structure STRUCR (and PROJR, PRPSR) for your field

NB: There are some OSS notes similar to 43493 - Project information system: New fields in structures

hemant_singh4
Explorer
0 Kudos

Hello Raymond,

Thanks for the response, My custom fields are visible in structure PROJR and PRPSR but not in STRUCR as i have not modified the CI_PMSERK. Is there any kind of exits or enhancement point which we can use to display custom field on selection screen and to accommodate the logic to fetch values from PRPS and PROJ.

Thanks!

hemant_singh4
Explorer
0 Kudos

tcode is CN41

raymond_giuseppi
Active Contributor

This report use the PSJ logical database, you could look for explicit Enhancement in the report to insert

  • Some SELECT-OPTIONS/PARAMETERS on fields of PROJ and PRPS_R to the initial screen
  • A CHECK SELECT-OPTIONS statement in the relevant GET nodes (GET PROJ, GET PRPS_R)

NB: To add some fields to the display you should first read 43493 - Project information system: New fields in structures before you think about looking at the RCNCT0011 report.