<?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: Adding custom fields to VA01 screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254240#M1213807</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;Please have a look at the following Threads Hope you will fine the answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[add field to Va01,va02    |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3132651"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;[Custom field in VA01|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4549011"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;[Changing the atributes of a field in VA01|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1044426"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 14:07:09 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-02-17T14:07:09Z</dc:date>
    <item>
      <title>Adding custom fields to VA01 screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254237#M1213804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;How can I add some fields to transaction VA01 screen in order to make some calculations requested by client? In theese fields user should input data,which will be used for calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254237#M1213804</guid>
      <dc:creator>stefan_kolev4</dc:creator>
      <dc:date>2009-02-17T13:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom fields to VA01 screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254238#M1213805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first you should decide, on which level (header / position) you need these own fields. &lt;/P&gt;&lt;P&gt;If you need them on header level, you would append these fields to VBAK, on position it would be VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two dynpro's in SAPMV45A which are used for customer own fields - 8309 for header level and 8459 for item-level. They are delivered empty by SAP. &lt;/P&gt;&lt;P&gt;More: there are some Includes in SAPMV45A called MV45AFZZ, MV45AOZZ, MV45AIZZ  where you can put in your own logic modules( check's etc) for your own fields.&lt;/P&gt;&lt;P&gt;You can find documentation to that in transaction SPRO -&amp;gt; Sales &amp;amp; Distribution -&amp;gt; system modification-&amp;gt;user_exits in sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it's the SD-exits depend on an quite old technique, you'll have to get the object registrations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254238#M1213805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T13:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom fields to VA01 screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254239#M1213806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user exits which you can use for modifications in sales document processing are listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below user exit can be found in the program MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USEREXIT_FIELD_MODIFICATION&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This user exit can be used to modify the attributes of the screen fields.&lt;/P&gt;&lt;P&gt;To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP. If a field has no field name, it cannot be allocated to a group.&lt;/P&gt;&lt;P&gt;The usage of the field groups (modification group 1-4) is as follows:&lt;/P&gt;&lt;P&gt;Modification group 1: Automatic modification with transaction MFAW &lt;/P&gt;&lt;P&gt;Modification group 2: It contains 'LOO' for step loop fields &lt;/P&gt;&lt;P&gt;Modification group 3: For modifications which depend on check tables or on other fixed information &lt;/P&gt;&lt;P&gt;Modification group 4: is not used &lt;/P&gt;&lt;P&gt;The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit.&lt;/P&gt;&lt;P&gt;This FORM routine is called up by the module FELDAUSWAHL.&lt;/P&gt;&lt;P&gt;See the Screen Painter manual for further information on structuring the interface.&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;SB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 14:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254239#M1213806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T14:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom fields to VA01 screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254240#M1213807</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;Please have a look at the following Threads Hope you will fine the answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[add field to Va01,va02    |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3132651"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;[Custom field in VA01|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4549011"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;[Changing the atributes of a field in VA01|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1044426"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 14:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254240#M1213807</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-17T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom fields to VA01 screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254241#M1213808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 10:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254241#M1213808</guid>
      <dc:creator>stefan_kolev4</dc:creator>
      <dc:date>2011-11-03T10:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom fields to VA01 screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254242#M1213809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 07:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-to-va01-screen/m-p/5254242#M1213809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-15T07:17:09Z</dc:date>
    </item>
  </channel>
</rss>

