<?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 Append Search Help in Switch Framework in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-search-help-in-switch-framework/m-p/7677437#M1575718</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;i'm facing a problem concerning the switch framework with append search helps. I want to create an append search help, which should only be visible, if a switch is activated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my steps up to now: &lt;/P&gt;&lt;P&gt;1. Create a package ZNOSWITCH &lt;/P&gt;&lt;P&gt;2. Create a elementary search help ZMY_SH1 in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;3. Create a collective search help ZMY_CSH (which includes ZMY_SH1) in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;4. Create a package ZSWITCH &lt;/P&gt;&lt;P&gt;5. Create a switch ZMY_SWITCH in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;6. Assign package ZSWITCH to switch ZMY_SWITCH. &lt;/P&gt;&lt;P&gt;7. Create a business function ZMY_BF (reversible and Type Enterprise Business Function) in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;8. Assign switch ZMY_SWITCH to business function ZMY_BF &lt;/P&gt;&lt;P&gt;9. Create an elemtary search help ZMY_SH2 in package ZSWITCH&lt;/P&gt;&lt;P&gt;11. Create an append search help ZMY_ASH (which includes ZMY_SH2) for ZMY_CSH in package ZSWITCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On step eleven the issues occur. The activation of my append search help fails, but there is no activation protocol, so i don't know what the problem is. I've debugged the activation and found a code sequence in function module RS_DD_WORKLIST_ACTIVATE where a comment says: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*       remove switched off appends
    LOOP AT lt_actrc TRANSPORTING NO FIELDS
      WHERE switchedof = 'X'.
      IF l_switched_off IS INITIAL.
        l_switched_off = 'X'.
      ENDIF.
      DELETE lt_actrc.  "switched off -&amp;gt; not activated
    ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Unfortunately there is no further explanation. So i've tried to activate my business function via SFW5, but this doesn't work too. A message says: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;No activation necessary&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Does anybody know how to solve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Mark André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 11:02:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-01T11:02:26Z</dc:date>
    <item>
      <title>Append Search Help in Switch Framework</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-search-help-in-switch-framework/m-p/7677437#M1575718</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;i'm facing a problem concerning the switch framework with append search helps. I want to create an append search help, which should only be visible, if a switch is activated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my steps up to now: &lt;/P&gt;&lt;P&gt;1. Create a package ZNOSWITCH &lt;/P&gt;&lt;P&gt;2. Create a elementary search help ZMY_SH1 in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;3. Create a collective search help ZMY_CSH (which includes ZMY_SH1) in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;4. Create a package ZSWITCH &lt;/P&gt;&lt;P&gt;5. Create a switch ZMY_SWITCH in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;6. Assign package ZSWITCH to switch ZMY_SWITCH. &lt;/P&gt;&lt;P&gt;7. Create a business function ZMY_BF (reversible and Type Enterprise Business Function) in package ZNOSWITCH &lt;/P&gt;&lt;P&gt;8. Assign switch ZMY_SWITCH to business function ZMY_BF &lt;/P&gt;&lt;P&gt;9. Create an elemtary search help ZMY_SH2 in package ZSWITCH&lt;/P&gt;&lt;P&gt;11. Create an append search help ZMY_ASH (which includes ZMY_SH2) for ZMY_CSH in package ZSWITCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On step eleven the issues occur. The activation of my append search help fails, but there is no activation protocol, so i don't know what the problem is. I've debugged the activation and found a code sequence in function module RS_DD_WORKLIST_ACTIVATE where a comment says: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*       remove switched off appends
    LOOP AT lt_actrc TRANSPORTING NO FIELDS
      WHERE switchedof = 'X'.
      IF l_switched_off IS INITIAL.
        l_switched_off = 'X'.
      ENDIF.
      DELETE lt_actrc.  "switched off -&amp;gt; not activated
    ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Unfortunately there is no further explanation. So i've tried to activate my business function via SFW5, but this doesn't work too. A message says: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;No activation necessary&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Does anybody know how to solve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Mark André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 11:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-search-help-in-switch-framework/m-p/7677437#M1575718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Append Search Help in Switch Framework</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-search-help-in-switch-framework/m-p/7677438#M1575719</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 solved it. Different things caused my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It is only possible to activate switchable DDIC Objects by activating Business Function via SFW5.&lt;/P&gt;&lt;P&gt;2. There was a missing authorization on my user profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the authorization an activation of my Business Function via SFW5 was succesful and it automatically activated my append search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Mark André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-search-help-in-switch-framework/m-p/7677438#M1575719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T16:21:44Z</dc:date>
    </item>
  </channel>
</rss>

