<?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: VA05 Additional fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862825#M48455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enhance the VBMTVZ structure and populate those extra fields using subroutine MOVE_USERFIELDS in include V05TZZMO. Check OSS note 350068 for further details. Did this not long time ago.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2005 13:33:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-21T13:33:56Z</dc:date>
    <item>
      <title>VA05 Additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862823#M48453</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;&lt;/P&gt;&lt;P&gt;       I need to add some additional fields in output display of VA05 .When I execute the T-code VA05 , the output is displayed as an ALV Grid . My requirement is to add 6 additional field to the alv grid display . If anyone has come across a similar requirement or worked on similar case please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 06:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862823#M48453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: VA05 Additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862824#M48454</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;A little more detail is probably in order. You want to add 6 more fields to the ALv. Now, how do you propose to get the avlues for those fields ? Have you enhanced some standard structures somehwere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We either have to search for a user-exit (which I'm doubtful) or have to do a MOD. Are you ready for that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do let us know how you plan to fill the data in these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 06:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862824#M48454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T06:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: VA05 Additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862825#M48455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enhance the VBMTVZ structure and populate those extra fields using subroutine MOVE_USERFIELDS in include V05TZZMO. Check OSS note 350068 for further details. Did this not long time ago.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 13:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862825#M48455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T13:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: VA05 Additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862826#M48456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kavitha, &lt;/P&gt;&lt;P&gt;I did add 5 fields to our client , OSS note 350068 (already suggested by Mr.Misnan) is perfect. We tried all other tricks and seetled with thsi note. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you decide to follow the note, Just to caution you &lt;/P&gt;&lt;P&gt;with field T180A-ZUART value to select for each field you are displaying, should be apt else end up with duplicate lines to display:)&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 16:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862826#M48456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T16:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: VA05 Additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862827#M48457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VA05 is missing the "LIST of Sales Orders" menu area. I can not see the Sold to Party xxxx12345.&lt;/P&gt;&lt;P&gt;I can see the the information below that, i.e. PO, doc date, etc.  I am not sure what I did to loose this.&lt;/P&gt;&lt;P&gt;I have de-installed and re-installed and the problem remains.  I have worked with my teams SAP person&lt;/P&gt;&lt;P&gt;who is baffled too.  Any help, suggestions or ideas are greatly welcomed.  Thank you, Thad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 18:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/va05-additional-fields/m-p/862827#M48457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T18:58:21Z</dc:date>
    </item>
  </channel>
</rss>

