SAPScript Wordwrap with an Include

Hi Experts,
I've been modifying a form within SAPScript with a line of text that I need to word-wrap (so it doesn't cover other fields), I've read that I should try and utilise RKD_WORD_WRAP in order to solve the problem, however the line of text is displayed via an INCLUDE (see below).
/: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH CC
Now I'm not sure if it's possible to call a perform which uses text pulled from an include or if so, how I'd go about it?
Can anyone tell me (examples would be greatly appreciated) if and how I should do it this way or if I should approach it from a different way?
Regards,
Cal

Nevermind, I got around the word-wrap problem by editing the right-margin within the used paragraph format.

Similar Messages

  • I want to sync my Voice Memos but iTunes 10.5 will not let me even with the "include voice memos" checkbox selected.

    I want to sync my Voice Memos but iTunes 10.5 will not let me even with the "include voice memos" checkbox selected. As well Ive deselected all the music in itunes so when I sync there will be none on my phone but itunes also ignores this request and puts purchased music back on. I do not have autofill selected. Also wondering where the backup of my iphone 4s is located on my hard disk. Any help greatly appreciated.

    Sorry thats itunes 11.5

  • How to register multiple xsd with relative include references?

    Hi there,
    unfortunately I'm a newbie to XDB and maybe this is a basic question. But I didn't get it solved right now (also Google wasn't my friend helping me out)...
    I try to register a set of xsd to XML DB (11g Release 2 11.2.0.1.0) with the given structure:
    Folder 'demo' contains:
    mainmodel.xsd
    types.xsd
    Subfolder 'demo/details' contains:
    submodel_a.xsd with <xs:include schemaLocation="../types.xsd"/>
    submodel_b.xsd with <xs:include schemaLocation="submodel_a.xsd"/>
    First I created the folders 'demo' and 'demo/details' in the XML DB repository using dbms_xdb.CreateFolder.
    Then I added the xsd as resources to the XML DB, e.g.
    declare
          v_result boolean;
          v_schema xmltype := xmltype(bfilename('DEMO', 'types.xsd'), nls_charset_id('ISO-8859-1'));
        begin
          v_result := dbms_xdb.CreateResource('/demo/types.xsd', v_schema);
        end;
    Then I registered my types.xsd:
    begin
    DBMS_XMLSCHEMA.REGISTERSCHEMA(
            schemaurl => 'types.xsd',
            schemadoc => BFILENAME ('DEMO','types.xsd'),
            csid => 0
            end;
    When trying to register submodel_a.xsd the same way I get the following error:
    ORA-31000: Ressource '../types.xsd' is not an XDB schema document.
    How can I resolve this?
    Best regards
    Matthias

    As Marco mentioned, you have to resolve and update the relative urls in a local copy of the schema, just before registration.
    That way you can keep the original file untouched while correctly register the schema using absolute urls.
    Here's a short example, assuming all XSDs have been loaded as resources in the repository, using the same folder structure :
    - This registers "types.xsd" at URL "/demo/types.xsd"
    begin
      dbms_xmlschema.registerSchema(
        schemaURL => '/demo/types.xsd'
      , schemaDoc => xdburitype('/demo/types.xsd')
      , local     => true
      , genTypes  => false
      , genTables => false
    end;
    - This gets a local copy of "submodel_a.xsd" located at "/demo/details/submodel_a.xsd" in the repository, resolves and updates the include location(s), then registers it :
    declare
      v_schema_url varchar2(2000) := '/demo/details/submodel_a.xsd';
      v_schema_doc xmltype := xdburitype(v_schema_url).getxml();
    begin
      for r in (
          select x.*
          from xmltable(
                 'for $i in fn:doc($url)/xs:schema/xs:include
                  return fn:resolve-uri($i/@schemaLocation, $url)'
                 passing v_schema_url as "url"
                 columns idx        for ordinality
                       , schema_loc varchar2(4000) path '.'
               ) x
      loop
        select updatexml(
                 v_schema_doc
               , '/xs:schema/xs:include[' || to_char(r.idx) || ']/@schemaLocation'
               , r.schema_loc
               , 'xmlns:xs="http://www.w3.org/2001/XMLSchema"'
        into v_schema_doc
        from dual;
      end loop;
      dbms_output.put_line(v_schema_doc.getclobval);
      dbms_xmlschema.registerSchema(
        schemaURL => v_schema_url
      , schemaDoc => v_schema_doc
      , local     => true
      , genTypes  => false
      , genTables => false
    end;
    (in this case the xs:include/@schemaLocation will be updated from '../types.xsd' to '/demo/types.xsd')

  • I downloaded the Special Edition of 'Avatar' with the included 'Extras'... I use to see them in my iTunes library, but, can no longer locate them anywhere on my computer or in the iTunes library files! What happened?

    I purchased 'Avatar' The Special Edition with the included Extras with a gift card. I had enough money in my account to cover this purchase. I only got to watch the 'Extras' for one or two times, and now, they have vanished! They no longer appear in my iTunes library or anywhere on my computer! Where are they and how do I regain access? The movie, itself, is still in the library...only the downloaded 'Extras' are gone!

    Visibility of the Podcasts section is controlled from within the Edit > Preferences dialog.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    Missing tracks
    Typically this can happen because a file or folder is accidentally shunted to the wrong location. iTunes can also get confused if it expects to be talking to an external drive which isn't there. If will often reset the default media folder location and may have trouble finding files in the old folders.
    Select one of your tracks that is missing in action. Press CTRL-I to Get Info. Cancel when asked to try to locate the file, then look at the location given on the summary tab. This where iTunes thinks the file ought to be? Now find out where it actually is. Post back the two locations for comparison. I should be able to give you some steps to reconnect everything once I can determine which of the things that might have gone wrong is most likely in your case.
    When you get it all working make a backup!
    tt2

  • Program with Top includes

    Hallo,
    I hope someone can help me.
    I would like to know if is it allowed this program under ?
    Program with Top Includes.
    Type 1 Exucutable Program.
    Developement class $TMP - Temporary Objects.
    Logical Database ABS. ABAP Book: Customer and bookings.
    (DB Selection Screen 1000)
    If it is allowed where can I use Events GET in flow logic ?
    Thank in advance.
    Kindest regardes.
    Claudia

    Hi Claudia,
    Welcome to SDN Forum. Don't forget to read the [rules of engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement].
    Take a look at Report "EXAMPLE_PNP_GET_PAYROLL" it demonstrate how to use Logical database and GET events.
    Logical database      PNP                   HR Master Data
    Selection screen      900                   Selection screen on payroll results
    * These three tables need to be declared for the selection screen-.
    * Currently, the declarations of  pyorgscreen, pytimescreen HAS to
    * be done in addition to setting selection screen = 900 .
    TABLES: pernr.
    * Declare the country specific structure:
    * payXX_result with  XX = country code, e.g. payDE_result for Germany
    * Country = 99 is an exception: If this structure is used, the
    * international part of every payroll result is returned regardless
    * of country code. In the other case, pernr's whose country code do
    * not fit the structure are skipped.
    NODES: payroll TYPE pay99_result.
    DATA: wa_wpbp LIKE LINE OF payroll-inter-wpbp.
    GET pernr.
    WRITE: / 'Currently working on:'(021), pernr-pernr.
    GET payroll.
      LOOP AT payroll-inter-wpbp INTO wa_wpbp.
        WRITE:   / 'Personal Area ='(018),  wa_wpbp-werks,
                   'Sub Area ='(019),  wa_wpbp-btrtl.
      ENDLOOP.
    Don't forget to close this thread and all yours previous when your question be answered !
    Best Regards.
    Marcelo Ramos

  • Errors in  activating Program with TOP INCLUDE

    Hi,
    I have a report with TOP INCLUDE. In the global declaration include, I keep encountering an error for a deferred class definition. The codes were working perfectly fine previously, before I changed from a report WITHOUT TOP INCLUDE to report with TOP INCLUDE. Can anyone help? Thanks..
    ============================================
    Main Program
    INCLUDE ZXXX_RULES_ENGINE_TOP.  " Global Data
    INCLUDE ZXXX_RULES_ENGINE_C01.  " CLASS-Objects
    ============================================
    ZXXX_RULES_ENGINE_TOP
    REPORT   ZXXX_RULES_ENGINE.
    CLASS CL_TREE DEFINITION DEFERRED.
    " ==> Error encountered: "CLASS CL_TREE DEFINITION DEFERRED" does not have "CLASS CL_TREE DEFINITION".
    CLASS CL_GUI_CFW DEFINITION LOAD.
    ============================================
    ZXXX_RULES_ENGINE_C01
    CLASS CL_TREE DEFINITION.
      PUBLIC SECTION.
    ENDCLASS.
    CLASS CL_TREE IMPLEMENTATION.
    ENDCLASS.
    ============================================
    Edited by: Kian Keong on Mar 17, 2008 6:37 PM

    Hi,
    Go to ur main program in display mode and press CntrlShiftf5.
    On the left hand side select your main program and click on activate button.
    Hope ur problem will be solved.
    If still sm error is there then tell me the error message.
    Award Points If Useful

  • Calling custom tags in jsp  with jsp:include

    Hi,
    I have a large jsp file , which uses jstl fmt tags for labels.
    Since the size of jsp was too big iand i was unable to compile it because of 64 kb class size limit,
    I removed the tag lib defination from the jsp file and put it in another jsp file. and used jsp:include to include this file inside the first jsp.
    It is compiling successfully but labels r not showing up.
    but when i use <%@include to include second jsp in the first one i get the labels properly.
    I cannot use <%@include as this starts giving me compilation error related with jsp class file size beyond 64 kb.
    Pls suggest why jsp:include is not working.
    thanks,
    Pramod

    Hi Anil,
    Ur suggestion was good but could not solve my problem.
    I have put a small sample code to illustrate the problem.
    labeldemo.jsp:
    <%-- <%@ include file="WDCComInitLabelsjunk.jsp" %> --%>
    <jsp:include page="WDCComInitLabelsjunk.jsp" flush="true" />
    <table width="100%" cellpadding="3" cellspacing="0" border="0" class="tablebg">
                                  <tr class="headtd">
                                       <td colspan="4"><span class="headtext"><fmt:message key="Cash_Management"/> </td>
                                  </tr>
                                  <tr> hi </tr>
                             </table>
                             </fmt:bundle>
    WDCComInitLabelsjunk.jsp:
    <%@ page language="java" %>
    <%@ page contentType="text/html"%>
    <%@ page import="com.tcs.wdc.core.*" %>
    <%@ page import="com.tcs.wdc.core.login.*" %>
    <%@ page import="com.tcs.wdc.core.service.navigation.*" %>
    <%-- Include tag library --%>
    <%@ taglib uri="/WEB-INF/tld/fmt.tld" prefix="fmt" %>
    <%-- Get language from IDCUserSession & set it in session --%>
    <%
    /*SessionManager sm = new SessionManager(session);
    IDCUserSession ius = sm.getIDCUserSession();*/
    session.setAttribute("language","nl_NL");
    %>
    <%-- Set the locale for the language obtained --%>
    <fmt:setLocale value="${language}" />
    <fmt:bundle basename="labels" />
    If i uncomment the <%@ include file="WDCComInitLabelsjunk.jsp" %> tag in the code above it is working fine ,
    but it is not working with <jsp:include page="WDCComInitLabelsjunk.jsp" flush="true" />
    pls suggest.
    Thanks,
    Pramod

  • Repeat with php include

    Hi again
    I have a regular repeat table with PHP includes involved.
    If I put
    <tr spry:repeat="dsMenuAboutAng"
    spry:setrow="dsMenuAboutAng">
    <td>{@nomang_nomdepage}</td>
    <td><?php require_once('{@detailang}');
    ?></td>
    </tr>
    {@detailang} getting the name of the file in MySQL db
    I get fatal error parsing the page : <a
    href='function.require'>function.require</a>
    The weird thing is that if I put
    <tr spry:repeat="dsMenuAboutAng"
    spry:setrow="dsMenuAboutAng">
    <td>{@nomang_nomdepage}</td>
    <td><?php require_once('includeGallerycode.php');
    ?></td>
    </tr>
    the php file being one of the include in the db, the page
    parse OK
    Changing Content-Type from text/html to text/xml wont change
    a thing
    Neither adding a <a href to the first column
    Somebody have a clue?

    JavaScript is a client side language, php is serverside, so
    all php commands can only be processed on the server, not when page
    is rendered.

  • Where can I find a list of all products I have purchased and registered with apple, including serial numbers?

    Where can I find a list of all products I have purchased and registered with apple, including serial numbers?

    Hi,
    Look under https://supportprofile.apple.com.
    It has all products associated with your apple ID.
    Richie

  • 'With TOP Include'

    Hi all
    Im trying to create a program from the Object Navigator tool, and select 'With TOP Include', however i get an error that goes like this...
    'Error in Object Editing'
    'System does not allow changes to be made to Object PROG TEST_TOP' (even though im creating a new program)
    (The name of my program is ZBAP_TEST)
    What I wanted to know is:
    What are the components that are created if 'With TOP Include' is selected?
    and what are the advantages of creating a program with the 'With TOP Include' option?
    Thanks
    Adam

    If you create a report with TOP include, a new include (source code) is created and you can define your global variables here and links to other includes qnd structure your program  instead of having everything grouped in one include.

  • Character problems with xsql:include-xsql reparse="yes"

    I have a problem retrieving XML-fragments from CLOB columns.
    Danish ISO-8859-1 characters (aelig, oslash, aring) are returned as "?" from Apache/Jserv when using xsql:include-xsql reparse="yes".
    My platform is Solaris9/Oracle-9.2.0.2/XDK-9.2.0.4.
    Database characterset is we8iso8859p1.
    I'm using the Apache/Jserv that comes with Oracle 9.2.0.1.
    Steps to reproduce problem:
    -- Table data:
    create table tab1 (id number,clob_col clob);
    insert into tab1 values(1, '<x>fxe</x>');
    /*inserted characters are aelig(230), oslash(248), aring(229)*/
    commit;
    -- test.xsql:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <testdata xmlns:xsql="urn:oracle-xsql" connection="pnrtest">
    <xsql:include-xsql reparse="yes" href="inc.xsql" />
    </testdata>
    -- inc.xsql:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <?xml-stylesheet type="text/xsl" href="unquote_clob_col.xsl"?>
    <xsql:query
    xmlns:xsql="urn:oracle-xsql"
    connection="pnrtest"
    tag-case="lower"
    >
    select clob_col
    from tab1
    </xsql:query>
    -- unquote_clob_col.xsl:
    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0">
    <xsl:output method="xml" indent="yes" omit-xml-declaration="no" encoding="ISO-8859-1"/
    <xsl:include href="identity.xsl"/>
    <xsl:template match="clob_col">
    <clob_col>
    <xsl:value-of select="." disable-output-escaping="yes"/>
    </clob_col>
    </xsl:template>
    </xsl:stylesheet>
    -- identity.xsl:
    <!-- The Identity Transformation -->
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <!-- Whenever you match any node or any attribute -->
    <xsl:template match="node()|@*">
    <!-- Copy the current node -->
    <xsl:copy>
    <!-- Including any attributes it has and any child nodes -->
    <xsl:apply-templates select="@*|node()"/>
    </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>
    -- Notes:
    Running test.xsql works fine with XSQL command-line, but FAILS through Apache/Jserv (danish characters are returned as "?").
    inc.xsql works fine through XSQL command-line and Apache/Jserv, problem only happens with xsql:include-xsql reparse="yes" (e.g. test.xsql).
    xsql:include-xml works fine, but I cannot use this, bca. in my real business case I'm selecting more than one row from the database.
    I've checked and double-checked my jserv.properties several times, and believes it to be correct.
    The xsql:include-xsql reparse="yes" technique works fine in our Solaris9/Oracle-8.1.7/iAS-1.0.2.2 environment.
    Any suggestions ?
    -- Peter ([email protected])

    If I put the following line in jserv.properties:
    wrapper.env=LANG=en_US.ISO8859-1
    the problem with xsql:include-xsql reparse="yes" seems to go away.
    Really strange, since Oracle products in my experience normally only uses NLS_LANG, not LANG.
    Also, we're accessing several databases with different charactersets from the same ApacheJserv installation, so I don't understand why LANG (or NLS_LANG) should be set to a particular value.
    Can anybody explain ?
    -- Peter

  • How can I do an startup disk with DiskWarriori included?

    How can I do an startup disk with DiskWarrior included?
    I want to do it with System 9.2.2. for those days that apperas an ? in the disk... buf!
    I did one but the Mac didn't recognize it...
    Thanks

    xjulia...
    Remember what I said earlier? ""The tricky parts... Then install your wanted version of Mac OS 9""...
    Install is a key word here.
    Launch your latest Mac OS 9 CD and run the Installer targeting the mounted image. I prefer to do a minimum universal install from within the installer. Uncheck items of no use. If your CD is an older version of Mac OS 9, run the following version of an updater. Same can be done to update your utilities so long as there is a updater available for the utility.
    <hr width="300">
    Copying an already installed System Folder, is a bit to be desired, as you have tons of manual trashing (fixing, weeding, etc.) to do.
    <--OR-->
    Bootable CDs normally contain a copy protected System Folder that is equivalent to fooling around with mother nature. It unfortunately leaves you with many CD cake boxes of coasters in the process.
    <hr width="300">
    By the way— A mounted image gets refreshed in a funny way. Drag the mounted image to the trash and "chug-chug". Click on the [your named].img file and a fresh image gets mounted. Just keep an eye on both as you get the feel.
    ...Ron

  • Latest version of Window 7 FireFox came with malware including Unico browser and tons of other malware. Mac version seems to be fine. Has anyone else seen this?

    I have been using FireFox for awhile now on both a Mac and Windows 7 computer and have loved it. It has been updated to the latest version by your request many times in both formats with no problems; until now. The Windows computer just asked me to undate to version. I went directly to Mozilla.org and it had 'Firefox Setup Stub 37.0.1.exe. When I opened this, I immediately got a blast of more nasty malware and viruses than I had ever previously experienced. I deleted all those unwanted programs that had downloaded; removed all the malware and viruses. Firefox worked for a minute before all this different malware and pop-ups and viruses started again. I then repeated everything and also removed firefox and the PC worked fine with a different browser.
    I then tried a second time to a different Mozilla site that included US firefox in the website name and started over. Same thing happened again. These unwanted programs included Unico Browser and dozens of other that are very nasty. If you click on anything, they download a dozen other programs. If you go to control panel and remove them, they download 6 or eight new unwanted programs. I finally got all the malware, viruses and pop ups removed when I also removed Mozilla Firefox. I can only conclude that the latest version for Windows is corrupted. Any thought or recommendations? For now, I am back to using a different browser on the PC.

    Let's try this last thing:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from [https://www.mozilla.org mozilla.org] (or choose the download for your operating system and language from [https://www.mozilla.org/firefox/all/ this page]) and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (or open the Firefox menu [[Image:New Fx Menu]] and click the close button [[Image:Close 29]]).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->
    Please report back to say if this helped you!
    Thank you.

  • UIX: Problem with the include file

    Hello,
    I am totally lost here. I am trying to follow the example of including a code snippet in an uix file from the user guide at: http://download-west.oracle.com/otn_hosted_doc/jdeveloper/904preview/uixhelp/uixdevguide/includes.html
    The parent file that I have is as follows ( test.uix )
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:html="http://www.w3.org/TR/REC-html40" expressionLanguage="el">
    <content>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    <!-- Add DataProviders (<data> elements) here -->
    </provider>
    <contents>
    <document>
    <metaContainer>
    <!-- Set the page title -->
    <head title="test"/>
    </metaContainer>
    <contents>
    <body>
    <contents>
    <form name="form0">
    <contents>
    <pageLayout title="test">
    <corporateBranding>
    <image source="" destination="http://oracle.com"/>
    </corporateBranding>
    <productBranding>
    <image source="" destination="http://oracle.com"/>
    </productBranding>
    <tabs>
    <tabBar>
    <contents>
    <link text="tab1" destination=""/>
    </contents>
    </tabBar>
    </tabs>
    <pageHeader>
    <globalHeader>
    <contents>
    <link text="page header" destination=""/>
    </contents>
    </globalHeader>
    </pageHeader>
    <globalButtons>
    <include ctrl:node="testinclude"/>
    </globalButtons>
    <copyright>
    <styledText text="Copyright Oracle 2006"
    styleClass="OraCopyright"/>
    </copyright>
    <privacy>
    <link text="Privacy Statement" destination=""/>
    </privacy>
    <contents/>
    <pageButtons/>
    <start/>
    <end/>
    <about/>
    </pageLayout>
    </contents>
    </form>
    </contents>
    </body>
    </contents>
    </document>
    </contents>
    </dataScope>
    </content>
    <handlers>
    <!-- Add EventHandlers (<event> elements) here -->
    </handlers>
    </page>
    The include file that I have is as follows ( testinclude.uix )
    <?xml version="1.0" encoding="windows-1252"?>
    <globalButtonBar xmlns="http://xmlns.oracle.com/uix/ui">
    <contents>
    <globalButton text="first button"/>
    <globalButton text="second button"/>
    </contents>
    </globalButtonBar>
    When I try to compile the test.uix ( which is my parent file ) I get the following error message:
    Warning(45,59): test.uix: Parsing error, line 45, column 59: attributes in the namespace:http://xmlns.oracle.com/uix/ui are only allowed with the "data" expressionLanguage
    How can I resolve this ?
    This is what I am trying to do - and maybe there is a better way:
    I have an application with two tabs, each tab has two (or more) subTabs/PageHeaders. Each pageHeader has a sideNav with atleast three elements. Each of the element goes to a differnt page. So far I have managed to create a template for the tabs and the pageHeaders. I do the switch for the pageheaders using the switcher element with the tabSelectedIndex as my "case". However I could not figure out a way to do the switcher based on the tab and the page header selected ( two conditions ), hence I thought of writing an include file with the sideNav and including it in the code corresponding to the page headers ( the code that I have posted is a very simple globalButton include - this is the most simplest thing that I could think of to experiment )
    Thanks !

    Perhaps if you try like this
    <sideBar rendered="${uix.rootAttr.indiceTopo != -1}" width="220">
    <contents>
    <include rendered="${uix.rootAttr.indiceTopo == 0}"
    node="${ctrl:parsePage(uix,'/MeuAmbiente/menuMeuAmbiente')}"/>
    <include rendered="${uix.rootAttr.indiceTopo == 1}"
    node="${ctrl:parsePage(uix,'/Declaracao/menuDeclaracao')}"/>
    note , this include tag is inside one mainTemplate.uit and see the rendered atribute is passed by parameter to this template.
    As a metter of fact menuMeuAmbiente.uix is only the stiledlist tag and it's styledItens, i have one menu<Module>.uix for each superior tab
    I hope this helps;

  • How to find an EXIT with the Include name ?

    Hi everybody
    If i have an Include name (like ZXMLUU16) , how can i find the FM Exit or the program where this include is used ?
    (NOTE: If i use SE38 and 'Where used' option , this
           only tell me 'Include ZXMLUU16 not found in
           selected search area')
    Thanks
    Frank

    I don't think there is a way to find that out, particularly if the include is not yet created. Typical with function module user exits is that, even though you see the line INCLUDE ZXMLUU16 statement in the function module code, the include itself is not created yet. Only when you double click, you will be creating it and then your 'where-used' should work.
    You just have to go by a hunch based on the name itself. Unn is a typical naming convension used for function module includes. So, I will take a wild guess that this include is in a function module that is in the function group XMLU. So if you look at this program SAPLXMLU and do a 'Find' 'In main program', you will see that the statement is in EXIT_SAPLMLSP_030.

Maybe you are looking for

  • Using variables in the Query Designer

    Hi, I have 2 variables 'Z_COMP_CODE' and 'Z_BUS_AREA'. The type of 'Z_COMP_CODE' is single value ,customer exit and ready for input . The type of  'Z_BUS_AREA' is selection option,customer exit and not ready for input. I want the 2 variables to work

  • Lenovo ideapad Z710

    Hallo ich habe im Novenber 2014 das Laptop gekauft,jetzt ist das laptop laufend abgestürtzt.Und weil ich 100% Behindert binn hat mein freund aus versehen die HDD Komplett mit einem Festplattenprogramm gelöscht.das Lenovo Z710 Läuft mit win.8.1.jetzt

  • Error: Could not read reports properties.  java.lang.NullPointerException

    Hi All, I am facing Could not read reports properties. java.lang.NullPointerException while trying to run the report using below string String:_ /rcrmap2/weblogic/bea/ORA_PFRD/bin/rwrun module=/rcrmkr1/exe_dir/CA_PG1_T.rdf CUSTGRPID=''001139'' CANO=1

  • X800xt vga or 9800xt pro adc+dvi ?

    Hi Yesterday, I received a second hand X800XT that I plugged in my PowerMac (2x2GHz). First deception, it had a DVI and a VGA port, not a DVI+ADC as the 9600 I used to have until then. I worked a moment but never could get a DVI signal. I however got

  • How to converrt files on RAW devices in ASM to non ASM file system.

    Hi all, I have on  problem . Is that possible to migrate ASM  raw files system to non ASM file . If possible plzz describe them. If not also please tell y not? Thanks in addvance Regards Krishna