<?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: exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598936#M268912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried to put break points on line number 25.line number 25 is 'ELSE'.but i can not put break points on line 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  while doing PGI, i am not getting any BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se19, i tried to create one badi relating to PGI. but it seems, the method is not present for that badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz suggest me any method to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea will be highly appreaciated.&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 11:41:30 GMT</pubDate>
    <dc:creator>former_member190312</dc:creator>
    <dc:date>2006-10-04T11:41:30Z</dc:date>
    <item>
      <title>exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598932#M268908</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;while GR , material number &amp;amp; serial number is comming to SAP database table EQUI &amp;amp; OBJK.these serial numbers r also present in IQ01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let i received 10 serial numbers while GR but i want to deliver 5 serial numbers(i.e materials) to my vendor by VT01n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; from those 10 serial numbers, 5 serial numbers should come to the delivery automatically.how can i do this thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help really appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;smita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 09:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598932#M268908</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2006-09-19T09:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598933#M268909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggect you to go for BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the below steps to find out what all BADI's are called when you press any button in any transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Goto se24 (Display class cl_exithandler)&lt;/P&gt;&lt;P&gt;2) Double click on the method GET_INSTANCE.&lt;/P&gt;&lt;P&gt;3) Put a break point at Line no.25 (CASE sy-subrc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;&lt;P&gt;4) Execute SAP standard transaction &lt;/P&gt;&lt;P&gt;5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.&lt;/P&gt;&lt;P&gt;6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.&lt;/P&gt;&lt;P&gt;7) This way you will find all the BADIs called on click of any button in any transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 09:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598933#M268909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598934#M268910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i set break point in get_instance. but while pressing the button 'post goods issue', the control is not going to that program. so where i am doing mistake?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 04:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598934#M268910</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2006-09-21T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598935#M268911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pabitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you put the break point exactly at line number 25 in the method GET_INSTANCE ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Ramanan Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:59:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598935#M268911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598936#M268912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried to put break points on line number 25.line number 25 is 'ELSE'.but i can not put break points on line 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  while doing PGI, i am not getting any BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se19, i tried to create one badi relating to PGI. but it seems, the method is not present for that badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz suggest me any method to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea will be highly appreaciated.&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598936#M268912</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2006-10-04T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598937#M268913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Method - GET_INSTANCE does not have any ELSE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see CASE sy-subrc statement at line 25 as said by venkat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598937#M268913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598938#M268914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line 25 is this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-subrc. -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;Line 25&lt;/P&gt;&lt;P&gt;    WHEN 1.&lt;/P&gt;&lt;P&gt;      RAISE no_reference.&lt;/P&gt;&lt;P&gt;    WHEN 2.&lt;/P&gt;&lt;P&gt;      RAISE no_interface_reference.&lt;/P&gt;&lt;P&gt;    WHEN 3.&lt;/P&gt;&lt;P&gt;      RAISE no_exit_interface.&lt;/P&gt;&lt;P&gt;    WHEN 4.&lt;/P&gt;&lt;P&gt;      RAISE data_incons_in_exit_managem.&lt;/P&gt;&lt;P&gt;    WHEN 5.&lt;/P&gt;&lt;P&gt;      RAISE class_not_implement_interface.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check again and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exits/m-p/1598938#M268914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:57:42Z</dc:date>
    </item>
  </channel>
</rss>

