SAP ME SDK 2.0 : Browse functionality in custom UI.

Dear Experts,
I am new to the SAP ME SDK developement.
I need to create a UI which has browse functionality like we have in activity maintainance and other places..
I am struggling to get it.
I know the steps to create custom UI in ME using SDK 2.0 and I am looking for some help in writing Servlet code to get this browse functionality.
Any help is appreciated.
Regards,
Nitya

Hello,
From your description it looks like the SAP ME web services are configured correctly on NW side.
The problem is most likely in SAPMEINT/MII configuration. Because the authentication properties for SAP ME web services are not configured in the transaction directly.
These properties are configured in MII Administration Menu -> Security Services -> Credential Editor. The name is SAPMEINT_ME_AUTH
Thanks
Ivan

Similar Messages

  • Regarding SAP NW SDK,

    Hi Gurus,
    I have requirement like , Non SAP System ( VB.Net ) need to call the SAP sytem through a particular DLL and get the result from the SAP. I have Downloaded the SAP NW SDK 7.1
    1) Now should i unzip this SDK on the SAP side or the Non SAP side.
    2) Now where should I code the C++ Programs, should i use any external compilers.
    I am totally confused, please get me the right direction to achieve this requirement.
    Regards
    Vikranth

    Sounds to me like you are in a completely wrong forum. Note that the header of this forum says;
    This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages).
    I believe you will have to find the appropriate SAP product forum and ask there.
    Ludek

  • Browse functionality in POD Plugin not working?

    I played around a bit with POD plugins and the browse functionality that is supported there
    It's working to the extend that I have a field with a browse button that opens a dialgue with the browse results. But when I choose an entry and close the dialgue the value is not written back into the browse field
    But they seem to be still connected since when I write a few letters into the browse field they act as filter for the browse result
    The field has a getter and a setter (but the later will not be called after closing the browse dialogue)
    The field is defined like this in the JSP of the plugin:
    <ls:inputField facet="content" id="OPERATION" name="OPERATION_CUSTOM"
         fieldHelpPressInfoEnabled="true"
         fieldHelpPressInfoClientAction="submit"
         fieldHelpPressInfoResponseData="delta"
         fieldHelpPressInfoParameters="#"
         fieldHelp="F4LOOKUP" showHelpButton="true"
         actionListener="#{customLotHoldPlugin.browseActionListener}"
         value="#{customLotHoldPlugin.operation}">
         <f:attribute name="browseable" value="true" />
         <f:attribute name="browseId" value="OPERATION_CUSTOM" />
         <f:attribute name="browseCustom" value="custom" />
         <f:attribute name="browseSelectionModel" value="single" />
         <f:attribute name="browseCallBack" value="customLotHoldPlugin.processOperationCallback"/>
    </ls:inputField>
    I also tried to use a callback function and maybe set the value manually. But I can't find the chosen value anywhere in the context
    Another question would be what kind of legacy browses are supported. The manual doesn't really help here much.
    What we would need would be a browse for shop order (I already found SHOP_ORDER with browseCustom set to "standard" for this one) and hold codes for a custom lot hold plugin
    Thanks,
    Anton

    Anton,
    I have written a test plugin and was having the same problem you have encountered.  I was finally able to get it working.  The important part is to extend from the BasePodPlugin class and to implement the BrowseSelectionEventListener.  In the constructor make sure to add the listener.  In the JSP file, make sure the id starts with an upper case letter.  The id is used to construct the set method that will be called.  It appends the first character of the id to "set" and the the rest of the characters in the id are converted to lower case and appended to the end.  So id=OPERATION will create a method name of "setOperation".
    This is my java class:
    import com.sap.me.wpmf.BrowseSelectionEventListener;
    import com.sap.me.production.podclient.BasePodPlugin;
    public class TestBrowsePlugin extends BasePodPlugin implements BrowseSelectionEventListener {
        private static final long serialVersionUID = 1L;
        private String operationText = null;
        public TestBrowsePlugin() {
            super();
            getPluginEventManager().addPluginListeners(this.getClass());
        public void setOperation(String operation) {
            setOperationText(operation);
        public String getOperationText() {
            return operationText;
        public void setOperationText(String operationText) {
            this.operationText = operationText.toUpperCase();
    This is my browse definition in the jsp file:
    <ls:inputField facet="content" id="Operation" name="OPERATION" upperCase="true" width="200px"
                   containerWidthSet="true" showHelpButton="true" fieldHelp="F4LOOKUP"
                   fieldHelpPressInfoEnabled="true" fieldHelpPressInfoClientAction="submit"
                   fieldHelpPressInfoResponseData="delta"
                   fieldHelpPressInfoParameters="#"
                   actionListener="#{testBrowsePlugin.browseActionListener}"
                   value="#{testBrowsePlugin.operationText}">
        <f:attribute name="browseable" value="true" />
        <f:attribute name="browseId" value="OPERATION_CUSTOM" />
        <f:attribute name="browseCustom" value="custom" />
        <f:attribute name="browseSelectionModel" value="single" />
        <f:attribute name="browseDialogWidth" value="20em" />
        <f:attribute name="browseDialogHeight" value="25em" />
    </ls:inputField>
    Regards,
    Stan

  • New Prob. iTunes kills browser functionality. Have to reboot sat. modem.

    When I start iTunes, my browser functionality is killed in both Firefox and IE. Pages start to load and then say, 'done'. Blank browser screen. Email and IM still function normally. I have to close browsers and then reboot my satellite modem before browser function returns. Any clues? I love iTunes and have committed my entire library to it, but I'm at my wits end. Life without music? Thanks.
    Dell something   Windows XP Pro  

    Turn off the sharing functionality (both the "look for shared music" as well as the "share my music") and the functionality that lets it look for and find remote speakers. That will most likely prevent it from freezing your satellite modem when you start iTunes.
    Also, look into a software or firmware upgrade for your satellite modem, since it obviously has some kind of bug internally as well.

  • Is there a way to use the preview in browser function without an Internet connection?

    This morning our cable modem was down and I was making some changes to a page in a Muse site I'm designing. I wanted to preview the changes in a browser, but when I clicked on the Preview button (or clicked on preview in browser), I received a notification that it was checking for an Internet connection and the preview page never completed. Is there a way to use the preview in browser function in Muse without an Internet connection?

    Thanks for getting back to me! When our cable modem went down, we were still connected to Airport Base Station, and perhaps it appeared to Muse that we did have an Internet connection. In any case, we have now received a new cable modem and our network is working again. As you suggested, I disconnected from the network and tried preview in Muse again, and now it seems to be working just fine. Perhaps it was just the circumstances of our network problem this morning. Good to know I can use the Muse Preview function off-line!

  • Why do we use open URL in default browser function? What are the uses of it?

    Why do we use "open URL in default browser" function?  What are the uses of it?

    kdm7 wrote:
    Okay.
    So can we keep a web button to access the www.ni.com ? So that web site opens only when button pressed?
    P.S  I,m a newbie.
    Yes, you can also, e.g. include a help file or manual as html and open that in the browser.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Private Browsing function is suddenly not working. Error message :"The URL is not valid and cannot be loaded." How can I repair?

    Private Browsing function is suddenly not working. Error message :"The URL is not valid and cannot be loaded."
    How can I fix it?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How to create interactive map in SAP Visual Business using SAP UI5 SDK

    Hi,
    Please tell me,
    How to create interactive map in SAP Visual Business using SAP UI5 SDK.
    Is it possible to create interactive map using VB Control in SAP UI5 SDK..?
    if possible please any one let me know.

    Hi folks, one question:
    We have our development close moved and now it is earlier than originally planned. 
    That means that we maybe can't finish our convenient API and you have to wait till we will release it - early 2015 is planned.
    But there is another option:
    Currently we have a API based on json. The developer has to create json and  to transfer it to the Visual Business control.
    This interface is more used as a low level API and we are developing on top the more convenient one. So all the features are the same.
    It will stay stable & compatible in the future and you can build on it.
    Do you want to use this interface?  
    Then I will publish the documentation.
    Let me know.
    Thanks

  • SAP RFC SDK 7.10 Compilation Issues

    Hello ,
    We have a Pro*C program that is using the RFC SDK 7.10
    When we are compiling our program with Pro*C Compiler in HP UX 11iv2 os we are getting the following errors:
    SAP_U16_PROTOTYPE_STDC(mkstemp)..1 PCC-S-02201, Encountered the symbol "mkstemp" when expecting one of the following: Error at line 1895, column 1 in file /home/psoni/rfcsdk-710/orgseclib/sapuc.h  SAP_U16_PROTOTYPE_UO(dirname) 1 
    PCC-S-02201, Encountered the symbol "SAP_U16_PROTOTYPE_UO_HLP" when expecting on
    e of the following: ; , = ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>= &&=
       ||= ^= | & == != <= >= << >> ++ -- ->
    The symbol ";" was substituted for "SAP_U16_PROTOTYPE_UO_HLP" to continue.
    Syntax error at line 1901, column 1, file /home/psoni/rfcsdk-710/orgseclib/sapuc.h:
    Error at line 1901, column 1 in file /home/psoni/rfcsdk-710/orgseclib/sapuc.h
    SAP_U16_PROTOTYPE(ecvt) 1
    PCC-S-02201, Encountered the symbol "extern" when expecting one of the following
    :   ; , = ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>= &&=
       ||= ^= | & == != <= >= << >> ++ -- ->
    I had checked the files sapuc.h and sapucx.h are correctly included in my program.
    Also I checked for the errors : that the reference of some constants like 
    SAP_U16_PROTOTYPE is present is sapuc.h - However I am not able to
    identify the cause of compilation issues.
    Please can anyone guide me - or give any hints as to how this compilation issues can be resolved.
    On sap rfc sdk version 6.20 with HPUnix 11iV1  we did not face such problems. Post that release  we have tried all libraries including 6.40  and all of them are giving the above errors.
    Thanks for the help.
    Regards,
    Shivani

    This compiler error looks really strange.
    Without your sources (of the affected file) and the full command line it's impossible to suggest something.
    Markus

  • Disable browser functionality through Portal

    Hello, I was curious to know if it is possible to disable Browser functionality (such as toolbars, navigation buttons, address bar) through a Portal setting? I know this is possible to do through Javascript's window.open() function; however I'd like to remove the functionality on the initial client call without having to pop another window to do so.
    Any suggestions?

    At this time it does not appear that this is possible to do. The best solution I can find is stated below. If a better solution can be found, please feel free to post it to the community!
    vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
    A browser makes a request to a url. That url points to an html file with javascript. The javascript opens a new browser window, disables the browser functionality and has it load the actual portal.
    <!-- redirect.html -->
    <html>
    <script language="JavaScript">
         window.open('http://localhost:7001/myportal.portal','myWindow','toolbar=no','width=100%','height=100%');
         resizeTo(0,0);
         moveTo(-1000,-1000);
    </script>
    <body>
    </body>
    </html>

  • Need a File Parameter with Browse Functionality in ABAP

    Hi
    I Need a File Parameter with Browse Functionality in ABAP.
    Can anyone help me with logic.
    Regards,
    Sree

    Check below code:
    PARAMETERS: p_file TYPE localfile.
    DATA: l_path TYPE string,
          l_fpath TYPE string,
          l_fname TYPE string.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL METHOD cl_gui_frontend_services=>file_save_dialog
        EXPORTING
          window_title         = 'Save to...'
          default_extension    = '.txt'
          initial_directory    = 'C:\'
        CHANGING
          filename             = l_fname
          path                 = l_path
          fullpath             = l_fpath
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          OTHERS               = 4.
      IF sy-subrc EQ 0.
        MOVE l_fpath TO p_file.
      ENDIF.

  • Browse function for new Metadata field

    Hi
    In UCM Content Server, is there a way to add a "Browse" button to desk top or a custom search for a new Meta data field similar to "Primary File" ? All my research shows examples of static drop down list.
    Any help would be greatly appreciated.
    Thanks

    Thanks for the reply.
    My idea was to mimic the functionality of "Primary File", the meta data field with the "Browse" functionality to the desktop. I want to add an image meta data field to the "Check In" form. I don't want to use the Inbound Refinery image but a image that can be posted with a News document.
    Thanks for the help.

  • Why most of SAP Standard transactions are written in function pools

    Hi Forum Experts,
    Why most of SAP Standard transactions are written in function pools instead of a normal module pool program? ( In the case of Standard tcode function pools, it is a collection of a large number of funciton modules, includes for forms used by function modules, and screens. Why is it so? ).
    Quick response will be appriciated.
    Thanks in advance.
    Regards,
    Harikrishna Indugu.

    because these functino pools contains so many function mudules and these function modules are used in other transactions also...
    thats why....
    reward points if useful....

  • SAP Note 1413253 - Eletronic Duplicate Invoice Functionality for Argentina

    Hi All
    The last step of the  SAP Note 1413253 - Eletronic Duplicate Invoice Functionality for Argentina is to create V_1AOUM view, using transaction SE54, but I am getting the error message: "Incorrect Entry"  - the object is not accepting the access key that basis team sent to me.
    I would like to know if someone is facing the same problem and how could I solve this.
    Thanks in advance.
    Joao Gaia

    Hi Nabheet,
    BSIP is the table which is used for the Vendor Duplicate invoice check.I can do the validation based on xblnr and lifnr for my requirement but i am not sure where i have to do the validations. Please suggest.
    Thanks,
    Vikas

  • What happened to the browse function in the iTunes store?

    What happened to the browse function in the iTunes store?

    What do you mean what happened to it ? If you are having problems with the store then what are they ?

Maybe you are looking for