Help!!! The problem about the layout set

I have created my own layoutset for the navigation and set it.Here is the question, I navigate from the iview for which  i have created the layout set to a new page.there is a return link on the new iview,i click the link of return the Browser go back to the frist  iview but the layoutset i have set is gone. When return from the iview how can i keep the layoutset .
Any one know the answer please tell me ,  thx

Hi Mike,
Thank you very much for your help. I think itis better to choose another kind of smart sensor with rs232 I/O port. It is easier to connect the eight sensors to the eight bluetooth servers. The eight sensors are fixed on the different  bearing surfaces and rotate with the machine, it's difficult to use one turning adapter to connect them. So I have to use eight bluetooth servers to connect to the eight sensors.  
The key problem ishould I use 8 bluetooth servers or 1 bluetooth server or the bluetooth vi of labview  to receive the data from the other servers and how can I drive them. Just like question 3 and 4 following:
(3 key question)  I skimmed through the forum and noticed labview can support bluetooth. But I want to know that: If the bluetooth function of labview 8 can receive the data from the eight bluetooth servers on the machine  in the same time, how could I do? If not,
should I use the same kinds of eight bluetooth servers to receive the realtime data in the same time, which are connected to pc I/O ports(if they are enough), or just use only one server connected to pc to receive the data from the servers in the same time ?
(4 question) I noticed that the bluetooth servers should use drive software or programe. If necessary, how could I do for the eight servers on the machine and on the pc?

