‎2016 Dec 16 5:58 AM
Hi,
I have a requirement where I need to add custom fields to WBS element. I have followed the process of creating project, implementing enhancement CNEX0007, wrote code to move corresponding fields to and from the import/export parameters in customer exit, created the screen fields. Now I can see the screen fields while executing CJ20n but when I try to save the document it says data not saved.
The execution of CJ20n does take me to the enhancement implementation. But when I check the values of PRPS structure, the custom fields value seems to be blank even after adding value in screen. Any pointers appreciated.
Regards,
Melvin
‎2016 Dec 16 7:44 AM
Thanks everyone. This issue is resolved. It was a simple mistake from my part. I had declared the screen fields as CI_PRPS-<fieldname> rather than PRPS-<fieldname>. When I changed that the issue got resolved.
‎2016 Dec 16 6:42 AM
‎2016 Dec 16 6:43 AM
hI,
have you implemented your exit properly,
have updated data in the following FMs correctly.
EXIT_SAPLCJWB_004
EXIT_SAPLCJWB_005
‎2016 Dec 16 7:44 AM
Thanks everyone. This issue is resolved. It was a simple mistake from my part. I had declared the screen fields as CI_PRPS-<fieldname> rather than PRPS-<fieldname>. When I changed that the issue got resolved.