<?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: Triggering output type using ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996129#M1606186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below subroutine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill nast structure with whatever data you have.&lt;/P&gt;&lt;P&gt;       PERFORM einzelnachricht_dialog(rsnast00) USING lv_rcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of using this are&lt;/P&gt;&lt;P&gt;1. If Output already exists and it waiting it will not submit new one.&lt;/P&gt;&lt;P&gt;2. You can control user name,date,time in nast entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 18:45:59 GMT</pubDate>
    <dc:creator>former_member611181</dc:creator>
    <dc:date>2011-07-06T18:45:59Z</dc:date>
    <item>
      <title>Triggering output type using ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996127#M1606184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to trigger an &lt;STRONG&gt;output type&lt;/STRONG&gt; by submitting &lt;STRONG&gt;RSNAST00&lt;/STRONG&gt; with all the required input in one of my ABAP program and I am getting error messages. See the code which I have written below and help me to resolve this issue. Also, suggest me if we have any alternate methods to do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ranges: range_kappl for nast-kappl,&lt;/P&gt;&lt;P&gt;              range_objky for nast-objky,&lt;/P&gt;&lt;P&gt;              range_kschl for nase-kschl,&lt;/P&gt;&lt;P&gt;              range_nacha for nast-nacha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      move: 'I'         to  range_objky-sign,&lt;/P&gt;&lt;P&gt;            'EQ'        to  range_objky-option,&lt;/P&gt;&lt;P&gt;            vttk-tknum  to  range_objky-low.&lt;/P&gt;&lt;P&gt;      append range_objky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      move: 'I'         to  range_kappl-sign,&lt;/P&gt;&lt;P&gt;            'EQ'        to  range_kappl-option,&lt;/P&gt;&lt;P&gt;            'V7'        to  range_kappl-low.&lt;/P&gt;&lt;P&gt;      append range_kappl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      move: 'I'         to  range_kschl-sign,&lt;/P&gt;&lt;P&gt;            'EQ'        to  range_kschl-option,&lt;/P&gt;&lt;P&gt;            'ZNM7'      to  range_kschl-low.&lt;/P&gt;&lt;P&gt;      append range_kschl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      move: 'I'         to  range_nacha-sign,&lt;/P&gt;&lt;P&gt;            'EQ'        to  range_nacha-option,&lt;/P&gt;&lt;P&gt;            '2'         to  range_nacha-low.&lt;/P&gt;&lt;P&gt;      append range_nacha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      submit rsnast00&lt;/P&gt;&lt;P&gt;        with s_kappl in range_kappl&lt;/P&gt;&lt;P&gt;        with s_objky in range_objky&lt;/P&gt;&lt;P&gt;        with s_kschl in range_kschl&lt;/P&gt;&lt;P&gt;        with s_nacha in range_nacha&lt;/P&gt;&lt;P&gt;        and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Mallikarjuna M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996127#M1606184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T06:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering output type using ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996128#M1606185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Declare tables: VTTK statement for synatx error.&lt;/P&gt;&lt;P&gt;Why do not you select option for VTTK-TANUM.&lt;/P&gt;&lt;P&gt;FOr NAST-OBJKEY 10 lchar. should be passed.USe conversion exit if neede.&lt;/P&gt;&lt;P&gt;which error messages u r getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996128#M1606185</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2011-07-06T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering output type using ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996129#M1606186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below subroutine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill nast structure with whatever data you have.&lt;/P&gt;&lt;P&gt;       PERFORM einzelnachricht_dialog(rsnast00) USING lv_rcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of using this are&lt;/P&gt;&lt;P&gt;1. If Output already exists and it waiting it will not submit new one.&lt;/P&gt;&lt;P&gt;2. You can control user name,date,time in nast entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 18:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996129#M1606186</guid>
      <dc:creator>former_member611181</dc:creator>
      <dc:date>2011-07-06T18:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering output type using ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996130#M1606187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sriram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mallikarjun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 16:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-output-type-using-abap-code/m-p/7996130#M1606187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T16:42:07Z</dc:date>
    </item>
  </channel>
</rss>

