cancel
Showing results for 
Search instead for 
Did you mean: 

CJ01 - Custom fields

0 Kudos

Hi experts,

I have a problem adding new custom fields in the transaction CJ01.

I do the following steps:

1. Create a project in CMOD and attach the enhancement CNEX0006 to the project.

2. Go to se11 and in the PROJ table add the required custom fields.

3. Go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout

choose Dictionary./Program fields and drag and drop in the screen .

4. If u want to write any logic before the screen is displayed do it in PBO.

5. Now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic

          move-corresponding sap_proj_imp to proj.

6. Now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic

          move-corresponding proj to cnci_proj_exp.

7. Activate the project.

I can see these new fields in the transaction CJ20N but no in the transaction CJ01, 02, 03.

What is the problem? What step do I need to do?

Thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Customer defined fields do not show up on the main CJXX screen.  Click on Details -> Customer Defined Fields

Answers (2)

Answers (2)

Former Member
0 Kudos

As suggested by Ken, follow menu path. It is just the way old screens of CJ01/CJ02 are designed and need to go that way.

Regards,

Mahendra

Former Member
0 Kudos

If you want you can also use the user fields of the WBS elements which can be customized as per the configurations in the Projects system.

You can define number, Date and Character fields for your requirement which can be used for reporting purpose.

Operative structures->User Interface Settings-->Create User-Defined Fields for WBS Elements

Thanks!