<?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: User exit.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952544#M1798872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly elaborate the conditions used to call the programs from the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 08:50:13 GMT</pubDate>
    <dc:creator>former_member188251</dc:creator>
    <dc:date>2013-12-23T08:50:13Z</dc:date>
    <item>
      <title>User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952541#M1798869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anybody explain me the user exit sequence... Suppose if iam writing an user exit for a program and inside the include program&amp;nbsp; iam writing 5 different program and when executing,&amp;nbsp; the system should execute the 1st sequence and skip the 2nd, 3rd and 4th and execute the 5th sequence.&amp;nbsp; How can i acheive this in user exit.... Please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 07:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952541#M1798869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-23T07:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952542#M1798870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;based on the condition for which you wants to skip 2, 3, and 4th, you&amp;nbsp; can use CONTINUE&lt;/P&gt;&lt;P&gt;statement, but if you wants to skip, then why are you writing these code segment.&lt;/P&gt;&lt;P&gt;Can you littlebid explain your scenario clearly, that why are you writing logic in user-exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 07:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952542#M1798870</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2013-12-23T07:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952543#M1798871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we can do it in so many ways!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if your are writing the user-exits for sales, need to check the sales organization specific and distribution channel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of purchase, you can check based on the purchasing organization!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise, you can create the control table based on some parameters and check in the user-exit, if satisfied the condition you can call the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;high level example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VKORG&amp;nbsp;&amp;nbsp; VTWEG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXIT PROGRAM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XXXX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XXX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZTEST1&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 07:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952543#M1798871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-23T07:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952544#M1798872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly elaborate the conditions used to call the programs from the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952544#M1798872</guid>
      <dc:creator>former_member188251</dc:creator>
      <dc:date>2013-12-23T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952545#M1798873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have this issue in real time, but i just want to know how to execute if i come across this problem in future..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is after completing the 1st statement , the 5th one should be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952545#M1798873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-23T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952546#M1798874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally in a scenario where you have 5-6 different logics working. What usually happens is you have a criteria to trigger those logic. What you can do is create a custom reusable function module EXIT checker which will based on your inputs tell you whether to proceed ahead with next logic or skip. this function module may fetch data from custom table which you have created to activate the step.Let say for sales org ABC you want to do 1,2 and 5 and for Sales org you want to perform stesp 2,3 and 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can maintain this in custom tables which steps to trigger. and this function module will return you what steps to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952546#M1798874</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-23T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: User exit..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952547#M1798875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks nabheet..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/9952547#M1798875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-23T09:05:14Z</dc:date>
    </item>
  </channel>
</rss>

