<?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 (Custom Business Function) Switch Framework, DDIC and Dynpros...! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771806#M1306680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel this post doesnu2019t really belong to this Section, but I hope i twill stay longer on the top of the list, rather than in the General section. And many good people are around this section &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, here is my issue: I want to create my own Business Function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019ve been reading the different blogs from &lt;STRONG&gt;Thomas Weiss&lt;/STRONG&gt;, they are very informative. I myself feel comfortable with implicit/explicit enhancement in standard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Iu2019m less aware of switches. And I want to create a custom Add-On, not enhance the standard here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 1st step, I think, is to set up some switches on my DDIC object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019ve tried to set a simple test, creating a simple test table in one Transport Request (TR). Then I want to add a Customer Include or Customer Append to it, and switch it. Actually, I want to add 2 of them, in 2 distinct TR. Because I want to try to transport my 2nd enhancement 1st on another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 1st issue is that I have inconsistency in my table, using switched customer include/appendu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main table is in one package. But my structure is in a new package, and Iu2019ve created a switch linked to that package. Then I can see in my structure properties that my switch appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the logical way to set up such a scenario? Do I have to create many switches, or should I try to use one most of the time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next step is to switch some dynpros in some reports (SE38 ones). There, what should be the methodology? Should I add one new switch to each field I want to switch? Can I (or Should I?) use some sub screen to switch? But then what would be the syntax to write the PBO and PAI in the flow logic? Can I make some u201Chooku201D in my dynpro to attach there several sub screens, depending on my add-ons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your highlights!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2009 17:40:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-02T17:40:49Z</dc:date>
    <item>
      <title>(Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771806#M1306680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel this post doesnu2019t really belong to this Section, but I hope i twill stay longer on the top of the list, rather than in the General section. And many good people are around this section &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, here is my issue: I want to create my own Business Function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019ve been reading the different blogs from &lt;STRONG&gt;Thomas Weiss&lt;/STRONG&gt;, they are very informative. I myself feel comfortable with implicit/explicit enhancement in standard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Iu2019m less aware of switches. And I want to create a custom Add-On, not enhance the standard here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 1st step, I think, is to set up some switches on my DDIC object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019ve tried to set a simple test, creating a simple test table in one Transport Request (TR). Then I want to add a Customer Include or Customer Append to it, and switch it. Actually, I want to add 2 of them, in 2 distinct TR. Because I want to try to transport my 2nd enhancement 1st on another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 1st issue is that I have inconsistency in my table, using switched customer include/appendu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main table is in one package. But my structure is in a new package, and Iu2019ve created a switch linked to that package. Then I can see in my structure properties that my switch appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the logical way to set up such a scenario? Do I have to create many switches, or should I try to use one most of the time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next step is to switch some dynpros in some reports (SE38 ones). There, what should be the methodology? Should I add one new switch to each field I want to switch? Can I (or Should I?) use some sub screen to switch? But then what would be the syntax to write the PBO and PAI in the flow logic? Can I make some u201Chooku201D in my dynpro to attach there several sub screens, depending on my add-ons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your highlights!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771806#M1306680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T17:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771807#M1306681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Aim of the switch is generally switch enhanceable objects, you can switch objects listed below (you can also see them in SFW1 tcode). Generally you should try to add enhancements for same functional purpose in one switch (for code enhancements same package). So you can switch them on all once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-  Append Structures,  Includes, and  Customizing Includes for structures in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;     - Append Search Helps for search helps in the ABAP Dictionary &lt;/P&gt;&lt;P&gt;     - Secondary indexes for database tables in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;     - Fixed Value Appends for domains in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;     - Business Configuration Sets of the Customizing   &lt;/P&gt;&lt;P&gt;     - Enhancement Implementations of the  Enhancement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And second question, as far as I know dynpro can not be switched (you can just add some enhancements to PBO, PAI modules and switch them on or off using package switching). &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;Gungor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 18:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771807#M1306681</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-02T18:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771808#M1306682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gungor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, how would you put switches on customer include/append? In my simple example, I would create a table and put it in a package and a Transport Request (TR). Then I would release my TR.&lt;/P&gt;&lt;P&gt;Then I want to create a switchable customer include/append and put it in a TR. But I can't activate my table, I've got some inconsitencies in the tablle, according to SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 08:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771808#M1306682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771809#M1306683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just put it in a package and relate package with switch and switch it on or off using SFW transactions. What error do you get about TR. It should not be something related with switching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 08:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771809#M1306683</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-03T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771810#M1306684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will the following steps work? Am I putting it right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Letu2019s use P as Package (from P0 to Pn), TR as Transport Request, S as Switch, T as table, and CI as Customer Include.&lt;/P&gt;&lt;P&gt;Creation order is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P0 in TR0.&lt;/P&gt;&lt;P&gt;T in P0 and TR0.&lt;/P&gt;&lt;P&gt;TR0 is released&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1 in TR1&lt;/P&gt;&lt;P&gt;S1 in P0 and TR1&lt;/P&gt;&lt;P&gt;S1 linked to P1&lt;/P&gt;&lt;P&gt;CI1 in P1 and TR1&lt;/P&gt;&lt;P&gt;CI1 included in T&lt;/P&gt;&lt;P&gt;TR1 is released&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P2 in TR2&lt;/P&gt;&lt;P&gt;S2 in P0 and TR2&lt;/P&gt;&lt;P&gt;S2 linked to P2&lt;/P&gt;&lt;P&gt;CI2 in P2 and TR2&lt;/P&gt;&lt;P&gt;CI2 included in T&lt;/P&gt;&lt;P&gt;TR2 is released&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will I be able to install on another system TR0, then TR2, then TR1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I've tried to follow those steps, but I had 2 different issues each time:&lt;/P&gt;&lt;P&gt; - inconsistency in table T&lt;/P&gt;&lt;P&gt; - I couldn't see the switch on the packages P1 and P2 and on the Customer Include&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771810#M1306684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771811#M1306685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you should successfully import these requests. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a detailed message about this inconsistency ? (and may be helpful check if enhancement category for the table  can be enhanced). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In SFW1 switches and connections are displayed. If yes try to activate them from SFW1 and check again the include and packages. (Activation in switches sometimes can be problematic ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check your switches from SFW1 and if everything is ok then check again from customer includes &amp;amp; packages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771811#M1306685</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-03T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771812#M1306686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thx, I'll try it again, I must be doing something wrong &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last thing: Should the switches belong to the switched package (here P1 and P2)? Or should they belong to some main  package (here P0)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771812#M1306686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771813#M1306687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it should be in P1 &amp;amp; P2 because you have two different switch. If you assign two different switch to same object there may be conflicts. But if you had only one switch both would be same I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771813#M1306687</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-03T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771814#M1306688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, packages P1 and P2 would be linked to Switches S1 and S2 in SFW1, but should the 2 switches be created (at save) in P1 and P2 or in P0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771814#M1306688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771815#M1306689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Package of switch itself is not important you can create it in any package because you cannot switch on or off switch itself. Only conceptually it may be better to create it some other package and transport before switch relations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771815#M1306689</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-03T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771816#M1306690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, thx a lot for your time, apparently, there are some differences within SAP in the Switches, depending of the languages. I can't activate my table with its Customer Include in my language (Fr actually), but I can in En...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From now, I'll close this post and try to find my way with the Switch Framework &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 16:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771816#M1306690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T16:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: (Custom Business Function) Switch Framework, DDIC and Dynpros...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771817#M1306691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this document too, this was the most usefull when I was working on subject.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adfahrer.com/workplace/Sem/2006-11-28-ADSIG-SBN-WalldorfABAP/MikaelAcker-EFW-4-nordic.pdf" target="test_blank"&gt;http://www.adfahrer.com/workplace/Sem/2006-11-28-ADSIG-SBN-WalldorfABAP/MikaelAcker-EFW-4-nordic.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 16:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-business-function-switch-framework-ddic-and-dynpros/m-p/5771817#M1306691</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-03T16:17:52Z</dc:date>
    </item>
  </channel>
</rss>

