<?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: Screen painter ---Tabstrip control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940191#M388277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joslyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use screen exits that are a type of customer exit. They allow you to display additional objects in an SAP application program screen. The SAP developer must:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Define the subscreen areas&lt;/P&gt;&lt;P&gt;  Specify the corresponding calls in the flow logic&lt;/P&gt;&lt;P&gt;  Provide the framework for the data transport&lt;/P&gt;&lt;P&gt;  Include the screen exit in an enhancement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you need to see if a screen exit exists for that standard scree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 20:55:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T20:55:44Z</dc:date>
    <item>
      <title>Screen painter ---Tabstrip control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940190#M388276</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 create extra tabs to the SAP standard screen for the ZZFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is do I need to use the tabstrip control to do this and create a subscreen inside the TAB in screen painter?&lt;/P&gt;&lt;P&gt;             OR&lt;/P&gt;&lt;P&gt;No need to use tabstrip control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never worked this kind of custome development ,so your help is apprciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;JE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Joslyn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 20:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940190#M388276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T20:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Screen painter ---Tabstrip control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940191#M388277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joslyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use screen exits that are a type of customer exit. They allow you to display additional objects in an SAP application program screen. The SAP developer must:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Define the subscreen areas&lt;/P&gt;&lt;P&gt;  Specify the corresponding calls in the flow logic&lt;/P&gt;&lt;P&gt;  Provide the framework for the data transport&lt;/P&gt;&lt;P&gt;  Include the screen exit in an enhancement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you need to see if a screen exit exists for that standard scree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 20:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940191#M388277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T20:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Screen painter ---Tabstrip control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940192#M388278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and appreciate for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in SAP ECC5.0.So I thought BADI will be good in place of Screen exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI Customer_add_data_Cs will be a good approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a subscreen and in the graphical layout I inserted the ZZFields to it.&lt;/P&gt;&lt;P&gt;Can you provide me more information about the calls in Flow Logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 21:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-tabstrip-control/m-p/1940192#M388278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T21:15:26Z</dc:date>
    </item>
  </channel>
</rss>

