<?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 BADI - CUSTOMER_ADD_DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965477#M68447</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've got the tabstrip working and I have a function module with a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I intend to populate the subscreen with fields from a bespoke table I have added to the dictionary.  I can't seem to populate the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I be doing this in the subscreen PBO (This is where I currently have it, doesn't work ) or should I be using the interface methods (READ_ADD_ON_DATA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried putting my code in both places to populate the subscreen but it stays empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone done this before or does anyone have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon Farrell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2005 11:04:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-03T11:04:37Z</dc:date>
    <item>
      <title>BADI - CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965477#M68447</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've got the tabstrip working and I have a function module with a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I intend to populate the subscreen with fields from a bespoke table I have added to the dictionary.  I can't seem to populate the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I be doing this in the subscreen PBO (This is where I currently have it, doesn't work ) or should I be using the interface methods (READ_ADD_ON_DATA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried putting my code in both places to populate the subscreen but it stays empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone done this before or does anyone have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon Farrell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 11:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965477#M68447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T11:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: BADI - CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965478#M68448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;As far as I understood ur problem.&lt;/P&gt;&lt;P&gt;U r working from some Screen Exit. m I rite? and u have created a new table, which data u want to put in sub screen.&lt;/P&gt;&lt;P&gt;Now, I tell the Subscreen processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u do any action on main screen, it means which contain the tabstrip. It calls the PAI of main screen--then PAI of subscreen -- PBO of main screen -- PBO of subscreen -- Final output.&lt;/P&gt;&lt;P&gt;Now at PBO of subscreen. Define the same data type as u have declared in Subscreen through screen painter.&lt;/P&gt;&lt;P&gt;Then populate those data type, ur data will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think so for the need of READ_ADD_ON_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 11:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965478#M68448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T11:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: BADI - CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965479#M68449</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've currently got my code to populate the subscreen in the subscreens PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I set a breakpoint on the PBO code it never hits it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its all active but it doesn't seem to hit the PBO.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must be doing something stupid !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2005 11:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-customer-add-data/m-p/965479#M68449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-03T11:42:58Z</dc:date>
    </item>
  </channel>
</rss>

