<?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: problem using badi CUSTOMER_ADD_DATA_CS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393969#M191156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use, first make sure about following things,&lt;/P&gt;&lt;P&gt;o	In Customizing for the customer master, under Transfer Customer Master Data Fields, you have prepared the modification-free enhancement of the customer record so that you have defined a screen group with name and have labeled the tab pages&lt;/P&gt;&lt;P&gt;o	You have activated the processing of your own data with the method CHECK_ADD_ON_ACTIVE of the Business Add-In CUSTOMER_ADD_DATA in the standard dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2006 12:17:10 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2006-07-13T12:17:10Z</dc:date>
    <item>
      <title>problem using badi CUSTOMER_ADD_DATA_CS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393968#M191155</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 am using badi techno to extend customer screen with badi customer_add_data &amp;amp; customer_add_data_cs.&lt;/P&gt;&lt;P&gt;i add subscreen to handle new fields that been append to kna1.&lt;/P&gt;&lt;P&gt;in PBO subscreen i can't get data content of kna1 when using  method set_data / get_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has someone got the same problem and how to solve it ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess something wrong with object context ... &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;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 08:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393968#M191155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem using badi CUSTOMER_ADD_DATA_CS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393969#M191156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use, first make sure about following things,&lt;/P&gt;&lt;P&gt;o	In Customizing for the customer master, under Transfer Customer Master Data Fields, you have prepared the modification-free enhancement of the customer record so that you have defined a screen group with name and have labeled the tab pages&lt;/P&gt;&lt;P&gt;o	You have activated the processing of your own data with the method CHECK_ADD_ON_ACTIVE of the Business Add-In CUSTOMER_ADD_DATA in the standard dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 12:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393969#M191156</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-13T12:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem using badi CUSTOMER_ADD_DATA_CS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393970#M191157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for answering but this has been done !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am wondering how to handle data in my subscreen that is how to use set_data / get_data method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use first  call method cl_exithandler=&amp;gt;get_instance   changing instance = ir_cust_cs.&lt;/P&gt;&lt;P&gt;and call method ir_cust_cs-&amp;gt;set_data exporting flt_val = 'Z1' i_activity = '' s_kna1 = kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is not working .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help ?&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;Dami Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 08:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-badi-customer-add-data-cs/m-p/1393970#M191157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T08:06:04Z</dc:date>
    </item>
  </channel>
</rss>

