Career ABAP with MDM

Hi Guy's
    I had seen many posts saying that career in MDM will be booming. But on contractary I had seen jon saying that it is good to have skill and that too with BI ( http://www.jonerp.com/component/option,com_jd-wp/Itemid,20/p,40/ ). After reading this I am in big confusion wheather to take up MDM course as ABAPER or not.
   Please let me know you help views on how would be the career in MDM with ABAP would be?
Thanks
Powered

Hi,
As a whole if you talk about MDM system it basically dependent upon,
1. Cosolidation 2. Harmonization 3. Centralized scenarios
so when you consolidate data in MDM, it comes from outside systems like SAP R3/ERP/CRM, any Legacy system or any 3rd party system. and in harmonization you send back after doing some manipulation on that data. similarly centalization means doing every thing in MDM. Thats baiscs.
Let me tell now, you are an abaper and you know all the tables which are related to Customer, vendor, Material, sales, bank, Purchase, shipping, etc...
and mdm when takes data from R3/SAP from my point of view if you have knowledge of that system. Its good to have.
MDM also deals with ABAP APIS so its also good for an abaper.
For starting MDM see this link:
http://help.sap.com/saphelp_mdm550/helpdata/en/43/D7AED5058201B4E10000000A11466F/frameset.htm  and you can search this forum you will find a lot of things for MDM and ABAP with MDM etc...
Rewards if useful.
BR,
Alok Sharma

Similar Messages

  • Using ABAP Web dynpro for connecting EP with MDM

    Hi All,
    We have an architecture landscape in which EP User interface (iviews) need to integrate with MDM import manager. Is it possible to achieve this using Web dynpro? If any company has implemented this kind of scenario before, please gave us the tips.
    Thanks,
    Anand

    Hi Anand,
    You can use MDM Java API in WD. ABAP API for MDM is is currently in process.
    Just wondering what kind of business scenario do you have which allows portal users to use import manager`s functionality.
    Best regards, Maksim Rashchynski.

  • ABAP API  MDM  vs Standard MDM !!!

    Maybe the expression that I am using is not the best one and hope that someone can give me any clarifications.
    What I am intending is to know:
    1)     If using ABAP API is the best way to implement MDM purposes or if he’s an alternative to implement MDM using ABAP API?
    2)     In the proof of concept that I am implementing, I only use the principal components of MDM (Import, Data Manager, Syndicator and Console) in order to find the solution of our enterprise business.
    3)     Using ABAP API, I have to use programming method, implement by myself some functionalities in ABAP to connect and resolve my MDM purposes.
    4)     If am not using ABAP API (The way that I am proceeding right now) , I have to use the standard software component (enterprises services ) of the  R3 Systems in order to connect MDM with client systems.
    Thanks guy for your assistance. We just want to know the best way to proceed with MDM .

    The best method for implementing MDM depends on the requirements of each scenario.  For example, if you have a program in R/3 that needs to pull some data from MDM for analysis then perhaps using the ABAP API would be the best route to take.  If you need to transfer materials or vendors from MDM to various R/3 systems, perhaps using XI would be the best route to take.  I would recommend looking at the <a href="https://websmp106.sap-ag.de/~sapidb/011000358700004656452006E">IT Scenario Configuration Guide</a> to get a better understanding of SAP's recommended practices given different scenarios

  • Role of ABAP in MDM

    Hello MDM Guru's,
    Could you please help me to understand the role of ABAP in MDM. i underestand ABAP API's role (interfaces) can be used, However i want know what kind of requirements do we get to use  ABAP based coding & what kind of customization could be done, could i use Business Workflow from ABAP in MDM.
    Any documents or links please.
    Thanks in advace
    Cheers
    Srihari

    Hi Srihari,
    The role of MDM with ABAP is basically the utilization of the MDM functionalities and features from an ABAP server.
    It is a way to connect to the MDM system from another system which does not understand MDM language.
    As MDM is a C++ based system and ABAP is an ABAP language based ERP system.If you want to talk to the MDM system from an ABAP system you need to inteface them through the ABAP API's.
    Doing this you can then Search,create ,update Run matching strategies etc from teh ABAP system just by using the Preconfigured classes and methods.Whereever a n enhancemendt is needed which is more than the standard delivered functionlaity of MDM you can utilize the coding ability of ABAP to achieve it.
    Few Real time requirement that I came across of using ABAP interfcae to MDM are
    - Creating ABAP design ALV reports that is a result of MDM Master data stored within the MDM repositories.
    - The logs that are available with MDM are the standard delivered ones which are not easily understandable.We can use ABAP is an effective way to develope a user friendly report explaining the MDM logs
    - Something similar to the above can bo done with the change tracking feature of MDM.
    - Also ABAP api can be used with effective coding and customization to make available the Master data from MDM as an F4 help in abap.
    Regarding using ABAP business workflow in MDM or viceversa,I guess is not a feasible thing to do.
    You can however use the Consistent MDM outputted data in ECC and run a separate governance on it through an ECC workflow using ABAP.
    To know more on what standard features as well as customized features that can be delivered through the MDM-ABAP interface .Kindly refer the MDM ABAP API series how to guides
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Can we use MDM 7.1 Web Dynpro UI with MDM 5.5 ?

    Dear Experts,
    Is there any possibility to use new MDM Web Dynpro UI (which has got released with MDM 7.1 SP04).
    with MDM 5.5 SP6 as a backend.
    I wonder, if we deploy MDM 5.5 Java API with MDM 7.1 Web Dynpro components,
    then it should work with MDM 5.5 setup also!
    Any thoughts on this?
    Regards,
    Shailesh.

    Hi Shailesh,
    Is there any possibility to use new MDM Web Dynpro UI (which has got released with MDM 7.1 SP04).
    with MDM 5.5 SP6 as a backend.
    As per my knowledge is concern for MDM7.1 will support .NET API,ABAP API.......
    I wonder, if we deploy MDM 5.5 Java API with MDM 7.1 Web Dynpro components,
    then it should work with MDM 5.5 setup also!
    I dont think so....
    Thanks
    Yugandhar

  • Create XML file from ABAP with SOAP Details

    Hi,
    I am new to XML and I am not familiar with JAVA or Web Service. I have searched in SDN and googled for a sample program for creating XML document from ABAP with SOAP details. Unfortunately I couldn't find anything.
    I have a requirement for creating an XML file from ABAP with SOAP details. I have the data in the internal table. There is a Schema which the client provided and the file generated from SAP should be validating against that Schema. Schema contains SOAP details like Envelope, Header & Body.
    My question is can I generate the XML file using CALL TRANSFORMATION in SAP with the SOAP details?
    I have tried to create Transformation (Transaction XSLT_TOOL) in SAP with below code. Also in CALL transformation I am not able to change the encoding to UTF-8. It's always show UTF-16.
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0">
      <xsl:template match="/">
        <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
          <SOAP:Header>
            <CUNS:HeaderInfo>
              <CUNS:InterfaceTypeId>10006</InterfaceTypeId>
              <CUNS:BusinessPartnerID>11223344</BusinessPartnerID>
              <CUNS:SchemaVersion>1.0</SchemaVersion>
              <CUNS:DateTime>sy-datum</DateTime>
            </CUNS:HeaderInfo>
          </SOAP:Header>
          <SOAP:Body>
            <xsl:copy-of select="*"/>
          </SOAP:Body>
        </SOAP:Envelope>
      </xsl:template>
    </xsl:transform>
    In ABAP program, I have written below code for calling above Transformation.
      call transformation ('Z_ID')
           source tab = im_t_output[]
           result xml xml_out.
      call function 'SCMS_STRING_TO_FTEXT'
        exporting
          text      = xml_out
        tables
          ftext_tab = ex_t_xml_data.
    Please help me how to generate XML file with SOAP details from ABAP. If anybody have a sample program, please share with me.
    Is there any easy way to create the XML file in CALL Transformation. Please help.
    Thanks

    Try ABAP forum, as it seems not to be PI related.

  • No receiver could be determined while doing SAP ECC Integraion with MDM 7

    Dear All,
    Can you please help me to resolve the following issue.
    We are doing SAP ECC Integration with MDM 7.1 by using MDM PI Adapter.
    Source side we are processing MATMAS.MATMAS05 IDoc and Receiver side we are using MDM PI Adapter to Connect the MDM System.
    I have checked the Configuration by using Test Configuration Wizard, it showing every thing fine there.
    Is it because of any network connection issue at the Target system (MDM) side?
    Plz check the error message for your reference;
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Receiver Determination
    -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:Stack>No receiver could be determined</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Thanks
    Mahesh

    Hi,
    From error looks like it is not failing at receiver determination step. if you all configurations are fine, then this could be because of system cache refresh.
    Go to Edit mode in your scenario and again save it and activate it. Do a cache refresh and check if it works.
    Regards,
    Shiv

  • Communication Channel Error with MDM PI Adapter

    Dear Experts,
    We had new sever for PI(image copy). In new PI server we are facing problem only with MDM adapterin communication channel monitoring and below error occuring.
    *"  MDM Adapter listener could not start due to: Can not create repository session '<server=SAPMDMD serverUser=Admin repository=TTSL_Vendor_Dev user=Admin>' caused by: Connection Failed: Cannot create connection to MDM Server 'SAPMDMD' for one of the following reasons: (1) server does not exist, (2) server is not started, or (3) input/output problem while creating connection, error code: UnknownServer "
    Any expert please help us to resolve this.
    Thanks in advance.
    Regards,
    Hemu.

    Hello Heymanth,
    Make sure that connection is fine between systems. Test the RFC's in both systems. Also check the services too.
    /people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario
    /people/ramesh.gulipalli2/blog/2009/11/16/sap-47-to-mdm-integration-using-pi71-part1
    Regards
    Pothana

  • ABAP with JAVA

    hi all
    how to integrate ABAP with JAVA?? Can anybody send me any link on that or any documents???

    Hi
    Welcome to SDN forum
    After the ECC6.0 Version Most of the JAVA things are integrated in Netweaver components like BSP,WAS, XI and Enterprise Portals etc
    So if you are good in JAVA these things are very useful and through this you can easily integrate JAva with SAP
    see the links
    See the Links
    JDBC Receiver: exact SQL statement
    /message/527697#527697 [original link is broken]
    And after you are done with the documentation probably you can go through this scenario,
    JDBC Receiver: exact SQL statement
    Also check the following threads which might help you a little more,
    Learning XI
    XI 3.0 Training
    Also for more info related to XI go through these links:
    XI -Starter
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    SAP XI - Where to Find Information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap%20xi%20-%20where%20to%20find%20information.pdf
    All the information you need in XI :
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    To understand the architecture of XI, Please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    You can also go through the url for Elearning :
    https://www.sdn.sap.com/sdn/elearning.sdn // https://www.sdn.sap.com/irj/sdn/sdnpilot/elearning
    Following is the link for 'how to guides', A step by step guide to create scenarios:
    https://websmp201.sap-ag.de/nw-howtoguides
    XI is all about configuration of Adapters, to learn more please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    One of the most powerful feature of XI, Business Process Management:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    1) How-to Guides for SAP NetWeaver 2004 for SAP XI:
    Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken]
    Regards
    Anji

  • Books for SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31

    Hi All,
    I have searched for some good books for the certification online, could you please tell me if any one has taken this certification and what books I should using for the certification. I am mentioning some books below:
    SAP Certified Development Associate - ABAP with SAP Netweaver 7.02 by by Puneet Asthana (Author), David Haslam (Author)
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U1JY43Y/ref=sr_1_fkmr1_1?ie=UTF8&qid=1427541312&sr=8-1-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    25 February 2015
    by Jorge Parker
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U2TL9P4/ref=sr_1_fkmr1_2?ie=UTF8&qid=1427541312&sr=8-2-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    26 February 2015
    by Cody Colin
    Any inputs on this will be much helpful.
    Thanks,
    Macky

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7

    Hello all,
    Does anybody have any information on <b>C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0</b>?
    Study guides? Outlines? Sample Questions? Anything?
    It is being offered at TechEd this year and I'm trying to determine if I should take it and what I should study up on.
    Thanks!

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 :SAP Certified Development Associate ABAP with SAP NetWeaver 7.0

    Hello,
       Could any one tell me what are the training/materials which one has to study to clear the <b>"C_ABAP_70       SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0"</b> certification.
    Best regards
    Guru
    PS: Points rewarded for answers.

    Addition to tapan,
    I guess SAP has removed C_TAW12_71, C_TAW12_71, so you can apply for latest exam C_TAW12_731. Find difference between these two certification exam at given links.
    https://training.sap.com/shop/certification/c_taw12_731-sap-certified-development-associate---abap-with-sap-netweaver-731-g/
    https://training.sap.com/shop/certification/c_taw12_71-sap-certified-development-associate---abap-with-sap-netweaver-702-g/
    Sokita

  • SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0

    Hi.
    I want do the test "SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0".
    I find some book about, but i not find it.
    I pass in the SAP Certified Development Associate.
    My english is not good, i´m from Brazil.
    Does anyone have any books to recommend on me?
    Thanks.

    Try this sample question from SAP
    http://www.sap.com/services/education/certification/schedule/PABAP70.epx
    and prepare according to Competency Areas
    http://www.sap.com/services/education/certification/certroles/certificationtest.epx?context=%5b%5bP_ABAP_70%7cG%5d%5d%7c
    I cannot find the book speacially for this certification.

  • Webdynpro with MDM thru JAVA MDM API

    Hi all
    i have the requirement with webdynpro MDM JAVA API which interacting with MDM system.
    i have one repositoty in the MDM console i.e DEMO_CUSTOMER
    i have one table in that repository called CUSTOMER_ADDRESS .
    i want to access the customer address details information from the MDM table into Webdynpro application.
    can you please send the sample code to the following operations with MDM table which retrieves the information in the webdynpro application.
    1) displying the table data
    2) inserting the record from the table
    2) deleting the record from the table
    3) updating the record from the table.
    it is very helpful to me if anybody would have to send the sample code to me to the above operations.
    Regards
    Suresh babu

    If you are using the MDM Java Connector from Web Dynpro application, you have to set the properites accordingly.
    Go to <b>properties of Project</b> and there choose "<b>Webdynpro reference</b>". Here, choose <b>library reference</b> and there give your library reference.

  • Dynpro ABAP with Floorplan Manager in Portal!

    Dear Member,
    I havenu2019t worked on Portal yet. I worked on Web Dynpro ABAP and know how to do the Component and Application configuration from SE80 in SAP GUI.
    Can we able to configure the Web Dynpro ABAP with Floorplan Manager in Portal? If yes, how to Personalize, Configure and Customize the Dynpro ABAP with Floorplan Manager in Portal?
    If we have to do it from SE80, then we have to call the application URL with parameter u2018sap-wd-configIDu2019. Where should I update this URL parameter in the portal?
    Basically I want to know how to perform Personalization, Configuration and Customization of Web Dynpro ABAP with Floorplan Manager and want to see the effect when customized application called from Portal.
    Please let me know, if I need to more clear on my question.
    u2026Naddy

    Hi Naddy,
    If you have configured the component and application configurations in SAP GUI then in order to display it in the portal, you need to create a webdynpro based iView. In the same Iview just fill one of the parameters 'APPLICATION' as name of the webdynpro applicaiton and the parameter 'CONFIGURATION NAME' as name of the application configuration that you create for the Webdynpro application.
    Do not forget to implement the required interface of the Floor plan that you are using(OIF, GAF) in your webdynpro component.
    Thanks,
    Rajkumar.S

Maybe you are looking for