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!!