<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CA02 user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250067#M144699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for help, unfortunately your trick does not work (does not take any effect).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the exit is called too late in standard coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the coding and looked that they are moving to the another structure (SAPLCPDI)RC27S-STTAG, but it seems useless as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2006 08:55:44 GMT</pubDate>
    <dc:creator>dorota_janik</dc:creator>
    <dc:date>2006-03-16T08:55:44Z</dc:date>
    <item>
      <title>CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250063#M144695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the date (Key date - RC271-STTAG) &lt;U&gt;after&lt;/U&gt; pressing enter on the selection screen in transaction CA02 (Change routing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMDI001&lt;/P&gt;&lt;P&gt;CPAU0001&lt;/P&gt;&lt;P&gt;CPDO0001&lt;/P&gt;&lt;P&gt;CPRE0001&lt;/P&gt;&lt;P&gt;XCZD0004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but non of those seems working.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Badi definition ROUTING_EXIT also seems not usable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 15:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250063#M144695</guid>
      <dc:creator>dorota_janik</dc:creator>
      <dc:date>2006-03-15T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250064#M144696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Open the tr code CA02 in SE93.&lt;/P&gt;&lt;P&gt;and open the objects list (ctrl&lt;EM&gt;Shift&lt;/EM&gt;F5).&lt;/P&gt;&lt;P&gt;Now open the node Function Groups and scroll down o bottom. You will find a number customer group exits.&lt;/P&gt;&lt;P&gt;try each one by putting a break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 05:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250064#M144696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T05:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250065#M144697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope u had activated the user-exits and implemented the BADIs...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 05:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250065#M144697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250066#M144698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dorota,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also checked the exits and they are not called at relavant position. What u can do is use CPAU0001, EXIT_SAPLCPAU_001. THis is fired for authorisation. You can play with this for your use.&lt;/P&gt;&lt;P&gt;data: f1(50) value '(SAPLCPDI)RC271-STTAG'.&lt;/P&gt;&lt;P&gt;field-symbols: = '20060216'. &amp;lt;- date you can subsitute..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 06:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250066#M144698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250067#M144699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for help, unfortunately your trick does not work (does not take any effect).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the exit is called too late in standard coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the coding and looked that they are moving to the another structure (SAPLCPDI)RC27S-STTAG, but it seems useless as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 08:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250067#M144699</guid>
      <dc:creator>dorota_janik</dc:creator>
      <dc:date>2006-03-16T08:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250068#M144700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dorota,&lt;/P&gt;&lt;P&gt;For routing, does not exists user-exit or BADI.&lt;/P&gt;&lt;P&gt;I use the ENHANCEMENT-POINT below in program LCPDIFV1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENHANCEMENT-POINT EHP603_LCPDIFV1_01 SPOTS ES_SAPLCPDI.&lt;/P&gt;&lt;P&gt;... and works very well.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Also you can access the field RC271-STTAG.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 12:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250068#M144700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-20T12:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: CA02 user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250069#M144701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leandro, I would like modify the enhancement like write you but I can not do.&lt;/P&gt;&lt;P&gt;Could you write me how to do step by step?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;Sonia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 10:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ca02-user-exit/m-p/1250069#M144701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-09T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

