Web BPS Interface otr text

Dear All,
In a web bps interface that I've got in my system.There's the following script implemented on a text component.
Could you let me where I can find the element corresponding to this :
document.write ( ' <b><%=otr(ZBPS/001)%></b>' );
Thanks a lot,
<script type="text/javascript">
function fPossible()
document.write ( '<a href="#1" onclick="top.window.close(); bspSubmit(\'Function_button_Assigned2\'); return false;" class="sapBtnStd"; return true; title="">' );
document.write ( ' <nobr>' );
document.write ( ' <%=otr(ZBPS/001)%>' );
document.write ( ' </nobr>' );
document.write ( '</a>' );
document.write ( '</BR>' );
document.write ( '</BR>' );
document.write ( ' <TABLE width="650px" border="2" padding="8" text-align="center">' );
document.write ( '  <TR text-align="center">' );
document.write ( '   <TD text-align="center">' );
document.write ( '    <A><%=otr(ZBPS/002)%></A>' );
document.write ( '   </TD>' );
document.write ( ' </TR>' );
document.write ( '</TABLE>' );
fPossible()
</SCRIPT>

Hi,
Go to transaction bps_wb
Click on Goto/ OTR /OTR entries
Select your package ZBPS.
Hope this answers your question.
David Thoumieux

