<?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 fields to the vendor master screen without append structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495458#M1746628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try reading the screen Field Value as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;field-symbols &amp;lt;fs_lifnr&amp;gt; type any.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;constants lc_lifnr type char30 value '(SAPMF02K)LFA1-LIFNR'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Assign (lc_lifnr) to &amp;lt;fs_lifnr&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;fs_lifnr&amp;gt; is the field symbol with your value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Ankit.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 11:03:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-13T11:03:21Z</dc:date>
    <item>
      <title>Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495445#M1746615</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;My requirement is to add 2 custom fields to the vendor master screens without using the append structure approach. Would this be possible by using a custom table and using the BADIs VENDOR_ADD_DATA and VENDOR_ADD_DATA_CS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could you help me out with the step by step detail of using a custom table with these 2 BADIs without appending any fields to LFA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Neera Sood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495445#M1746615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-10T09:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495446#M1746616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to have an append structure you need to put all the primary keys of your requirement&amp;nbsp; ( i assume its only Customer Number i.e. KUNNR) in the Z table and put the Z fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now The BADI's mentioned by you will add additional tab and it is similar to Customer BADI. Steps for the same are well documented at &lt;A href="http://saptechnical.com/Tutorials/ABAP/XD01/XD01.htm"&gt;http://saptechnical.com/Tutorials/ABAP/XD01/XD01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ankit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 10:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495446#M1746616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-10T10:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495447#M1746617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="margin: -9px 0 0; font-size: 11px; background-color: #ffffff; color: #333333; text-align: right;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link active_link" href="https://answers.sap.com/people/neera.sood" id="jive-7568247499348652843167" style="padding: 0 3px 0 0; font-weight: normal; font-style: inherit; font-size: 20px; font-family: inherit; color: #3778c7;"&gt;Neera Sood&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check SAP Note 580266 - Enhancements without modification in &lt;SPAN style="font-size: 10pt;"&gt;vendor master&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://pavelgk.pbworks.com/f/sapnote_0000580266.pdf"&gt;http://pavelgk.pbworks.com/f/sapnote_0000580266.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this also further reference &lt;A __default_attr="33664" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bastin.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 10:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495447#M1746617</guid>
      <dc:creator>bastinvinoth</dc:creator>
      <dc:date>2013-06-10T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495448#M1746618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes possible , &lt;BR /&gt;first there a little config you need to do on Free enhancement of Vendor Master Record. you need to create a screen group and label it.&lt;BR /&gt;Then vendor_add_data badi you need to&amp;nbsp; implement method CHECK_ADD_ON_ACTIVE&lt;BR /&gt;for your screen group set e_active = 'X' (this is the only thing you need to do in this BADI)&lt;BR /&gt;Then VENDOR_ADD_DATA_CS , fileter dependent on the screen group that you created in the config. you need to implement get_taxi_screen , passing the Zscreen you made in a seperate function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in GET_DATA and SET_ DATA you can call two custom FM that you would specifically make for your custom screen passing data to screen(storing it in the PAI of your custom screen) and setting data (reading data and passing it to screen in PBO of your custom screen).&lt;BR /&gt;I think the link provided above by all are very helpful....&lt;/P&gt;&lt;P&gt;one thing though , you actually need to save data at PAI to your custom table as you are not appending it to lfa1 , or you can use memory id to transfer it to memory , and in the method save_data of your vendor_add_data save it once to the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 10:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495448#M1746618</guid>
      <dc:creator>former_member193464</dc:creator>
      <dc:date>2013-06-10T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495449#M1746619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible, but you will have to codein the BAdI the read/update with database.&lt;/P&gt;&lt;P&gt;(Look at methods IF_EX_VENDOR_ADD_DATA~READ_ADD_ON_DATA and SAVE_DATA of VENDOR_ADD_DATA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 11:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495449#M1746619</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-06-10T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495450#M1746620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. I will try this out in my system and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neera Sood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 11:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495450#M1746620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-10T11:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495451#M1746621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial;"&gt;Go to Transaction SPRO &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Logistics – General &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Business Partner &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Customers &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Control &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Adoption of Customer’s own Master Data fields &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Prepare Modification &lt;/SPAN&gt;à&lt;SPAN style="font-family: Arial;"&gt; Free enhancement of Customer Master Record.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Following screen appears:&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Go to CHANGE mode and Click &lt;STRONG&gt;‘New Entries’&lt;/STRONG&gt; button. Then add a Screen Group (SK here)and meaningful description. Save the entry and then SELECT that entry and Click on &lt;STRONG&gt;‘Label Tab Pages’&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Add a Label Tab Page i.e. enter a Screen Number, Function Code and Meaningful Description. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Save the entry and come back to the SPRO screen. Click &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Business Add-in: Processing Master Data Enhancements&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Create one Implementation by giving implementation name (must start with Z. ZSURESHKUMAR here). Give meaningful description and press enter. The following screen appears.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Go to Interface and Click on ‘&lt;SPAN style="color: black;"&gt;CHECK_ADD_ON_ACTIVE’ method. Add the following code and save.&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;method IF_EX_CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;data: l_flg_active type BOOLE-BOOLE. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;if i_screen_group = 'SK'.&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_add_on_active = 'X'.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; endif. &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;endmethod.&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Activate that and come back to SPRO initial screen. Click&lt;/SPAN&gt; &lt;SPAN style="font-family: Arial; color: black;"&gt; Business Add-in: Customer Subscreens&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;The following screen will appear. Create one implementation (ZSURESHKUMAR1 here).&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Press enter. The following screen will come. Enter a meaningful Description and Screen Group (which we created earlier) as shown below.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Then go to Interface&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Create a Function Pool SAPLZSURESHKUMAR. (See the code of the program for other details). Create a Screen ‘1111’ with field old Customer Number – screen group PSK (SE51)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Click on GET_TAXI_SCREEN method and add the following code.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;method IF_EX_CUSTOMER_ADD_DATA_CS~GET_TAXI_SCREEN . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt; case i_taxi_fcode. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; when 'SK_TAB'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_screen&amp;nbsp; = '1111'.&amp;nbsp; "Eart + Objekt &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_program = 'SAPLZSURESHKUMAR'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_headerscreen_layout = ' '. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; endcase. &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;endmethod.&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;Activate and leave the transaction.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;Go to KNA1 (Customer Master) table and add a custom field as shown below. Activate the table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;Now go to XD01 transaction.&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;The screen we created will appear as shown in the above screen-shot. Click the button. The following screen will appear.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;Enter a customer number and save the transaction. Now go to KNA1 table and check the value of the Old Customer Number field’s value. The value you entered in this screen will appear on there.&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Until now, we have written code for creating the Custom field. Now we need to disable that field when we are opening the transaction in DISPLAY mode.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Go to include – &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;LZSURESHKUMARTOP and enter the following code and activate the program.&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 9pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Now execute the Transaction in display mode and check the output.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; color: black;"&gt;Naresh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 12:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495451#M1746621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-10T12:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495452#M1746622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes it is possible.Create z table with key as header table key if you want add fields in header data or item table key if you want to add item level .Then add tab,screen ,fields as normal but you have to write your own update function module&amp;nbsp; and call it in IF_EX_VENDOR_ADD_DATA~ SAVE_DATA. In display mode you need to select data from custom table and&amp;nbsp; make available&amp;nbsp; in IF_EX_VENDOR_ADD_DATA~READ_ADD_ON_DATA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 18:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495452#M1746622</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-06-10T18:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495453#M1746623</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 have updated/modified the custom table in the method IF_EX_VENDOR_ADD_DATA~SAVE_DATA and I have set the data in method IF_EX_VENDOR_ADD_DATA_CS~SET_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you let me know how I will get the data when switching between screens? The GET_DATA method of IF_EX_VENDOR_ADD_DATA_CS and the READ_ADD_ON_DATA of IF_EX_VENDOR_ADD_DATA do not have an interface(signature) to support the new fields from the custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 06:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495453#M1746623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-11T06:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495454#M1746624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should "store" the data related to your z-table in some instance attributes of the BAdI implementing class. Of course you could also add your own methods like read_my_data and save_my_data in this class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 08:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495454#M1746624</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-06-11T08:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495455#M1746625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. Could you be a bit more explicit on which parameters I can use. Please could you give me an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Neera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 08:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495455#M1746625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-11T08:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495456#M1746626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One soultion could be &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Defining an instance attribute with the structure of the ztable&lt;/LI&gt;&lt;LI&gt;(Opt) Define an instance method get_Zdata which read the attributes and return its value&lt;/LI&gt;&lt;LI&gt;(Opt) Define an instance method set_Zdata which receive the structure and update the instance attribute&lt;/LI&gt;&lt;LI&gt;Define an instance method read_Zdata_from_database, which execute the select from database and update the instance attributes (can use me-&amp;gt;set_Zdata)&lt;/LI&gt;&lt;LI&gt;Define an instance method save_Zdata, which read the instance attributes (can use me-get_Zdata), and call an update FM in update task to update database table&lt;/LI&gt;&lt;LI&gt;In PBO method/exit call me-&amp;gt;get_Zdata or read attributes&lt;/LI&gt;&lt;LI&gt;In PAI method/exit call me-&amp;gt;set_Zdata or update attributes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Many variations availabe, like storing data in a function group (same that would contain the subscreen)&lt;/P&gt;&lt;P&gt;(And yes, much simplier to append z-fields, and so get the data from standard)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 09:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495456#M1746626</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-06-11T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495457#M1746627</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 could you let me know how I can access the vendor number in the new subscreen which has been created for the additional custom fields.&lt;/P&gt;&lt;P&gt;The vendor number is required for selection from the custom table in the PBO of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, please could you let me know how I can fetch the details of the custom fields from the custom table for vendors which already have data in the custom fields i.e. in change mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495457#M1746627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding fields to the vendor master screen without append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495458#M1746628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try reading the screen Field Value as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;field-symbols &amp;lt;fs_lifnr&amp;gt; type any.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;constants lc_lifnr type char30 value '(SAPMF02K)LFA1-LIFNR'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Assign (lc_lifnr) to &amp;lt;fs_lifnr&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;fs_lifnr&amp;gt; is the field symbol with your value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Ankit.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 11:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-fields-to-the-vendor-master-screen-without-append-structure/m-p/9495458#M1746628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-13T11:03:21Z</dc:date>
    </item>
  </channel>
</rss>

