Application Development and Automation 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: 
Read only

CA01 user-exit

Former Member
0 Likes
2,781

Hello,

Anyone know if there is an user-exit in CA01 transaction when save this transaction?

Thanks a lot!!!

Kleber

4 REPLIES 4
Read only

Former Member
0 Likes
1,507

check the call customer functions in the below enhancements keep breakpoint and try to save

XCZD0004

CPRE0001

CPDO0001

CPAU0001

CMDI001

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Mar 5, 2008 4:38 PM

Read only

Former Member
0 Likes
1,507

Transaction Code - CA01 Create Routing

Exit Name Description

CMDI001 Determine explosion control for BOM

CPAU0001 Enhancement for Authorization Check in Task Lists

CPDO0001 Test units of measure for reference operation set

CPRE0001 Enhancement for Reorgnization Checks in Task Lists

XCZD0004 Extend authority check for the material-recipe allocation

Kevin

Read only

Former Member
0 Likes
1,507

Hi,

Sorry for the long time... but, there is no user-exit in CA01 when save this transaction.

Thanks for all help!

Kleber

Read only

Former Member
0 Likes
1,507

Hi Kleber,

For routing, does not exists user-exit or BADI...

I use the ENHANCEMENT-POINT below in program LCPDIFV1:

   ENHANCEMENT-POINT EHP603_LCPDIFV1_01 SPOTS ES_SAPLCPDI.

... and works very well.

In this place, you have to use the "collect_task_list_data" routine to obtain the "l_plpo_tab" internal table with the operations and functions modules CP_BT_PLPO_READ_WITH_KEY and CP_BT_PLPO_UPDATE if you want to modify some data.

Best regards,

Leandro Mengue