<?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: scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076570#M729565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i got ur issues do one thing.&lt;/P&gt;&lt;P&gt;we have one progrma RSNAST00.in this we have three line of code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;try to perform all routines in TNAPR (RONAM - RONAM5)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DO 5 TIMES VARYING RONAM FROM *TNAPR-RONAM NEXT *TNAPR-RONAM2&lt;/P&gt;&lt;P&gt;             VARYING FONAM FROM *TNAPR-FONAM NEXT *TNAPR-FONAM2&lt;/P&gt;&lt;P&gt;             VARYING PGNAM FROM *TNAPR-PGNAM NEXT *TNAPR-PGNAM2.&lt;/P&gt;&lt;P&gt;    CHECK PGNAM NE SPACE.&lt;/P&gt;&lt;P&gt;    TNAPR-RONAM = RONAM.&lt;/P&gt;&lt;P&gt;    TNAPR-FONAM = FONAM.&lt;/P&gt;&lt;P&gt;    TNAPR-PGNAM = PGNAM.&lt;/P&gt;&lt;P&gt;    IF TNAPR-RONAM NE SPACE OR TNAPR-PGNAM NE SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just keep break point here mention below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TNAPR-PGNAM = PGNAM.&lt;/P&gt;&lt;P&gt;then run ur tcode for a scritps it will trigger here then u can know that ur program name.&lt;/P&gt;&lt;P&gt;try this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 06:57:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T06:57:54Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076567#M729562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have a form ZF110_D_SCHECK i want to know the program name or the corresponding output type of the form&lt;/P&gt;&lt;P&gt;The progrm name is not in the TNAPR table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 06:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076567#M729562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T06:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076568#M729563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the transport request of your script.. search if you get any report...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 06:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076568#M729563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T06:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076569#M729564</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;if u have written the program then u have to create driver program and then using nace transcation assign driver program and form to output type then only u can see it in tnapr table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have copied it from standard one then copy driver program also and then using nace transcation assign driver program and form to output type then only u can see it in tnapr table&lt;/P&gt;&lt;P&gt;&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, 21 Nov 2007 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076569#M729564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076570#M729565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i got ur issues do one thing.&lt;/P&gt;&lt;P&gt;we have one progrma RSNAST00.in this we have three line of code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;try to perform all routines in TNAPR (RONAM - RONAM5)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DO 5 TIMES VARYING RONAM FROM *TNAPR-RONAM NEXT *TNAPR-RONAM2&lt;/P&gt;&lt;P&gt;             VARYING FONAM FROM *TNAPR-FONAM NEXT *TNAPR-FONAM2&lt;/P&gt;&lt;P&gt;             VARYING PGNAM FROM *TNAPR-PGNAM NEXT *TNAPR-PGNAM2.&lt;/P&gt;&lt;P&gt;    CHECK PGNAM NE SPACE.&lt;/P&gt;&lt;P&gt;    TNAPR-RONAM = RONAM.&lt;/P&gt;&lt;P&gt;    TNAPR-FONAM = FONAM.&lt;/P&gt;&lt;P&gt;    TNAPR-PGNAM = PGNAM.&lt;/P&gt;&lt;P&gt;    IF TNAPR-RONAM NE SPACE OR TNAPR-PGNAM NE SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just keep break point here mention below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TNAPR-PGNAM = PGNAM.&lt;/P&gt;&lt;P&gt;then run ur tcode for a scritps it will trigger here then u can know that ur program name.&lt;/P&gt;&lt;P&gt;try this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 06:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076570#M729565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T06:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076571#M729566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Try Tcode   OID1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076571#M729566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T07:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076572#M729567</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;I think this form is being used for check printing &amp;amp; payment advice.&lt;/P&gt;&lt;P&gt;This is custom form of standard check printing form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have authorization., then goto tcode F110. Here u can easily see the config setting combination of check printing form &amp;amp; its program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is helpfull pls do reward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3076572#M729567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T07:05:11Z</dc:date>
    </item>
  </channel>
</rss>

