BW Road Map

Hi ,
We are new to BI projects , So We need to develope a Road map for BW Implementation . I am in LO Extraction part , What are the areas that i must concentrate in LO . What functional areas are covered in it ( SD , MM , PP ..).
I am Good in ABAP , Should i know the Functional Concepts of SD , MM , PP ..
Tell me from where i can start ...
I have done LO Extraction in IDES for SD Based on SD cubes I have Good knowledge on LO Extraction methodology ....
But now i need if i am in LO Extraction what i must look within 1 Month to get well set during implementation . What are the functional parts ...Like SD , MM , PP ...
Points Assured
Thanks & Regards

Hi,
Now you can try the inventory management:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
Regards
Happy Tony

Similar Messages

  • How to set the color for road map steps

    hi all,
    my requirement is like ,whenever i select my step in a roadmap it has to be set in yellow color and others has to be in default color.
    thanks,
    Siva.

    Hi......
    Its Very Simple......
    Create an action for the road map.
    for example..... if you have three step in it....
    by default the first step will be in active only...
    ie., Yellow colour
    if you click the second step and it should be active means.... if you have to create a event....in the property of the Roadmap
    Create the on action select event....
    in that event.....
    try to use this code.... based on your scenario.....
    set context data
        DATA: road_node TYPE REF TO if_wd_context_node,
              road_data TYPE if_componentcontroller=>element_roadmap.
        road_node = wd_context->get_child_node( 'ROADMAP' ).
        road_data-step = step.
        IF step = 'CHOOSE'.
          road_data-prev_enabled = abap_false.
        ELSE.
          road_data-prev_enabled = abap_true.
        ENDIF.
        IF step = 'END'.
          road_data-next_enabled = abap_false.
        ELSE.
          road_data-next_enabled = abap_true.
        ENDIF.
        road_node->set_static_attributes( road_data ).
    navigation
        wd_this->fire_navigate_evt( step ).
    Hope this will help you
    Thanks & reagrds
    Raja

  • SAP PA and SAP II Product Road Map

    Hello everyone,
    where can I find the latest SAP PA and SAP II product road map, based on the version SAP PA 1.17?
    The latest official product road map I found is from Dec. 2013.
    Thanks in advance,
    BJE

    Hello,
    The combined roadmap for II and PA is in its final elaboration phase.
    We will published it once approved.
    Regards,
    Didier

  • Future Road Map of SAP B1.

    Dear All,
             Can anybody guide me from where i can get Future Road Map of SAP B1.
    Regards
    Hitesh

    Hi,
    Please find the link to the Business One Roadmap :
    [Business One RoadMap|https://websmp202.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700001336422008E]
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • SAP Predictive Analysis and SAP Infinite Insight Product Road Map

    Hi everyone,
    where can I find the current SAP Predictive Analysis and SAP Infinite Insight Product Road Map?
    The latest version I found on SCN is from Dec. 2013.
    Best Regards,
    BJE

    Hi,
    The Predictive Analysis and InfiniteInsight road map was updated on SMP Sep 29:
    https://websmp209.sap-ag.de/~sapidb/011000358700001160102012E.pdf

  • Stitch road maps

    I have a series of scanned road maps (tiff) to be stitched into a single image. The problem is alignment along the horizontal and vertical edges so the composite looks seamless. Is there a tool\plug-in for this?
    Thanks!
    HR

    Photomerge doesn't work in this case
    please elaborate.
    G

  • Global templates and GASAP road map

    Hello sap gurus,
    1)Could you please send the sample global templete attach format.
    2)How do we create the global templete how to use it for rollout phase and
    3)Also send me detailed  documentation for the GASAP Road map  .

    Hello Divya,
    please try to avoid double/tripple posts. Let us refer to your post:
    sample global templete  and GASAP road map
    Regards
    Gregor

  • Solman Road Map Issue

    Good Day,
    I have created the new Roadmap using the RMDEF/RMAUTH  and i want to use that Roadmap in one of my Projects in Solution Manager.I have selected the Same Roadmap in Scope of the Project in (Project Administration),But the Structure or Hierarchy which i Created in Roadmap is not showing in the Project.
    Can someone help me with that or if you guys can tell me how to Upload the New Road map in Solman Correctly.
    Thanks and waiting for a Positive Response.

    Hi
    If you are talking about creation of structure in solar01 then it has to be done in solar01 only via the Structure tab
    If  you press F4 and choose the Business Process Repository and you can select all the Business Scenario like Procure to Pay etc which are to be used in you project here
    for non sap scenario directly edit or write it ant then save.
    you can check below link
    https://websmp103.sap-ag.de/~sapdownload/011000358700000478762009E/HowToCreateConfGuide.pdf
    Hope it clarifies your doubt
    Regards
    Prakhar

  • What is the road map to start XI

    HI Frnds,
    Me previously worked on Datawarehousing.Datastage(ETL tool).Now I shifted to XI 4months back.In my company they given a warm up training on XI and some basic scenarios.Now they directly kept me at one interface(project).Ok Iam doing good there.
    But what my question is ,what is the actual road map to start the XI like from SLD or Adapter or from Mapping what is the step-by-step learning and what are the essential things I have to know as a SAP XI consultant. And am I want to learn SAP functional to stay at SAP for long run.
    So what are the things I have to learn and what are the essentials to be need to stay in SAP XI space for long run?

    hi,
    <i>But what my question is ,what is the actual road map to start the XI like from SLD or Adapter or from Mapping what is the step-by-step learning and what are the essential things I have to know as a SAP XI consultant</i>
    You need to know all of these to become an XI consultatnt in a true sense.
    If you ask me , the best way would be to begin by understanding XI architecutre, and then moving on to simple FILE to File scenarios, and then a few complicated ones. After getting a grasp of how XI works, maybe you can visit SLD concepts and understand internally what is happening in XI.
    Meanwhile,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] [original link is broken] [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] [original link is broken] [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
    Regards,
    Bhavesh

  • ESOA Road map

    our's is a chemical/oil company. it's business process IT landscape runs on SAP 60 Percent and other 40 percent on .net, j2ee and other web applications. we have made siginificant amount of investments in their non-sap IT infrastructure like
    their present day-to day HR day to day activities ,ESS and MSS runs on .net applications.
    As part of their streamlining current IT investment our company is preparing a roadmap to adapt ESOA.
    First we have set a road map to upgrade to ECC 6.0 so that we can enjoy the fruits of ESOA and NetWeaver
    next we are thinking to go for Enterprise portal EP 7.0 so that we can integrate our HR process into that
    rather having them on .net applications and maintain single application.
    As a part of our next part in the road map we are trying to implement PI 7.0/PI 7.1 to remove our
    dependency on many Interfaces.
    As a Part of our road map we are trying to go for MDM implementation where in we have duplicate data
    in many legacy systems and sap, so that we can have central master data repository.
    I am unable to understand from the above road map where we discuss ESOA road map, but all the solutions are netWeaver
    Technologies and why does  ESOA come into picture(ESOA stategy Road map ) . next thing in times of this global recession how our company can synergise with new technolgies and cope
    up with ripping  plugging and removing the current investment and infuse new investment with other user licenses which is big burden.
    We are going to acquire some over seas acquistions How ESOA can help us in integrating the acquired company IT landscape into our existing IT landscape?.
    How SAP ESOA can address the problems of Economic Recession and downtrun in companies
    through efficient IT management and setting effective roadmap for IT infrastructure and through ESOA strategy roadmap ?
    Don't give any links please i have read a lot.

    Hi
    pls refer the link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/403ada50-6213-2b10-a4b1-96635f43dee9
    it wud b useful

  • Animating a road map of our trip using CS5

    I would really appreciate help on this subject. I have a road map and want to show an animated line of the roads we travelled. I have tried using PS, where I opened the map, created a new layer, drew in the first part of our trip in red, saved that as a jpg file. Created a second new layer, then using a wider brush, in black, and using the FADE option, carefully traced over the red line, at the end of which the wider black line had faded to white. I then deleted the map and the red line layers,and saved the faded line only as a bmp file.
    Next I placed the map, then the red lined map side by side onto the timeline of my video in Premiere Pro. I then used the gradient wipe effect to place between these two maps, opened the bmp file, as instructed, then stretched the left and right end of the transition to cover the 2 jpg maps on the timeline. So far I have tried a combination of all of this about 500 times and am about to give up. I can get an animation of sorts, but nothing like the moving snake like line that I want. Also, I have read Mr Hunt's advice, and may resort to placing a PSD Layer over a map, however, I have seen how the moving route line works and it is most effective but almost impossible for me to achieve. I am looking foreward to your views. Thank you.

    I promise you that this is best done in After Effects using the pen tool to draw a path along the road. Everything you need comes standard in AE... no plugins.
    http://www.monologue.gr/tutorials/an-animated-arrow-tutorial-to-rule-them-all/
    ^^^ This tutorial is so easy to follow, anyone can do it in just minutes. You can skip the arrowhead bit and just make the line follow the road, and it's even easier. I take this technique a step further and color the line/arrowhead with keystrokes so that I can animate arrows showing airflow through equipment that change color from red to blue and back to red, indicating the temperature of the air as it moves through the system.
    After Effects can be an intimidating program, but give it a shot. You'll love the result.

  • Creation of an application which displays four Road map steps in vertical

    Hi all,
    I need to create an application which contains four Road map steps for example step1 -> step2 -> step3 -> step4
    , but in vertical order. can i know the perfect UI elements which are req to be used for the creation.
    thanks in advance.......

    [RoadMap UI|http://help.sap.com/saphelp_nw04/helpdata/en/55/9abe6671d0d64fba6c91e6ea9e1185/content.htm]
    [RoadMap API|http://help.sap.com/javadocs/NW04/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDRoadMap.html]
    I think vertical orientation is not supported.
    nikhil

  • Road map for HRMS consultant for new oracle guy, please help

    road map for Oracle HRMS consultant for new oracle guy, please help

    Hi,
    If you go through the Oracle sites you will come to know that HRMS Suite has various modules like Core HR, SSHR, Performance Management, Learning Management, iRecruitment, Compensation workbench, Absence Management, Payroll, Advanced Benefits etc.
    You will have to start with understanding the Core HR concepts which is the base of the entire HRMS suite where you define the core structures like Organizations, Job, Position, Grade, Costing, Hierarchies, Employee data etc and which forms the base of the other modules.
    Post you are done with Core HR you can start understanding the Self Service functionality and Approval Management Engine.
    If you are clear with these two modules, then you can pick any other module as per your Job requirement demands.
    You can do this all if you have an instance to access where you can do hands-on. In absence of which learning will be not be easy. On apps2fusion site which I have already mentioned you can view the training calendar and check for any relevant courses if you want to under go training as the quality of training is very good.
    Training is not a mandate and you can learn it without training also if you have the dedication and time by understand each and every action which you are performing in application and the impact of it.
    Hope it helps.
    Thanks,
    Sanjay

  • [Zen Micro] Road map for firmware 1.x / end of life

    Hi all,
    does anyone (hint, hint, moderators) know what's the supposed road map for the Micro firmwares. Ok, I know that Creative doesn't comment on the functionalities and releases .
    But my essential question is this:
    <FONT color=#cc0000>Is the firmware .x (driver-based, with MediaSource support) end of life, or will it continue to be developed? Will all new, generic features of the 2.x (PlayForSure...) line also be integrated in a continuing .x line of firmware? Or not?
    I found out in <A target=_blank href="http://forums.creative.com/creativelabs/board/message?board.id=dap&message.id=9892">this thread about firmware 2.x[/url] that the new 2.x beta firmware has new features, not being promoted on the download site (or forum). For the moment, I prefer MediaSource over WMP to manage my collection, and for that reason I want to stick with .x firmware.
    <A target=_blank href="http://forums.creative.com/creativelabs/board/message?board.id=dap&message.id=9892">[/url]I really expect a customer-oriented company (and I recently filled in a Creative survey on quality of support services after getting an invitation email, so they do suggest they care) to share a roadmap - even for just some months - with their users.
    Thanks.

    Creative very rarely share this kind of information, so I think it unlikely they will.

  • Master Data Governance - Relase / Road Map

    Hi,
    I wanted to know if any one have link for Relase Notes and Road Map of MDG.
    I have seen latest blog on SDN but not yet found the case study / roadmap

    Hi,
    Not sure if you know the below MDG page on sdn. most of the information is available on this...
    [http://help.sap.com/erp2005_ehp_05/helpdata/en/7c/a94fabb8274d738d994c2bc1c4cf7a/frameset.htm]
    Also keep eye on [MDM Vs MDG;
    Cheers,
    Rc

Maybe you are looking for