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: 

CA01/CA02 user exit

Former Member
0 Kudos
1,431

HI, Do you know any exits where i can use for tcodes CA01 and CA02?

tried these exist and no success...

XCZD0004

CMDI001

CPAU0001

CPDO0001

CPRE0001

thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
448

Hi,

If you are at release 6.0 or above, then you may be able to use Enhancement Points to achieve your goal without a fancy solution like ours. You'll probably want an ABAPer to help, but you can display the program (SAPLCPDI for CA02, for example) using SE38 and then follow menu path Edit > Enhancement Operations > Show Implicit Enhancement Options. Yellow lines appear at points in the code that SAP has identified. If you insert an enhancement point at these locations, then your code is not considered a program modification.

Regards

Raj.

4 REPLIES 4

Former Member
0 Kudos
449

Hi,

If you are at release 6.0 or above, then you may be able to use Enhancement Points to achieve your goal without a fancy solution like ours. You'll probably want an ABAPer to help, but you can display the program (SAPLCPDI for CA02, for example) using SE38 and then follow menu path Edit > Enhancement Operations > Show Implicit Enhancement Options. Yellow lines appear at points in the code that SAP has identified. If you insert an enhancement point at these locations, then your code is not considered a program modification.

Regards

Raj.

p291102
Active Contributor
0 Kudos
448

Dear,

Check this BADI's also.

Business Add-in

CEWB_MTK_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_OPR_MENU_EXTERN Menu Extensions in the Engineering Workbench

CEWB_OPR_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_SEQ_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_TSK_MENU_EXTERN Menu Extensions in the Engineering Workbench

CEWB_TSK_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_TSK_SCREENS Screen Extensions for Task Lists in the EWB

CEWB_TSK_UPDATE Task List Maintenance and Checks in the EWB

ROUTING_EXIT User Exits for Routings

CP_DIG_SIGNATURE Digital Signature for Routings

CEWB_MST_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_MST_MENU_EXTERN Menu Extensions in the Engineering Workbench

CEWB_ITM_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_ITM_MENU_EXTERN Menu Extensions in the Engineering Workbench

CEWB_GEN_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_GEN_MENU_EXTERN Menu Extensions in the Engineering Workbench

CEWB_COM_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_COM_MENU_EXTERN Menu Extensions in the EWB (SAP Internal)

CEWB_CHA_MENU_INTERN Menu Extensions in the EWB (SAP Internal)

CEWB_CHA_MENU_EXTERN Menu Extensions in the Engineering Workbench

EWB_SELECTION Selection Within the Engineering Workbench

Former Member
0 Kudos
448

This message was moderated.

Former Member
0 Kudos
448

Hi,

thanks for your inputs..

the thing that i want to validate is.. during the creation or change of operation, there is a portion "User Specific Fileds" with inputa parameter Field Key.. if user select a certain value in that field, it will then display new input field.. i want to validate if value = 'ATP000', value for Specs ID should be "ravolarte".

please click for the screen shot

[http://ravolarte.multiply.com/photos/hi-res/6/20?xurl=http%3A%2F%2Fravolarte.multiply.com%2Fphotos%2Falbum%2F6%2320]