<?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: Calling CK13N main program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130759#M1619368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all you guys for replies. i accept that it is not Recommended by SAP to copy standard report. but i had to due to some requirement ....&lt;/P&gt;&lt;P&gt;@ jeevan . thanks your answer solved the problem. it gave me exactly what i wanted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 06:06:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-07T06:06:21Z</dc:date>
    <item>
      <title>Calling CK13N main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130754#M1619363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="12" __jive_macro_name="size"&gt;
Dear friends,

               I have a requirement, in which i have to copy the standard report CK13N and do some working on its result. i try to find the program behind it, but it has a Function-pool named " SAPLCKDI " . and function-pool cannot be used with submit and return. i just want to knw the standard report which i can call using submit and return.

Regards,
Abdul Moied Yousuf
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 11:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130754#M1619363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-06T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CK13N main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130755#M1619364</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;copying a standard report is absolutely NOT recommended at all. See the forum, I think it has been discussed so many times. Otherwise, how will it be upgraded/patched in case of standard issue of the original program?&lt;/P&gt;&lt;P&gt;Instead you should do a modification of the standard, like an enhancement implementation or something like that, it will be easier and cheaper to maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 13:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130755#M1619364</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-06T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CK13N main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130756#M1619365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I agree with Sandra. In our project too there was a requirement to Copy the Standard transaction F-32, but I convinced the Client its absolutely NOT RECOMMENDED by SAP. The Cloned program will not be supported during Upgrade. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130756#M1619365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-06T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CK13N main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130757#M1619366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the background CK13N uses the program SAPRCK30 to do all the calculations. Make a copy of it and and name it ZSAPRCK30 and execute that program directly using SE38.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 17:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130757#M1619366</guid>
      <dc:creator>sjeevan</dc:creator>
      <dc:date>2011-09-06T17:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CK13N main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130758#M1619367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use implicit or explicit enhancements or BADIs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 00:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130758#M1619367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T00:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CK13N main program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130759#M1619368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all you guys for replies. i accept that it is not Recommended by SAP to copy standard report. but i had to due to some requirement ....&lt;/P&gt;&lt;P&gt;@ jeevan . thanks your answer solved the problem. it gave me exactly what i wanted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 06:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-ck13n-main-program/m-p/8130759#M1619368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T06:06:21Z</dc:date>
    </item>
  </channel>
</rss>

