<?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: program to repeat outputs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833239#M354915</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;Record the transaction in SHDB, and either process it manually providing the data, or write a BDC program to execute by passing all the data in bulk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more inputs on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 12:10:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T12:10:52Z</dc:date>
    <item>
      <title>program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833238#M354914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear Friends!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How must a programm look if I want to realise&lt;/P&gt;&lt;P&gt;the following requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the transaction VL02 ,&lt;/P&gt;&lt;P&gt;go to "EXTRAS" from the menu&lt;/P&gt;&lt;P&gt;choose "DELIVERY OUTPUT" and then&lt;/P&gt;&lt;P&gt;take "HEADER" . First of all select the&lt;/P&gt;&lt;P&gt;line with the affected "Output-TYPE"&lt;/P&gt;&lt;P&gt;and press the button "repeat output".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the NAST I have many outputs with the process.status&lt;/P&gt;&lt;P&gt;"incorrectly processed". Its very cumbrous to do all the above&lt;/P&gt;&lt;P&gt;mentioned steps manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;ILHAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833238#M354914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833239#M354915</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;Record the transaction in SHDB, and either process it manually providing the data, or write a BDC program to execute by passing all the data in bulk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more inputs on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833239#M354915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833240#M354916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nanda,&lt;/P&gt;&lt;P&gt; thank you for your hint. Actually I think its better to write a program &lt;/P&gt;&lt;P&gt;which checks the table "NAST" after process.status where have&lt;/P&gt;&lt;P&gt;incorrectly processed in order to activate them all again.&lt;/P&gt;&lt;P&gt;Have u any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833240#M354916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833241#M354917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;though it is tiresome to do manually, u need to handle this situations manually only....there should be a program when the data is saved kicks off this printings. if the same has gone to error then u need to manually do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833241#M354917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833242#M354918</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;Yes, you need to write a program to select all the records from NAST which are incorrectly processed(NAST-VSTAT = 2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert the recording in SHDB to a BDC program(option in SHDB itself, create program option).&lt;/P&gt;&lt;P&gt;loop at the entries in NAST internal table. &lt;/P&gt;&lt;P&gt;Put the BDc program in the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833242#M354918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833243#M354919</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;in such cases u are right. Nevertheless  I would rather like to&lt;/P&gt;&lt;P&gt;know how such a program looks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 12:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833243#M354919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833244#M354920</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;is it impossible to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833244#M354920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: program to repeat outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833245#M354921</link>
      <description>&lt;P&gt;Did you try VL71 with processing mode 2 or 3?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkata Kotha&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 13:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-repeat-outputs/m-p/1833245#M354921</guid>
      <dc:creator>former_member1244446</dc:creator>
      <dc:date>2019-06-26T13:39:53Z</dc:date>
    </item>
  </channel>
</rss>