Similar Messages

  • Customize the layout set used when opening a folder in search result list?

    Hi,
    I have created a search result iView that uses a predefined search query to show a list of folders. If I click on a folder <i>(rnd:displayname(contentLink)</i>) its content is displayed in a new window. Here the layout set Consumer Explorer (default profile?) is used.
    I want to use a custom layout set in this window. How can I achieve this?
    Regards,
    Mario

    Hi Mario,
    here the answers:
    > <i>1. Develop an own UI Command where you can give
    > the LayoutSet as a parameter</i>.
    >
    > Do you know where I can find some code sample?
    You can either check the <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/Implementing%20Flexible%20UI%20One-Step-Screenflow.article">Implementing Flexible UI One-Step-Screenflow</a> tutorial by Thilo Brandt or search here on SDN for "UI Command implementation" examples.
    > <i>2. Create a Layout Profile with your own Layout
    > Set and define it as the Default Layout Profile.</i>
    >
    > How can I find out for which operations/standard
    > iViews in KM (copy, move, create link...) the default
    > layout is used to avoid surprises when changing the
    > default profile?
    Normally, as you can see in the above mentioned <a href="http://help.sap.com/saphelp_nw04/helpdata/en/25/59bb2eece725498427334e0e21b80c/content.htm">Priority of Settings</a>, whenever the KM Navigation component (com.sap.km.cm.navigation) is opened without a specific layout set the global default layout set is used. As you can give this parameters by different ways (as URL parameter, in the KM Navigation iView configuration, via OTH file definition, hardcoded or configured in the configuration of an UI Command, etc.) it is nearly impossible to find <b>all</b> situation where your users will get this default profile.
    The UI Commands (with selection) you mentioned like "copy","move","create_link" use the configured LayoutSet (ConsumerOnlyFolderSelector) from the KM Configuration (of the command).
    > <i>3. You can also create a Layout Profile and go to
    > the root folder(s) of the search on "Details" ->
    > "Settings" -> "Presentation" and select your profile
    > in the tab "Settings for all users".</i>
    >
    > I think it is to complex to change all existing KM
    > Navigation iViews to forced mode.
    >
    One idea would be to use the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/content.htm">Multiple Property Replacement</a> feature by SAP.
    > Can you give me a hint on the other possibilities you
    > want to publish?
    Of course. One other possibility I have in mind is to work with OTH files. You might also search here on SDN to see how to use them for setting the layout set for specific folder paths.
    Hope this helps,
    Robert

  • How to back up the layout sets?

    plzzzzzzzz answer my question,
    how to back up the layout sets?

    hi use
    RSTXSCRP to upload into application server
    SAPscript Export to Dataset / SAPscript Import from Dataset
    Description
    Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file.
    Note: Texts, styles, and forms are client-specific! For export they are always read from the current client and for import they are always read to the current client. Device types are not client-specific so the current client is not significant in the export/import of printer definitions.
    Important note: For language-dependent objects (that is, texts, styles, and forms) only those languages (or translations, foreign languages) are imported in the target system which are contained in the system's "language vector". This is the profile parameter "zcsa/installed_languages" of the application server. The report parameter "language vector" allows you to replace the standard language vector with your own vector when it is called.
    The transport log of RSTXSCRP outputs the language vector used for the export or import. If objects cannot be exported or imported because their language is not contained in the language vector of the source or target system, a corresponding message appears in the transport log.
    Requirements
    Styles and forms are made up of maintenance versions and active versions as well as foreign language versions (translations). When a style/form is exported only the active version of the style/form is exported. Maintenance versions are not transported. All existing translations of a style/form are also transported if their language is contained in the language vector.
    If a style/form is flagged as "Translation not applicable", only its original language will be exported. Importing a style or form such as this, which is not to be translated, automatically deletes any existing translations in the target system.
    In the case of text objects RSTXSCRP can transfer only standard texts (with text object key = TEXT) with text ID = ST and language key = logon language to or from the current client.
    Transporting a non-existent device type deletes the definition of this device type in the target system.
    Parameters to be specified:
    The radio buttons Device type/Form/Style/Standard text select the transport object to be imported or exported.
    Object name:  Name of the standard text, style, form, or device type.
    Mode: Export means download to file, IMPORT means upload from file.
    File system: Allows you to choose whether the file is read/written locally (GUI file system) or on the application server (default setting).
    File name: Path and file name of the file to be generated or read in the file system of the application server.  The name selected here must fulfill any requirements specified by the R/3 platform (UNIX, Windows NT, AS/400). "/tmp/*******&&&&" appears as a default value. It is only a template and not the actual file name! If the default value is not overwritten, "*******" is replaced by the first eight letters of the object name, and "&&&&" by the file extensions ".TXT", ".STY", ".FOR" or ".PRI".
    This parameter is not significant for local files and an input template appears for the local file name.
    Binary file format: If this parameter is selected, a binary file format with a fixed record length is written or required for reading. This file format is not compatible with a "non-binary format", that is files for which the parameter was set during writing can only be read with a set parameter. The binary files generated by RSTXSCRP are identified by the string "RSTX@" (ASCII code) at the beginning of the file.
    In binary format, the file contains an identifier indicating in which system character set the data was written. RSTXSCRP then performs a character set conversion from the file character set to the system character set of the current system when the file is imported. It is therefore possible to exchange files generated by RSTXSCRP between systems with different system character sets.
    Important restriction: You are advised to only use the character set conversion when exchanging files between two systems with an identical number of characters. If objects in the source system contain characters which are not contained in the system character set of the target system, they are represented by a substitute character when converted and their contents are therefore changed. The objects are imported under a modified key if non-translatable characters are part of the object key (for example, a text name with East European special characters).
    Display file contents: If this parameter is selected, the contents of the generated or read file are listed together with the transport log. Otherwise only the transport log is output.
    Language vector: If this parameter has a value (that is, one or more language keys), this report parameter is used as a language vector for exporting or importing the language-specific objects. The profile parameter "zcsa/installed_languages" is used as the default language vector.
    Only export original language: If this parameter is selected, only the original language for layout sets and styles is transported when exporting, and no translations.
    Output
    The report generates an action log of the import/export.
    Example
    In order to download the device type HPLJIIID from R/3 into the file "/tmp/HPLJIIID.PRI", enter the following parameters:
    Device type selected
    Object name: HPLJIIID
    File name: <no entry, use default value>
    Mode: EXPORT
    (Other report parameters have default value)
    In order to upload the form TESTFORM from the file "/usr/test/TESTFORM.FOR", enter the following parameters:
    Form selected
    Object name: TESTFORM
    File name: /usr/test/TESTFORM.FOR
    Mode: IMPORT
    reward if u find use ful
    regards
    Nagesh.Paruchuri

  • How to change the layout set for Search Results

    Hi gurus.
    I’m developing a search component for KM Search iView, and as a requirement the layout must change dynamically to display the search results.  How do I get this to happen?
    public SearchParamsMap getSearchParamsMap() {
         SearchParamsMap m = new SearchParamsMap();
              try {
              IQueryEntryList list =                   this.createQuery();
                   m.put(SearchParamConst.PARAM_SEARCH_QUERY_ENTRIES,                list);
              } catch (WcmException e) {
                   e.printStackTrace();
              m.put(
                   SearchParamConst.PARAM_SEARCH_IN,
                   SearchParamConst.SEARCH_FROM_FOLDER);
              m.put(SearchParamConst.PARAM_SEARCH_FOLDER, path);
              return m;
    private IQueryEntryList createQuery() throws WcmException {
              Hashtable searchParameters = new Hashtable();
              searchParameters.put(
                   SearchParamConst.PARAM_ITEMS_SELECTION,
                   SearchParamConst.ITEM_ONLY_DOCS);
              searchParameters.put(
                   SearchParamConst.RESULT_LAYOUT_SET,
                   "Sed_Comunicados");
              SearchQueryListBuilder sqb =
                   new SearchQueryListBuilder(searchParameters);
              IQueryEntryList qel = sqb.buildSearchQueryList();
              return qel;
    In the createQuery() method, code searchParameters.put(
                   SearchParamConst.RESULT_LAYOUT_SET,
                   "Sed_Comunicados"); is not working.  Also, where do I find the documentation for Class SearchParamConst?

    I have the same question.  Any help will be greatly appreciated.

  • Help! problem about jstl sql with "LIKE?" in query

    Hi All,
    I have a problem about getting data by using "LIKE" in my sql statment.
    here is my case:
    <sql:query var="tmp">
    SELECT ...... FROM ...
    WHERE a LIKE ?
    <sql:param value="%${param.a}%"/>
    </sql:query>
    Once I used "LIKE" keyword, the query failed to use this critica.
    and couldn't find any match cases
    thx or help
    Micheal

    besides, i found that:
    this works:
    "AND a.block LIKE '%' + 'a' + '%'"
    but these don't work:
    "AND a.block LIKE '%' + 'a' + '' + '%'"
    or
    "AND a.block LIKE '' + '%' + 'cp' + '%'"
    or
    "AND a.block LIKE '%' + 'cp' + '%' + ''"
    it seems '' is the casue of error... so strange, anyone has idea?
    micheal

  • HELP! Problems retaining content & layouts b/w sessions.

    I prepared a layout, upload content for a meeting back on July 21st,
    Then, on July 29th I changed the layout and content and ran a different meeting
    Today, when I logged in to update my content from July 29th I found all my changes were gone and the meeting space had reverted BACK to what I had on July 21st instead of having retained my changed made on July 29th.
    I lost all my work - why?  When I look at "uploaded content' I can see what I uploaded is there, but for some reason the layout and use of the content did not.
    Please advise!

    Was this issue ever resolved?

  • Its Urgent   How 2  Customized the Layout set LE_SHP_DELNOTE

    Hello Experts,
    as 'm new for smartform development will anyone  suggest me how  to customize smartform such as SAP defined form LE_SHP_DELNOTE in Delivery note. as it's SAP defined form so how can one customize it ..
    plz Help me its too urgent for me to have solution on it.
    Kind Regards..
    A v i

    Hi Avi,,,
    1)    Go to transaction Smartforms
    2)    Put the form name LE_SHP_DELNOTE
    3)    Copy the FORM , give ZLE_SHP_DELNOTE
           Then make the changes as Required.
    Regards
    Avi...

  • Abap/4 commands link the layout set

    hi,
    what are the abap/4 commands that  link to a layout set

    hi,
    what are the abap/4 commands that  link to a layout set

  • How can I show the number of version of document in the layout set iview?

    I have enabled the version of KM folder.
    I add the "rnd:icon,rnd:displayname(contentLink+rnd:action,contentlength,col:rating,rnd:collaborationstatus,modified,enhancedcollection,rnd:numberOfDocs" in document properties, but I would like to show the number of version.
    What is the property name of version number?
    Thank you for every answering,

    Hi Boonma,
    Pls refer to the http://forums.sdn.sap.com/thread.jspa?threadID=37904 thread.
    Thanks
    Prasad

  • PLEASE HELP ME, Problems with airport/network set up all of a sudden.

    Ok here goes. Saturday Aug. 19 I was on the internet, everythings fine. Then all of a sudden my airport drops/disconnects. I went into assistant, internet connect, preferences and so on. My computer tells me in Network Diagnostics that the airport is green, airport settings is green, network setting is green, isp is green, but internet and server are red. Ive messed around with it to no prevail, in fact I believe I think I have made it worse. Now only the airport is green. I have know idea. My roommate also has an Apple and his wireless/airport is fine, nothings changed. As I have "messed" with it, I have come across a section where it tells me my internet set up/preferences or something has been changed by another application, if that makes any sense. This is not so much a problem as it is a hassel. Now I must sit at the coffee table to get on the internet.
    Is there a way to start over or is this a serious problem needing an Apple store tec? Can someone walk me through what I need to do to fix this, as I have no idea what Im doing.
    If there is any more information needed... Please ask.

    No the password isn't your apple id password.
    You encrypted your backup with a password, if you don't remember the password, then i'm sorry you won't be able to use it.

  • Problem while copying layout set

    Hi,
        Can anyone please solve my probelm.
    I have two clents Ct3(330) and Ct2(330).
    in CT3(330) one layoutset is there called "Z_MEDRUCK_11120" is tehre inEnglish, German and Polish laguages.
    But in CT3(330)  "Z_MEDRUCK_11120" only having English, German  languages but polish language related layoutset is not there.
    My problem is i wanted to copy Z_MEDRUCK_11120 polish layout from ct3(330) to ct2(330). is there any procedure to copy the layoutset in cross client.
    Regards,
    Koti Reddy

    Hi Koti garu ,,
    you saying that system diffrent ....do you mean Servers diffrent right .... try to transport that script from one system to another system throught  se09.
    and in  your requriment need in polish lang. also mean you have to ask to Functional people and TL to add new lang. in system..
    ....  If script is in $tmp (local object ),, go and change in RSWBO052 -Program and add package to that script.
    From ,,
    B.Madhu sudhan reddy .
    Abap - cons..(Mumbai)

  • Help, strange problem about SOAP receiver adapter

    Hi XI guru,
    Secnario as following:
    ABAP proxy -> XI -> SOAP receiver
    I am using SOAP receiver to send data to legacy system. It looks good in sxmb_moni, so we go to RWB, I see the following error:
    <b>2007-08-13 13:48:53 Success SOAP: continuing to response message df934151-4960-11dc-a195-0015c5f7cd3b
    2007-08-13 13:48:53 Error SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    2007-08-13 13:48:53 Success SOAP: sending a delivery error ack ...
    2007-08-13 13:48:53 Success SOAP: sent a delivery error ack
    2007-08-13 13:48:53 Error MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    2007-08-13 13:48:53 Error Exception caught by adapter framework: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    2007-08-13 13:48:53 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0.
    2007-08-13 13:48:53 Success The asynchronous message was successfully scheduled to be delivered at Mon Aug 13 13:53:53 CST 2007.</b>
    So I use XMLSpy to simulate XI to send SOAP request to legacy system, it works fine.In XI, I use WSDL file which legacy system provided to build the mapping, so I think it should be fine. Please comments, thank you for your time.

    Hi
    For receiver webservice you need to configure a receiver soap adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm
    Check this blog:
    /people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    Check out these threads..
    RFC -> XI -> External web service
    How to resolve this RFC_adapter_sender to SOAP_adapter_receiver Exception?
    Why getting "DeliveryExcetion" in SOAP->XI->RFC scenario?
    You may refer these fallowing weblogs
    /people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    Pls reward if useful

  • Help: A problem about auto-zoom

    My adobe reader is version 8. When I read some pdf files, the hand icon becomes a hand with an arrow downwards. If I click the left key of mouse, the file will be automatic zoomed in. It bothers me very much!
    Please could anyone tell me how to resolve this problem?
    Thanks a lot!

    Check in the Reader preferences (Edit>Preferences). In 9 you can find it in general preferences. Might be different in 8.

  • [help]a problem about dbx/attach a tuxedo service

    I attempted to trace a Tuxedo service process via dbx/attach command:
    attach nnnnwhen I attached dbx to the service PID, the service process is stopped somewhere outside my service program:
    (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) where
    current thread: t@1
    =>[1] __systemcall(0xffbfeda8, 0x31, 0x2, 0x10540c, 0x2cc0e8, 0x641dc), at 0xfe120080
      [2] _libc_msgrcv(0x10540c, 0x2cc0e8, 0x641dc, 0xc0000000, 0x0, 0x2ec), at 0xfe117928
      [3] msgrcv(0x10540c, 0x2cc0e8, 0x641dc, 0xc0000000, 0x0, 0x0), at 0xfe45dc40
      [4] _tmmbrecvm(0x0, 0xbdb0c, 0x2, 0xa, 0x0, 0x7), at 0xfe59b658
      [5] _tmmsgrcv(0xfffffffc, 0xfe5fdaa8, 0x0, 0xffff, 0xbf800, 0xb76c8), at 0xfe4bc1d0
      [6] _tmrcvrq(0xae608, 0xffbff38c, 0x22, 0x10000000, 0x1000, 0xc0000000), at 0xfe4f9738
      [7] _tmrunserver(0x0, 0x1400, 0x0, 0xfe5fdaa8, 0x0, 0xb76c8), at 0xfe4fe418
      [8] _tmstartserver(0x15, 0x1c00, 0x8b160, 0xae608, 0x0, 0x8af88), at 0xfe4d7530
      [9] main(0x15, 0xffbff4bc, 0xffbff514, 0x8b000, 0x0, 0x0), at 0x238f8However, I can not resume the service process either. when I use cont command, the dbx seems to stop there with no input prompt.
    Has anyone debug a tuxedo serive in SunOS using dbx?How can I resume the server process If I want to print the local variables?Thank you in advance!
    Edited by: angeloyu on Sep 16, 2008 8:02 PM

    angeloyu wrote:
    I attempted to trace a Tuxedo service process via dbx/attach command:
    attach nnnnwhen I attached dbx to the service PID, the service process is stopped somewhere outside my service program:
    (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) where
    current thread: t@1
    [9] main(0x15, 0xffbff4bc, 0xffbff514, 0x8b000, 0x0, 0x0), at 0x238f8
    Judging by WS6U2 above, I assume you are using dbx 6.2, which is very, very old. Unless you need it to work on similarly old Solaris, please consider upgrading to Sun Studio 11 (supports Solaris 8) or Sun Studio 12 (supports Solaris 9+). Both are free and contain many improvements.
    angeloyu wrote:
    However, I can not resume the service process either. when I use cont command, the dbx seems to stop there with no input prompt.That's kind of expected behavior from the debugger - it resumes debuggee and sits there until debuggee generates some event (like hitting breakpoint or receiving a signal). Once dbx gets notified of this event, it presents details to the user and provides input prompt.
    Did you put any breakpoints in (with stop command)? You'll also need to make sure breakpoint is reached by that service you are debugging.
    Anyways, if all you need is to trace the service, it might be easier to use truss(1) command like this:
    $ truss -p `pgrep Tuxedo`

  • How to get the layout field setting from the oo ALV

    Hi:
        My user want me to save the data to the email attachment when he change the alv layout.
        For example there are 10 fields in a alv report ,and the user change the layout setting to 5 fields,I need to know which field is he need first, how can I get it ?
        Pls help me ,thanks a lot !

    Hello Jerry
    When you call method go_grid->GET_FRONTEND_FIELDCATALOG you can retrieve the current layout of the ALV list.
    LVC_S_FCAT-COL_POS = Position of column
    LVC_S_FCAT-NO_OUT = 'X' = not visible
    LVC_S_FCAT-TECH = 'X' = technical column, neither visible nor selectable
    Regards
      Uwe

Maybe you are looking for

  • Powerbook G4 15in 1.67ghz

    we have been having a number of problems with this computer first is when charcher is pluged in it turns green then the orange color and say (Calculating...) but doesnt change the other problem is the mother board stoped working so i did the bake tri

  • Trying to improve my "g" network?

    I am currently running a seemingly good "g" network with Buffalo Airstations (one base and two separate "bridges" connected via ethernet to Directv DVR for on demand and also to Xbox 360). I can use my laptop upstairs and connect to my desktop in the

  • De-install an empty oracle home

    Resolved OS is unix AIX and db is 10gr2 rgds alan Message was edited by: alanm

  • Printing Reports to Dot-Matrix Printer

    I have a customer that is trying to print a report to my company's dot-matrix printer and we keep seeing a "bold/unbold" command (7B, OB) where we should be getting actual bolded text. Is there anyone who has experience printing Oracle reports to a s

  • Audio length column in Bridge CS4?

    Is there a way to display the length of audio in Bridge? The Media Browser in PP is of no help--there are even less metadata options there. Thx.