Similar Messages

  • How to integrate BW report in WEB BPS interface ?

    Dear All,
    Could you let me know how to integrate a bw report in a web bps interface ?
    I would like to give users the possibility to clic on a button to display a bw report.
    many Thanks

    Hi,
    You might wanna check out https://websmp107.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071154&_SCENARIO=01100035870000000202
    or alternatively, log into service.sap.com and under HOME tab, look at SAP NETWEAVER > SAP NETWEAVER 2004 - release specific info > How-to guides
    Hope this helps.
    Gimmo

  • How to create a OTR Text in Web Dynpro ?

    Hi All,
    Please help, How to create a OTR Text in Web Dynpro ?
    Urgent.
    Thanks in advance.
    Kaleem.

    Hi Kaleemullah,
    To create OTR Text, T-Code is SOTR_EDIT. If you run this transaction then one screen will appear. There you can choose Long Text or Short Text based on your
    Text. You can choose language also. In Text field you can enter your text. You can put WDYV in your Object Type field. In Text block Length can be increased to 25 as it may be problem if language conversion of Text happens. You must fill your package field and save the OTR.
    I hope you can be able to create OTR Text now.
    Best Regards,
    bansidhar

  • Debug BPS web application interface

    DEar All,
    Would you please let me know how to active a debug in a BPS web applicatin interface.
    I heard that something could be done under transaction se80, but what ?
    Many thanks for your big help !

    Hi,
    Here are the steps for activating the debugging,
    The <b>B</b>usiness <b>S</b>erver <b>P</b>age name is same as the name of the web interface
    Goto SE80 on the left side dropdown select BSP application and give the name of the BSP = interface name.
    Click on utilities->settings select tab ABAP Editor. Within this there are 4 tabs select the last one named Debugging. Select the check box named Actv and key ur user name (it should default to it). Hit Ok.This step is little diff depending on the WAS version.
    Click the display icon on the left side this will display the componenets of BSP. In the tree open the node Pages with Flow logic. There will be a component called PM_PAGE.HTM double click on it. Click on a line that's executable (blue) and then click on the STOP button on the application toolbar.
    This should do the job. let me know if you need more information
    thanks

  • WRT54G V6.0 Web Based Interface Issue

    I'm trying to setup a WRT54G. I ran the SetupWizard which didn't work.
    I can access the Web Based Interface at 192.168.1.1 , but when it appears (after putting in the admin password), the page doesn't properly load. The colors and some text comes up, but all of the tabs, buttons and links are missing (including the Save Settings button). I can't get to Administration page to restore the factory defaults or upgrade the firmware.
    I've tried the pressing the reset button for 30 seconds about 100 times so far, and nothing has worked. I've tried this on 3 different computers, and my other 2 WRT54G's run properly on all of these computers.
    I bought the router about 2 years ago and I just opened the box today.
    What fixes are available?
    Thanks in advance.
    Solved!
    Go to Solution.

    If you are not able to see any Tab on your router setup page, If you have any Firewall or Antivirus  installed on your computer you may disable it and then try to Login to your Router Setup page and check if you are able to see any Tabs on Routers GUI. If still not then Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable.
    If you still face the same problem, Connect your other computer to the Router and try to access the router setup page and check if you are able to see any tabs on the router setup page. If stil the same problem on the 2nd computer then you need to Upgrade the firmware of your Router using TFTP tool. 
    First you need to Download 1.67 MB the Latest Firmware of your router. 
    TFTP tool which you can Download 44.3 KB (It will be named as BEFW11S4-v2_SetupWizard) 
     Double click the tftp.exe file and click run :
    For Server- Enter the IP Address of the router that you assigned.  By default, the router is 192.168.1.1...
    For Password- Enter the password you assigned the router. By default, the router’s password is “admin”.
    For File- Click the triple “…” button and browse for the .bin firmware file...
    Click Upgrade button to start upgrading.  A progress bar should show up to show the progress.
    Once the Upgrade is done press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now Check if you are able to Login to your Routers GUI and able to see the Tabs on it. 

  • How to use OTR Text!

    Hi gurus,
    I am using the CRM Survey Suite to create a Survey form.
    I am supposed to create a PBO through which the OTR Texts will be displayed based on conditional checks.
    I have also created the OTR Texts via transaction Sotr_edit and  I am able to retrieve them via FM sotr_get_concept.
    Pl. let me know how I can show them on the web page, i.e. my survey form.
    I have searched and found that they can be used readily in BSP but how to use them in a Survey Form.
    Regards
    Atul

    Hello
    I am not sure whether we can assign it at the screen properties level. But you can do one thing, call the FM SOTR_READ_TEXT_WITH_KEY by passing the context of the SOTR you want to read and get the text associated back in the ENTRY structure.
    You can have a I/O field which is output only on the screen. And in the program you can assign the OTR text to this I/O field so that the OTR text will be displayed.
    Regards
    Ranganath

  • Multi line tool tip / OTR text

    Hello experts,
    do you know a possibility to apply a multi-line tool tip to a ui element in abap web dynpro ?
    The OTR compresses multiple lines to one long line...
    Thanks in advance.

    Hi,
    I realize this is a very old thread, but in case others, like myself, finds it, here's a simple fix for this. In the OTR text add a constant for the desired linefeed - for example "\n":
    Alias ZPACKAGE/ALIAS: Line 1\nLine 2
    * Generate tooltip text
    DATA:
      lo_el_ui TYPE REF TO if_wd_context_element,
      lv_tooltip TYPE string.
    lv_tooltip = cl_wd_utilities=>get_otr_text_by_alias( 'ZPACKAGE/ALIAS' ).
    REPLACE ALL OCCURRENCES OF '\n' IN lv_tooltip WITH cl_abap_char_utilities=>newline.
    lo_el_ui->set_attribute( name = 'TOOLTIP' value = lv_tooltip ).
    The same technique can be used for tabulators (using constant
    cl_abap_char_utilities=>horizontal_tab), however, there's no guarantee how this will presented in the browser.
    Best regards,
    Jacob Laursen

  • Access multiple OTR texts at once

    Hi,
    I need to access multiple OTR texts in my Web Dynpro view at once,I know the method CL_WD_UTILITIES=>GET_OTR_TEXT_BY_ALIAS will retrieve one OTR text when alias is provided.
    I need to pass multiple aliases to retrieve their respective OTR texts.
    Can any one let me know how to get this done?
    Thanks.
    Regards,
    Salma

    Get all the OTR texts by passing all the alias...
    I don't think we can get all the OTR texts by passing all the alias one time..If we does want all the texts, i think we can only use the Internal table..For example:
    Loop at lt_table into ls_table.
       CL_WD_UTILITIES=>GET_OTR_TEXT_BY_ALIAS( ls_table-alias ).
    Endloop.
    So sorry for my Joke..._..
    Best wishes..

  • Web Services Interface to AS400 for Automatic Bill Payment

    We need the ability via our UCCX 7.01 SR5 environment to allow customers to call in via IVR and make a payment to our billing system which runs on our AS400.  We would prefer to use a web services interface.  I'm comfortable with basic scripting but have a feeling this will require more advanced scripting then what I'm comfortable doing.  I'd first like to know if interfacing with an AS400 is possible without having to purchase anything else and if so what would be required?  Nuance license, etc?

    Tim,
         This could get very complex very quickly depending on what you are wanting to do.  You will likely need at a minimum some sort of Text-to-Speech(TTS) and Advanced-Speech-Recognition(ASR) server as well as the requsite licenses for your UCCX box.  Once you get this setup and licensed the real fun begins.  You'll need to record the various prompts and work with a vendor to create the necessary scripting.  While I'm sure UCCX can do this through various scripts it's not a easy thing to do.  You'll definately need to look into the licensing aspects of this from a UCCX side and then the time and money from a scripting point of view.  If you reference the scripting guides for your release of UCCX I think you'll find the starter scripts you need there.  Hopefully this helps you in the right direction, please let me know if there are other questions you have that I can help you with.

  • SG 300 web admin interface does not display properly

    Went to log into the web admin interface on my SG-300 today and I get this in both IE and Firefox:
    I'm not able to login by typing user/password and just pressing enter. I've tried power-cycling the switch, and this didn't help, however, since the power cycle, the font-panel system LED has been blinking green. I seem to recall, though I can't locate the reference now, that this means the switch is running with factory settings, but that cannot be right because:
    1. I had previously saved a new configuration on the switch, which it should be using now.
    2. It is answering on the configured non-factory IP address -- just not rendering the web admin interface successfully.
    I've had this unit for approximately a month. This is not the first issue I have had with this unit (see:
    https://supportforums.cisco.com/message/3486734) and I'm experiencing some strange LAN speed issues since I installed it. Do I need to RMA this thing?

    Hi Lamont
    There was a issue and work around for a issue with IE in the release notes, it may be relevant to you.
    http://www.cisco.com/en/US/docs/switches/lan/csbms/sf30x_sg30x/release_notes/Sx200-Sx300_R1.1.1.8.pdf
    Problem: Some WEB GUI pages require full version compatibility of JRE, Browser and JRE-Browser applets. For XML compatibility reasons, MSXML DLL Version 6 is required for IE browser users.
    Solution: For download and installation please refer the following link: www.microsoft.com/downloads/details.aspx?FamilyID=993C0BCF-3BCF-4009-
    BE21-27E85E1857B1&displaylang=en
    This may or may not be relevant to you.  I would like to think that you are using 1.1.1.8 ?
    If you really are experiencing some weird problems , why not get the product verified by the Good folk at the Small Business Support Center.
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    Regards Dave

  • MS Word Web Service Interface: bad format of date and currency fields

    Hi,
    I am using MS Word Web Service interface to create contract documents. However, my date and currency fields show in a strange format. Date is in"YYYY-MM-DD" format, while currencies always have "." as decimal separator (probably technical values). My user settings are "DD.MM.YYYY" for dates and "n.nnn,dd" for decimal numbers.
    My workaround is to create a Z structure for WS interface with char fields and then do conversion through CRM_WST_RT_BADI->OUTBOUND_PROCESSING method. This works, but requires a lot of custom development.
    Is there a way to "tell" the interface to use correct formats in MS Word without doing it all manually through custom fields?
    Thanks!
    KR,
    Igor

    Oh, indeed!
    We might be closer than you think - I live close to Croatian-Slovenian border so we might pop out for a drink! But we can discuss this out of forum... 
    Now work again:
    Is there any documentation on possible formatting keywords? I suppose it's possible to set up decimal places, custom date formats etc.
    Cheers,
    Igor

  • How to use OTR text in normal ABAP UI (Not in webdynpro)

    Hello ,
    I hav a requirement to assign an OTR text to a UI element in ABAP screen. How can we do that...?
    I tried the syntax $OTR:<pkgname>/<aliasname> in the properties tab of the UI element,
    But on executinf the screen am gewtting the syntax itself as tooltip....
    Please give some inputs...
    Linda.

    Hello
    I am not sure whether we can assign it at the screen properties level. But you can do one thing, call the FM SOTR_READ_TEXT_WITH_KEY by passing the context of the SOTR you want to read and get the text associated back in the ENTRY structure.
    You can have a I/O field which is output only on the screen. And in the program you can assign the OTR text to this I/O field so that the OTR text will be displayed.
    Regards
    Ranganath

  • OTR text not displayed correctly

    Hi,
    I have view in which there are 3 tables with 3 colums each.
    All the data binding etc is fine and it is displayed correctly in the portal.
    My issue is with the OTR texts maintained. The text for column headings in the table is binded with the OTR texts (created through transaction sotr_edit) $OTR:<package>/<alias> in properties value field.
    We have an option to change the language in the portal. So when a language is selected, the texts for these column heading is displayed in the corresponding language selected.
    But for some langauges selected, the texts show some random language instead of the one selected.
    Any idea on how this can be corrected.

    Thanks for the reply Thomas.
    And sorry for delayed reply.
    I could see that the binding of the OTR was not correctly done with the texts.
    After i made the changes, the languages were displayed correctly.
    My concern here is that i have made the changes as this is a custom development and the issue was solved.
    But this same issue is seen in a standard component where the text was not displayed in the language selected and this issue is coming only for the users assigned to a particular role. And for all others, the texts are displayed with the language selected.
    Any inputs on this would be helpful.
    Thanks.

  • Change to OTR Text in Title changes UI look and feel

    We are running:
    ECC 6 EhP3
    NW7
    LSO 603
    We were asked to change the title of
    Package:  LSO_FRONTEND
    Alias: LSO_FRONTEND/ACTIVITIES
    When I tried to change it in the OTR it allowed the change but removed the tray around the title in the portal screen. 
    We do not have the most current version of R3trans Transport Program.  The version we use is Release 700 May 3, 2009.
    What is the process to correct the loss of the UI elements?
    Points will be awarded for instructions to correct the problem.
    Thanks,
    D. Maupin

    The following SAP Notes have been reviewed and none of these solutions worked:
    NOTE               Title                                                                             Date
    1247020            OTR: Texts are not transported                                      4/08/09
    575367              Text changes are not transported                                   9/24/08
    1102260            UI element texts are not transported                               10/11/07
    997513              Changed UI element texts are not transported                 11/13/06

  • A problem with initiating a BPEL process through its web service interface

    hi,
    i am trying to initiate the helloWorld BPEL process through its web service interface. i use a proxy class that i wrote and i use it from J#.net.
    this is the relevant code part:
    hello.HelloWorldBinding wsProxy = new hello.HelloWorldBinding();
    wsProxy.initiate("Hello");
    and the server shows the following message:
    ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.
    engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: Cannot
    decode properties.
    The process domain was unable to decode the properties for message guid 10, whic
    h are stored in column String index out of range: 3094; the exception reported i
    s: {2}.
    sql statement: SELECT conv_id, message_guid, domain_ref, process_id, revision_ta
    g, operation_name, receive_date, state, priority, properties FROM invoke_message
    WHERE message_guid = ?
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:152)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseSche
    duledWorker.java:70)
    at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java
    :86)
    at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDriven
    BeanInvocation.java:123)
    at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome
    .java:755)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    928)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    <2006-05-10 21:21:15,171> <ERROR> <default.collaxa.cube.engine.data> <BaseDeliveryPersistenceAdaptor::loadInvokeMetaDa
    java.lang.StringIndexOutOfBoundsException: String index out of range: 3094
    at java.lang.String.substring(String.java:1441)
    at com.collaxa.common.util.LVDecoder.decodeElement(LVDecoder.java:152)
    at com.collaxa.common.util.LVDecoder.decodeToMap(LVDecoder.java:45)
    at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.loadInvokeMetaData(BaseDeliveryPersi
    r.java:2186)
    at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.__loadInvoke(BaseDeliveryPersistence
    :2112)
    at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.loadInvoke(BaseDeliveryPersistenceAd
    079)
    at com.collaxa.cube.engine.data.DeliveryPersistenceMgr.loadInvoke(DeliveryPersistenceMgr.java:357)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:465)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:335)
    at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBe
    java:1796)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHa
    7)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
    at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
    at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
    at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    what is the problem? how come i can't initiate the process?
    i will be happy if i could get help..
    thanks in advance

    can you initate the process from the bpel console successfully?
    if so can you use obtunnel from the installation to trace the soap message (that goes over the wire), my best guess in this case is a problem with a header (holding the wsa information) ..
    after starting obtunnel it will liesten to a custom port, and will forward the request to the engine, so you need to point your client to this new port..
    hth clemens

Maybe you are looking for

  • How to set default codepage in PI 7.0 for repository datatypes

    Hi when creating a "data type" in PI 7.0 repository it sets the codepage to ISO-8859-1. Where does it get that from and how can we change it? Thx for your help

  • Insufficient memory iphone backup

    I am facing a insufficient memory on C drive during iphone backup on iTunes. I understand I can store files on D drive, but while backup phone detail, iTunes still use the C drive for storage. I only have 5G free memory on C drive. What to do? Thanks

  • Making Sharepoint 2013 apps configurable

    Hi, We have created a sharepoint provider hosted app which adds a custom action to all the documents in the document library. Once the user clicks the action, sharepoint redirects the user to our existing product (running on apache tomcat). Our produ

  • New Hiphop/Rap/R&B Playlist ! Looking for feedback/followers

    Just created my first public playlist! Added it on to my website (www.questionnoir.com/pressplay)  Would love to hear what the spotify community has to say about it!  Any feedback is greatly appreciated!Any suggestions to add on some more music? Hows

  • N95 - cannot send email

    I had a private mailaccount installed on my N95, when I installed Mail for Exchange. If I send an email it would use my private email account, and not m4e. So, I uninstalled my private mail, and now I can´t send mail at all. It says (translated from