<?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: Additional data (va31) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247923#M144100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liliana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can perform append structure to add your custom field(s)in VBAP table. Next step, go to &amp;lt;b&amp;gt;SE51&amp;lt;/b&amp;gt; (Screen Painter)to modify SAP Program &amp;lt;b&amp;gt;SAPMV45A&amp;lt;/b&amp;gt; Screen number &amp;lt;b&amp;gt;4459&amp;lt;/b&amp;gt; for Additional data A or Screen number &amp;lt;b&amp;gt;8459&amp;lt;/b&amp;gt; for  Additional data B to add your append structure custom fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the above steps done, you can place your logic to populate custom fields in include program &amp;lt;b&amp;gt;MV45AFZZ&amp;lt;/b&amp;gt;. i.e  &amp;lt;b&amp;gt;USEREXIT_MOVE_FIELD_TO_VBAP&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end, please ensure all program and screen are activated. Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2006 15:18:41 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-03-21T15:18:41Z</dc:date>
    <item>
      <title>Additional data (va31)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247918#M144095</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;I want to modify transaction VA31, "Additional Data B".&lt;/P&gt;&lt;P&gt;I need to add some fields and write them to VBAP in new fields ZZxxxxx. &lt;/P&gt;&lt;P&gt;I don't know how to add these new fields to subscreen "Additional data b".&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Liliana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 13:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247918#M144095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Additional data (va31)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247919#M144096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;additional fields can be added to the VA31 using SCREEN-EXIT. From SMOD get the relevant screen-exit for VA31. This has function modules as well as screen wherein u can add the revelant fiedls which needs to be present initially in VBAP(ZZxxx) structure.&lt;/P&gt;&lt;P&gt;U need to write code in the function module so that whenever the object triggers the values gets updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 13:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247919#M144096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Additional data (va31)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247920#M144097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me, but it is the first time I will do such a thing, and I've never used SMOD, nor SCREEN-EXIT.&lt;/P&gt;&lt;P&gt;Can you help me, and tell me the steps I should follow in detail, please?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 14:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247920#M144097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Additional data (va31)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247921#M144098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liliana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, but I think you have to change screens 8459 or 8460 from program SAPMV45A.&lt;/P&gt;&lt;P&gt;I will investigate and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bruno Mikio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 14:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247921#M144098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Additional data (va31)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247922#M144099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liliana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding the user-exits help you can refer the SAP help.&lt;/P&gt;&lt;P&gt;here you can get detail info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 14:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247922#M144099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T14:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Additional data (va31)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247923#M144100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liliana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can perform append structure to add your custom field(s)in VBAP table. Next step, go to &amp;lt;b&amp;gt;SE51&amp;lt;/b&amp;gt; (Screen Painter)to modify SAP Program &amp;lt;b&amp;gt;SAPMV45A&amp;lt;/b&amp;gt; Screen number &amp;lt;b&amp;gt;4459&amp;lt;/b&amp;gt; for Additional data A or Screen number &amp;lt;b&amp;gt;8459&amp;lt;/b&amp;gt; for  Additional data B to add your append structure custom fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the above steps done, you can place your logic to populate custom fields in include program &amp;lt;b&amp;gt;MV45AFZZ&amp;lt;/b&amp;gt;. i.e  &amp;lt;b&amp;gt;USEREXIT_MOVE_FIELD_TO_VBAP&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end, please ensure all program and screen are activated. Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 15:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-data-va31/m-p/1247923#M144100</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-03-21T15:18:41Z</dc:date>
    </item>
  </channel>
</rss>

