<?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 own fields in customer master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462179#M1415676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks Shailaja Ainala. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are now showing in XD01 / XD02 / XD03.&lt;/P&gt;&lt;P&gt;Now please tell me how can I insert data from my additional fields into database table  KNA1 for a customer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tripod on Jan 9, 2010 2:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jan 2010 06:59:08 GMT</pubDate>
    <dc:creator>former_member308418</dc:creator>
    <dc:date>2010-01-09T06:59:08Z</dc:date>
    <item>
      <title>Adding own fields in customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462177#M1415674</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;Good day,&lt;/P&gt;&lt;P&gt;I have some fields to add in Customer master (XD01/XD02/XD03). I have not that much knowledge how to do this. Following some tutorials I have added a new button in Customer master. In this button i have added a tab. Now I am trying to add my fields in that tab using BADIs CUSTOMER_ADD_DATA_CS AND CUSTOMER_ADD_DATA. In CUSTOMER_ADD_DATA_CS there is a method GET_TAXI_SCREEN &amp;amp; in that method i put the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-tcode = 'XD01' OR sy-tcode = 'XD02' OR sy-tcode = 'XD03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF i_taxi_fcode = 'FCODE''.     /////    FCODE is the function code of my screen group that i created using SPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e_screen = '1000'.              /////    1000 is my dynproscreen number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e_program = 'ZTEST_SCREEN''.   /////    ZTEST_SCREEN is my ABAP code which runs properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e_headerscreen_layout = 'V'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also wrote some code in method CHECK_ADD_ON_ACTIVE  of BADI CUSTOMER_ADD_DATA  to activate my screen group.&lt;/P&gt;&lt;P&gt;Now prob is when i am trying to run that new tab it shows a dump which says " Incorrect screen type: Screen is incorrectly defined or used."   &lt;/P&gt;&lt;P&gt;But when i run my program in se38 it's fine working!!!!!!&lt;/P&gt;&lt;P&gt;Can anybody help me please to show fields in my new tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N. B - It would be good for me if anybody can provide me some tutorials or documents to achieve the task&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 08:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462177#M1415674</guid>
      <dc:creator>former_member308418</dc:creator>
      <dc:date>2010-01-07T08:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding own fields in customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462178#M1415675</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;&lt;/P&gt;&lt;P&gt;In the attributes of the screen ....... select the screen type as &lt;STRONG&gt;Subscreen&lt;/STRONG&gt; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 09:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462178#M1415675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-08T09:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding own fields in customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462179#M1415676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks Shailaja Ainala. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are now showing in XD01 / XD02 / XD03.&lt;/P&gt;&lt;P&gt;Now please tell me how can I insert data from my additional fields into database table  KNA1 for a customer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tripod on Jan 9, 2010 2:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 06:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462179#M1415676</guid>
      <dc:creator>former_member308418</dc:creator>
      <dc:date>2010-01-09T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding own fields in customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462180#M1415677</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;In your ....exit you wil find strcutures ....XVBAK ....XVBAP....try to fill those and check out in debug...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 02:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-own-fields-in-customer-master/m-p/6462180#M1415677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T02:25:53Z</dc:date>
    </item>
  </channel>
</rss>

