‎2008 Mar 05 5:17 PM
Hello,
Anyone know if there is an user-exit in CA01 transaction when save this transaction?
Thanks a lot!!!
Kleber
‎2008 Mar 05 5:58 PM
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
‎2008 Mar 05 6:51 PM
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
‎2009 Jul 30 12:26 PM
Hi,
Sorry for the long time... but, there is no user-exit in CA01 when save this transaction.
Thanks for all help!
Kleber
‎2012 Mar 20 12:39 PM
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