ABAP Webdynpro as callable object to connect MDM Server

Hi All
if we want create MDM workflows in portal thru GP then we need to create the callable object initially which will integrate the MDM system thru MDM Apis
suppose if we choose the option of taking the ABAP webdynpro as callable object then what is the development efforts/Steps to involve for creating the callable objects.
i hope that we can use the ABAP wendynpro thru MDM ABAP APIs where we can integrate MDM data in ABAP webdynpro application.
can you please list out what is the Aims from enduser level  and development level.
Please more details on this??
Regards
Suresh babu

Hi All
if we want create MDM workflows in portal thru GP then we need to create the callable object initially which will integrate the MDM system thru MDM Apis
suppose if we choose the option of taking the ABAP webdynpro as callable object then what is the development efforts/Steps to involve for creating the callable objects.
i hope that we can use the ABAP wendynpro thru MDM ABAP APIs where we can integrate MDM data in ABAP webdynpro application.
can you please list out what is the Aims from enduser level  and development level.
Please more details on this??
Regards
Suresh babu

Similar Messages

  • ABAP Webdynpro to Callable object...

    Hi all!!...
    Do someone know if I need to do something extra while creating a webdynpro to be created as a callable object in the Portal? or any webdynpro can be created as CO from the Portal?
    Thanks.
    Jorgelina.

    yo don't need to create something different.

  • Connect webdynpro callable object with ms sql server 2000

    Hi all
    how connect webdynpro callable object with ms sql server 2000?
    How can I register on the portal as an additional connection?
    thank you very much!

    Thanks for your answers, Now I have the following problem, to develop this code:
    try {
              InitialContext iC = new InitialContext();
              DataSource dataSource = (DataSource)iC.lookup("jdbc/ConnectionAlias");
              Connection con = dataSource.getConnection();
              java.sql.Statement stmt = con.createStatement();
              ResultSet rs = stmt.executeQuery("select * from ejemplo");
              while (rs.next()){
                   com.sap.test.sql.testsql.wdp.IPrivateTestIViewView.IDatosElement
                                                             DatosElement =
                                                             wdContext.nodeDatos()
                                                             .createDatosElement();
                   DatosElement.setId(rs.getString("id"));
                   DatosElement.setNom(rs.getString("nom"));
                   DatosElement.setNum(rs.getInt("num"));
         }catch (SQLException e) {
              wdContext.currentContextElement().setB(e.getMessage());
         }catch (Exception e){
              wdContext.currentContextElement().setB(e.getMessage());
    and shows me the following exception
    ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
    the data that you place in the visual administrator were:
    Drivers: com.sap.aii.af.jmsproviderlib (msutil.jar , mssqlserver.jar , msbase.jar)
    DataSources: sap.com/JDBCConnector_MyDatasource.xml
                   Name: MyDatasource
                   Alias: ConnectionAlias
                   DriverName: com.sap.aii.af.jmsproviderlib
                   JDBC Version: 1.x
                   Driver Class: com.microsoft.jdbc.sqlserver.SQLServerDriver
                   Database URL: jdbc:microsoft:sqlserver://181.42.101.219:1433;DatabaseName=test
                   User: sa
                   Password: abcd1234
    did not know the cause of the problem
    thanks!

  • Theme in WebDynpro java callable object

    Hi Experts,
    I have created a portal theme and deployed on the server.
    Now i want to use this portal theme in my WebDynpro java callable object.
    I know how to use themes in WebDynpro application, set the theme in Exit plug of component interface view.
    However in WebDynpro java callable object how do i achieve this?
    here should i use WebDynproCOInterfaceView to set the desired theme to the callable object ?
    or should i set the theme in my Componet's interface view?
    i tried in both but its not working, i can still see the default theme.
    Am i missing anything here?
    Ashish

    Hi Guys,
    Any idea on this one?
    Has anyone done this? are there any SAP Note for this?
    Regards,
    Ashish

  • Want to connect MDM server

    hi friends,
    I want to connect MDM server using JCO
    can you please provide me the sample java code for that.
    Regards,
    Venki.

    Hi Venki:
    Check the blog below:
    Using MDM5.5 Java Connector with  SAP Enterprise Portal 6.0
    Thanks,
    GLM

  • What is the best approach to connect MDM server.

    Hi Experts,
           There are sevaral ways to connect MDM server from EP
    1) Using JNDI look up
    2) Throgh SystemAlias
    Which one is best among performance wise, and can any body explain advantages and disadvantages
    of all three.
    Regards,
    Sandeep.
    Edited by: sandeep_ca Reddy on Aug 4, 2008 9:43 AM

    Hi Sandeep,
    Kindly go through the link below for information on
    Accessing MDM Repositoryu2019s Data and Edit It, Create New Records through Portal
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40ac1b5b-d33e-2b10-5892-b29c890eaa01
    This article uses the method of System Alias.
    The second link gives you info on
    Looking Up Enterprise Beans
    http://help.sap.com/saphelp_nw04/helpdata/en/38/3e5a4201301453e10000000a155106/frameset.htm
    I have done the EP integration with MDMusing System ALias. However I hav'nt done it using JNDI Lookup.
    Hence it will be difficult to compare the performance of both the process. However, while working with System Alias, the performance was quite good as easily you can connect to the repository in a MDM server and then perform the User mapping. The fiurther process can be understood in the article mentioned above.
    Hope it helps.
    *kindly reward points if helpful
    Thanks and Regards
    Nitin Jain

  • Live office objects loses connection with server

    Issue : Creating new query in live office XIR2 and saving excel file.
    After reopening live office document the inserted objects is not recognized as Live office objects .
    While going to live office properties error occurs "Live office objects properties cannot be shown because there are no objects in current location"
    same newly created query work fine fro 2 days and again same error occurs.
    Waiting for your inputs
    Thanks
    Regards,
    Ketki Fadnavis

    No user is not using xcelsius only issue with live office .
    Has anyone came across this issue.
    Regards,.
    Ketki Fadnavis

  • How connect a webdynpro callable object to bapi?

    hi all,
    I need to make a webdynpro callable object that connects to a bapi, to extract and modify data. I understand that this is done through a CAF. How can I make the connection?
    Thanks!

    in webdynpro callable object you can use models to connect BAPI/RFC
    Please read the following document
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/11c3b051-0401-0010-fe9a-9eabd9c216de
    http://help.sap.com/saphelp_nw04s/helpdata/en/6a/11f1f29526944e8580c5e59333d96d/frameset.htm
    Thanks and Regards
    shanto aloor

  • Is Callable Object Defination in GP Changable?

    Hi All,
        Once the callable object has been create, can the type of it be changable?
        I'd like to change a "Simple Input Form" callable object to a Webdynpro application callable object, is it possible?
    Thanks,
    YiNing

    Hi,
    You need to create the new CO separately.
    Thanks,
    Dipankar

  • Debugging abap webdynpro application

    hi gurus,
    an abap webdynpro application is runninf fine in developmernt server but not in production system. i transported the application again to refresh the application in production. but still the error persists. now i want to debug the abap editor in production system. so i wrote code 'BREAK POINT' in abap editor. but program is not stopping at this code. in dev as well as in prod system. please suggest.
    Moderator Message: There is a separate forum for Webdypro for ABAP. Please post your question there.
    Edited by: kishan P on Nov 29, 2010 1:25 PM

    Hi
    Few links to check:
    External debugging is not working
    Re: Debugging Abap webdynpro appln
    Re: Unable to Debug WD ABAP application
    Dedug is not working in Production Server.
    a) Check on number of R/3 sessions opened at a time.
    b) Check that user ID configured in portal using System Mapping Under 'Delegate User Administration' is the same user for which you are setting external breakpoint in backend system.

  • Need sample code to connect MDM using JCA

    hi friends,
    I want to connect MDM server using JCA
    can you please provide me the sample code for that.
    Regards,
    Venki

    Hello Venki,
    why do you want to use JCo for connecting to MDM? MDM has its own specific Java API for this task. There's no need for using JCo at all.
    BR Michael.

  • Need sample code to connect MDM using JCO

    hi friends,
    I want to connect MDM server using JCO,
    can you please provide me the sample code for that.
    Regards,
    Venki.

    Hello Venki,
    why do you want to use JCo for connecting to MDM? MDM has its own specific Java API for this task. There's no need for using JCo at all.
    BR Michael.

  • Unable to craete ABAP Webdynpro callable object

    Hi all,
    I am not able to create a callable object for a ABAP Webdynpro application.
    The SAP system has been configured properly in Endpoint Aliases and the Test Connection is successfull.
    The problem is that whenever I search any ABAP WebDynpro application it says "Application with this name not found". There are many ABAP Webdynpro applications on the SAP server and even if I search for * it gives me the same message.
    Please help.
    Thanks,
    Vivek

    Hi,
    Is your EAR having gp/api in tis dependency. It should be added with dependency at runtime and deploy time. It should also have run time,deploy time dependencies towards your DC having the java class(Background object).
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • Callable objects using ABAP API

    hi,
    Is it possible to develop Callable objects for MDM using ABAP APIs?
    Regards
    Nisha

    Hi Nisha,
    As far as I know, itu2019s not possible. You can use just RFC/BAPI as external services CO or ABAP Web Dynpro (this CO is limited regarding output parameters).
    MDM offers two APIS for Java development:
    1) MDM4J API, which is an old API and will be discontinued from MDM 7.1
    2) MDM Java API that is recommended
    With this API you can create Java Libraries or/and Web Services to re use into your CO.
    Best Regards,
    Pedro Nunes

  • Error while connecting to MDM server from Webdynpro

    Hi ,
       I am trying to connect to MDM server (5.5 SP04 no patches) through a webdynpro application . The following is the piece of code that I am using as a test .
    CatalogData CatalogData = new CatalogData();
        int resultLogin = 0;
        try {
              resultLogin = CatalogData.Login("USNOC01AQ05",2005,"Admin","Erico1234","English [US]");
        }catch(Exception e){
              wdContext.currentContextElement().setValueattr("Not Connected");
             //System.out.println("Error while establishing connection");
        if (resultLogin != RC.RC_OK){
              wdContext.currentContextElement().setValueattr("Not Connected");
             //System.out.println("Error logging to the SDM server");
             //System.exit(-1);
         wdContext.currentContextElement().setValueattr("Connected");
        //System.out.println("MDM server connected");
    The import statements are as follows
    import a2i.common.CatalogData;
    import a2i.generated.RC;
    I have put the following jar files in the java build path
    MDM4J
    mdm-admin
    mdm-common
    mdm-core
    mdm-data
    mdm-protocol
    When I deploy my application I get the following error
    java.lang.NoClassDefFoundError: a2i/common/CatalogData
    It can't be determined from the exception chain, which class loader failed to load the above class. But at least the class loader of the current application does not contain a resource with name 'a2i/common/CatalogData'.
    What do you guys think is the problem ?
    Regards
    DeepaK Singh

    Hi ,
       I found a document which says that MDM4J is the legacy API and is considered deprecated .The MDM Java API is the new one .I have both of them in the java build path . I am not sure if this is that cause of the problem .
    Now I had a look at the javadoc for the new API but I am not able to locate the class to obtain a connection to the MDM server from a custom application being built in Netweaver Developer Studio . Can someone help me out with the same ?What would be the code to obtain the connection to the MDM server with the new JAVA API ?
    Regards
    DeepaK Singh

Maybe you are looking for

  • [Solved]no sound intel ALSA

    please help me, i have not idea about that. and my English is very pooooooooooooooor.... I follow: https://wiki.archlinux.org/index.php/Ad - chitecture $ pacman -S alsa-utils $ alsamixer F6 Select sound card sound card ┌───── Sound Card ──────┐ │-  (

  • Convert Excel into Password Protected PDF Files

    Hello Aandi/Lenoard, I believe you are the Adobe Forums administrators so I thought you guys are the right people to approach. OTHERS ARE ALSO INVITED TO COMMENT ON THIS TOPIC. I have C# desktop app which generates Excel files and our goal is to conv

  • Solaris Volume Manager metadisks inside a zone

    Hi, I am concidering depoying zones as part of my companies build standard. What I would like to do is mount a disk slice inside the local zone for the purposes of application installation. I am already proposing to mirror the internal disks. Could I

  • Error "Could not find a capable video driver. Update display drivers." in Pr CS6

    Please help! I can't open my Pr CS6 - keep on getting error "Could not find a capable video driver. Update display drivers." How do I fix this?

  • Display driver error on my Equium A60-155

    I have an Equium A60 - 155. I have been having consistent problems where I get a message saying that my the ati display driver has stopped working. I have downloaded the driver again and still no change. I have seen the blue screen of death several t