<?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: screen exit for va01 &amp; va21 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500210#M1064766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;self answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 07:23:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T07:23:12Z</dc:date>
    <item>
      <title>screen exit for va01 &amp; va21</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500207#M1064763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;        I have a requirement. I need to add three fields in VA01 in additional data b. I have added the fields using program sapmv45a screen number 8309. But it is getting reflected in VA21 also. But i don't need this in VA21 i need 2 other different fields to be added there. I tried using if sy-tcode = ' va01 ' and loop at screen, both are not working, since the screen number 8309 is not getting captured in sy-dynnr for additional datab screen. Any useful suggestions would be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;subbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 07:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500207#M1064763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T07:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for va01 &amp; va21</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500208#M1064764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked include MV45AOZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE zzpbo_customflds OUTPUT.&lt;/P&gt;&lt;P&gt;  IF t180-trtyp = 'V' and sy-tcode = 'VA02'.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-name = 'VBAK-ZZFIELD1'.&lt;/P&gt;&lt;P&gt;          screen-input = 0.&lt;/P&gt;&lt;P&gt;          screen-invisible = 1.&lt;/P&gt;&lt;P&gt;          MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500208#M1064764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T15:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for va01 &amp; va21</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500209#M1064765</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;Will you be able to use field VBAK-VBTYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of quotation it will be 'B' and In case of normal sales order it will be 'C'. This VBTYP will be different in case of credit &amp;amp; Debit memo request, Return order like it goes.If you want only for orders than you can consider 'C' only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500209#M1064765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for va01 &amp; va21</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500210#M1064766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;self answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 07:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500210#M1064766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for va01 &amp; va21</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500211#M1064767</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 u please tell me the procedure to add fields in VA01 transaction under additional data tab.&lt;/P&gt;&lt;P&gt;do i need access key for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prajwala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 08:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-va01-va21/m-p/4500211#M1064767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T08:53:47Z</dc:date>
    </item>
  </channel>
</rss>

