Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for CJ20N, accessible from VA01

ranjit_mohanty
Explorer
0 Kudos

Hi Everybody,

My requirement is as follows:

When I create a Sales Order through transaction VA01 and click the save button, control flows to CJ20N and a WBS structure is created. Now before this WBS structure is saved, I need to edit some fields of the WBS. For this I need a suitable exit. In this exit, the structures PRPS and PROJ should be available since a lot of fields of these structures are being edited. Afterwards, the WBS structure will be saved and finally the Sales order will be saved. I have seen that EXIT_SAPLCJSS_006 and EXIT_SAPLCJWB_006 in CNEX0033 do not provide a solution. The job is to edit fields of the Work Breakdown Structure. I ve put breakpoints and debugged through VA01with System and Update Debugging on but could not find a solution. Please suggest an appropriate solution. Points will be awarded immediately.

Best Regards

Thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Check this badis

WORKBREAKDOWN_UPDATE

PROJECTDEF_UPDATE

0 Kudos

Thank you, but aren't there any other user exits available?