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 Exits on CJ20N

Former Member
0 Kudos

I didn?t find any user exit on PS transaction CJ20N (SAP 4.7). I also try the famous abap program that searches user-exits but didn?t work too.

HELP!! I need an user-exit on CJ20N...

Thank you all in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check the following field exits available for CJ20 using 'SMOD'

CNEX0002 PS Authorization check

CNEX0006 PS customer specific fields project definition

CNEX0007 PS customer specific fields WBS element

CNEX0008 PS customer specific fields in process (net plan)

CNEX0009 Material components in network

CNEX0011 BOM explosion in network on component overview

CNEX0012 Derive external network number from WBS number

CNEX0014 External data for BOM transfer

CNEX0015 Change BOM data for BOM transfer

CNEX0016 PS customer-specific fields in the network headerf

CNEX0017 Customer-specific node info. in network graphic (netw. mnt.)

CNEX0018 Customer-specific node info. in network graphic (info. sys.)

CNEX0019 Customer-specific node info. in network graphic (std. netw.)

CNEX0020 Extra info in DIN field of network graphic (netw. maint.)

CNEX0021 Extra info in DIN field of hierarchy graphic (netw. maint.)

CNEX0022 Extra info in DIN field (standard network maintenance)

CNEX0023 Customer-specific node info. in the hierarchy graphic

CNEX0024 Customer-specific graphic title in Gantt chart/Proj.Plan.Brd

CNEX0025 Additional field for project summarization

CNEX0028 Check activity release

CNEX0029 Check network release

CNEX0030 Update event for BOM assignment

CNEX0033 WBS: Predefine Search and Replace String

CNEX0034 Check a New Allocation in BOM Transfer

CNEX0035 Check a Change in BOM Transfer

CNEX0036 Check deletion as part of BOM transfer

CNEX0037 Check a freshly created component

CNEX0038 Check a changed component

CNEX0039 Check deletion of a component in a network

CNEX0040 Supply source determination in network

NWTM0001 Set Field Contents for Event Date Type

NWTM0002 Display source document

NWTM0003 Structure of the Objects for Monitoring Dates

4 REPLIES 4

Former Member
0 Kudos

hai Ankit kumar,

Hi Try This Once .

It Is ver EASY Procees.

Just Go To SE84

Give The PRogram Name Or PAckage name In Which VL02N is present.

Then Click On Display.

Then Click On Enhancements.

Then U will Get USer Exits Aswell As BADI 's

IF Found helpful Reward.

Regards

Eshwar

SantoshKallem
Active Contributor
0 Kudos

did u tried for enhancement points.

open the program and press enhance button on tool bar,

then edit>enhancement operation> show implicit enhancement options.

you will find yellow color line where the enhancement points are existing.

then right click on that line enhancement implimentation-->create.

create with your name space.

at that position we will get the block

ENHANCEMENT ZXXX.

END ENHANCEMENT.

In between of that block you can write the code.

regards.

santhosh reddy

Former Member
0 Kudos

Check the following field exits available for CJ20 using 'SMOD'

CNEX0002 PS Authorization check

CNEX0006 PS customer specific fields project definition

CNEX0007 PS customer specific fields WBS element

CNEX0008 PS customer specific fields in process (net plan)

CNEX0009 Material components in network

CNEX0011 BOM explosion in network on component overview

CNEX0012 Derive external network number from WBS number

CNEX0014 External data for BOM transfer

CNEX0015 Change BOM data for BOM transfer

CNEX0016 PS customer-specific fields in the network headerf

CNEX0017 Customer-specific node info. in network graphic (netw. mnt.)

CNEX0018 Customer-specific node info. in network graphic (info. sys.)

CNEX0019 Customer-specific node info. in network graphic (std. netw.)

CNEX0020 Extra info in DIN field of network graphic (netw. maint.)

CNEX0021 Extra info in DIN field of hierarchy graphic (netw. maint.)

CNEX0022 Extra info in DIN field (standard network maintenance)

CNEX0023 Customer-specific node info. in the hierarchy graphic

CNEX0024 Customer-specific graphic title in Gantt chart/Proj.Plan.Brd

CNEX0025 Additional field for project summarization

CNEX0028 Check activity release

CNEX0029 Check network release

CNEX0030 Update event for BOM assignment

CNEX0033 WBS: Predefine Search and Replace String

CNEX0034 Check a New Allocation in BOM Transfer

CNEX0035 Check a Change in BOM Transfer

CNEX0036 Check deletion as part of BOM transfer

CNEX0037 Check a freshly created component

CNEX0038 Check a changed component

CNEX0039 Check deletion of a component in a network

CNEX0040 Supply source determination in network

NWTM0001 Set Field Contents for Event Date Type

NWTM0002 Display source document

NWTM0003 Structure of the Objects for Monitoring Dates

Former Member
0 Kudos

Try with the below.

EXIT_SAPLCJWB_004

EXIT_SAPLCJWB_005

Let me know your scenario so that I will try to find the suitable eixt.

Thanks,

Srinivas