<?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: exit while saving CJ20n in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820947#M659787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey raghavendra...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neither of them is working.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guyz....plz help me out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 05:25:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T05:25:18Z</dc:date>
    <item>
      <title>exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820945#M659785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guyz...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can ny1 please tell me the enhancement(exit) which has to be used while saving in transaction CJ20n???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've added few fields in CJ20n by using 'CNEX0007'....now i wanna validate them while saving ....i cant find out ny exit....plz tell me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;zid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 04:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820945#M659785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820946#M659786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out CNEX0006, CNEX0007 and CNEX0008,&lt;/P&gt;&lt;P&gt;Just before making modifications to this Exit, to check out whether this meets your requirement , you can check it as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of these EXIT's will have a call statement from Standard SAP program&lt;/P&gt;&lt;P&gt;E.g. CALL CUSTOMER-FUNCTION '002'&lt;/P&gt;&lt;P&gt;double click on the Exit in Smod , this takes you to Fm EXIT_SAPLCPDO_002, now check where used list of this FM this will list you from where the Exit is being called now put a break point on this CALL statements&lt;/P&gt;&lt;P&gt;  CALL CUSTOMER-FUNCTION '002'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now Execute CJ20n, and try to save if control stops in any of these break points, &lt;/P&gt;&lt;P&gt;then you can make use of corresponding exit for your requirement.&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;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 04:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820946#M659786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T04:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820947#M659787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey raghavendra...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neither of them is working.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guyz....plz help me out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 05:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820947#M659787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T05:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820948#M659788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you tell me which screen you are trying to modify in CJ20n,&lt;/P&gt;&lt;P&gt;checked in MODSAP it listed CNEX0009 as user exit for Screen 1000 of CJ20n transaction,&lt;/P&gt;&lt;P&gt;pls check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 05:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820948#M659788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T05:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820949#M659789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've added few fields in the exit CNEX0007 in the screen exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now iwanna validate them before save...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 05:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820949#M659789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T05:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820950#M659790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   There are no user-exits/badis available for transcation CJ20N.&lt;/P&gt;&lt;P&gt;   Check if the program RGGBS000 could be useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 06:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820950#M659790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T06:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820951#M659791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;neither of them is working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that mandatory that there shud be an exit before saving for CJ20n???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in dat case ...there must be 1,.....plz experts....help me out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 06:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820951#M659791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T06:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820952#M659792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you activated the Project?&lt;/P&gt;&lt;P&gt;you mean to say you are not able to see the fields you have added.&lt;/P&gt;&lt;P&gt;if you have added fields in screen 0215, then it is the Last tab in the tab strip control of CJ20n transaction ,customer enhancements tab check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 07:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820952#M659792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: exit while saving CJ20n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820953#M659793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ziden, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the similar requirement, could you pleae send me the details how you had solved the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Baburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 17:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-while-saving-cj20n/m-p/2820953#M659793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T17:01:52Z</dc:date>
    </item>
  </channel>
</rss>

