Flow Design

Here i am extracting the data from 2 datasources 2LIS_11_VASTH and 2LIS_11_VAHDR and loading it into the dso 0SD_O03 and then into the infocube 0SD_C13 .
one more doubt here is it essential to have infosource between the datasource to dso , like infosource between 2LIS_11_VAHDR AND DSO 0SD_O03, AND INFOSOURCE BETWEEN 2LIS_11_VASTH DATASOURCE TO DSO 0SD_O03
IF I WERE    WRONG  THEN CORRECT ME
AND PLZ SUGGEST ME WHAT ARE THE STEPS I NEED TO PERFORM TO LOAD THE DATA SUCCESSFULLY INTO THE INFOCUBE 0SD_C13

Hi suman
1)Is the dataflow correct or wrong actullay i don't for what infocube what dso should be present because i am new to bi and how to know for one particular infocube like 0SD_C13 the datasource 2lis_11_vahdr and 2lis_11_vasth datasource should be threre plz telll me in detail.
==============================================================================
2) and one more doubt here i am creating transformation between the datasource 2lis_11_vasth and the dso 0SD_0O3 but when i am performing the transformation on the left side i am getting only few fields around 8 fields but on the right hand side there are around some 50 infoobject how to map all the fields ?
is there any possiblity to get all the fields on the left side so that the mapping will be successfully
Thanx

Similar Messages

  • Process Flow Design

    I'm looking for some guidance on a Process Flow Design.
    Background -
    I'm trying to develop a process, using OWB, to load 400+ tables into an ODS (external tables -> DB tables).
    Can this be achieved in one process flow or do I need to create multiple process flows (smaller chuncks) or 400+ process flows?
    Does any good documentation exist on this subject?
    Thanks
    Mike

    Hi,
    The .bat file looks something like this:
    rem echo OFF
    set ORACLE_HOME=c:\Oracle\ora10G1.0
    set NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    sqlplus.exe owbrt9204/owbrt9204@db @F:\BI_FlowScripts\run_process1.sql
    There is one .sql flie associated with eac .bat file:
    spool c:\BI_FlowScripts\Log\run_process1.log
    variable ret_stat number;
    DECLARE
    REPOS_SCHEMA VARCHAR2(200);
    LOCATION_NAME VARCHAR2(200);
    TASK_TYPE VARCHAR2(200);
    TASK_NAME VARCHAR2(200);
    SYSTEM_PARAMS VARCHAR2(200);
    CUSTOM_PARAMS VARCHAR2(200);
    OEM_FRIENDLY NUMBER;
    BEGIN
    REPOS_SCHEMA := 'OWBRT9204';
    LOCATION_NAME := 'BI_LOC_WORKFLOWS';
    TASK_TYPE := 'PROCESS';
    TASK_NAME := 'PROCESS1';
    SYSTEM_PARAMS := ',';
    CUSTOM_PARAMS := ',';
    OEM_FRIENDLY := 0;
    :ret_stat := PKG_RUN_REMOTE.RUN_JOB ( REPOS_SCHEMA, LOCATION_NAME, TASK_TYPE, TASK_NAME, SYSTEM_PARAMS, CUSTOM_PARAMS, OEM_FRIENDLY );
    COMMIT;
    END;
    print :ret_stat;
    exit :ret_stat;
    The function RUN_JOB in the package PKG_RUN_REMOTE is the sqlplus_exec_template rewritten as a function which returns the job status (resides in the runtime schema).
    We implemented this for OWB 9.0.4, and haven't really looked at it since, so there may be an easier way to do this in the latest version that I'm not aware of.
    Roald

  • Suggest best data flow design

    <<Do not ask for or offer points>>
    Hi
    Right now  we need to implement  HR related  data - the main concentration is PA, OM
    Please suggest me best suitable data flow design
    Note: All my datasource will not support delta
    How we can handle these loads in SAP BI side  -  I mean to stay how to handle these loads by using DTP
    Please suggest some good data flow. I will assign some good points on this
    Regards
    Madan Mohan
    Edited by: Matt on Feb 19, 2010 7:03 AM

    Hi Madan,
       You can find the data flow in metadata repository in RSA1. Goto the metadata repository-> select your datasource ->
       network  display.
       DTP: You can extract both full/delta using the DTP.
       Please refer the below links also.
       Personnel Administration:
       [http://help.sap.com/saphelp_nw04/helpdata/EN/7d/eab4391de05604e10000000a114084/frameset.htm]
       Organizational Management:
       [http://help.sap.com/saphelp_nw04/helpdata/EN/2d/7739a2a6d5cc4c8d63a514599dc30f/frameset.htm]
    Regards
    Prasad

  • How to integrate the Process flow design into Workflow?

    Hi Guys,
    I created a process flow design in OWB. Now I need to integrate this design into Oracle workflow. How can I implement it? Process flow design is saved as an Jpeg or SVG file. Pls suggest the steps how can I do this? Im new to workflow and owb. Im using OWB 10g.
    Regards
    Kishan

    If you deployed the packages to the same location then the second deployment replaced the result of the first one (actually a new version of the process flow was created). You can execute only the latest version...
    Regards,
    Robert

  • Data flow Design

    Hi guys,
    Can any one help me with the data flow design in ODI.
    Thanks,
    Praveen

    Absolutely, but we'll need some details :)
    What technologies are your sources/targets? Are you intending on performing any flow control checks, lookups, joins or filters?
    Edited by: _Phil on Oct 11, 2012 12:16 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle to SAP BI with BCS u2013 Best Data flow Design.

    Hi,
      We are a SAP implementation team. We are @ Blue Print stage. My client is a RETAIL Business Gaint. Client has 50 % of Transaction data and Master data in Oracle data base. Now we are moving to BI 7.0 and also has plans to use SAP-BCS.
      We would like to map all the existing Oracle tables to BI. Provide any clue regarding the best Data flow (From Oracle 10G to BI 7.0).
    Your quick and valuable suggestion/ links are highly appreciated.
    Warm Regards,
    Bab

    Hi Ashok,
    You have mentioned that you have a Oracle 10g  system as a data inflow which perfectly sets the platform to extract the data from the Oracle  system to SAP BW system.
    This Can be done through the DB connect ,through where you could select the necessary tables and form them as a datasource in BI system,further creating the usual BI objects on top of the DS.
    Once the Data is in BI ,we could pull the BI cube or form a replica of the cube in BCS application format to use it in the BCS environment.
    Hope this helps,
    Regards,
    Rajesh.

  • Data Type for Process Flow... PB with Date?

    I've got a problem by passing parameters in process flow.
    I have a mapping with a parameter DATE_EXEC (data type : DATE) and a default value that is TO_DATE('20/01/2007' , 'dd/mm/yyyy') . My mapping is working good when i launch it.
    I have a process flow which contains the mapping. This process has a parameter DATE_EXEC (data type : DATE). I bind the 2 DATE_EXEC. But when i launch my mapping the value is not recognized, I try with :
    - TO_DATE('20/01/2007' , 'dd/mm/yyyy')
    - 20/01/2007
    - 2007.01.20
    - 2007-01-20
    My question is what are the data type in process flow? They are not ORACLE TYPE.
    For example , a parameter in a mapping which is a VARCHAR2 must be input between quotes but if you bind it to a parameter of a process flow which is a STRING (not ORACLE Data type) , you must input it without quotes?
    Anybody has some rules about that?
    I apologize for my english, i'm a french people.

    Here is some information on the literal quote or not quote query and what I think you need to do at the end, hope it helps. Not exactly intuitive...since the flow designer (you) have to know what is a PLSQL object and what is not.
    1. Literal = FALSE
    When Literal = FALSE is set then the value entered must be a valid PL/SQL expression which is evaluated at the Control Center e.g.
    'Hello World!'
    22 / 7
    2. Literal = TRUE
    When Literal = TRUE then the value is dependent on the the type of Activity. If the activity is a PL/SQL object i.e. Mapping or Transformation, then the value is PL/SQL snippet. The critical difference here is that the value is macro substituted into the call for the object. The format of the value is identical to that entered as default value in the Mapping editor. e.g.
    'Hello World!'
    sysdate()
    If the activity type is not a PL/SQL object then the value is language independent. e.g.
    Hello World
    3.1427571
    What you should try......
    Check the map activity parameter in your process flow to see if literal is false (an expression), set it to false and then try using your TO_DATE('20/01/2007' , 'dd/mm/yyyy') expression, deploy your flow and execute. Alternatively the user guide defines the DATE type for flow with the format YYYY-MM-DD so you can have the parameter value as '2007-01-20' use literal equal to true and remember and quote your value.
    Cheers
    David

  • Best practice in dreamweaver based web design

    Hi DW Gurus
    I have been learning dreamweaver at work and at home for a while now and I am very interested in getting some details about best practices.
    I am aware that my designs are still quite simple and don't expand dreamweaver anyway near its abilities, however as a novice I am sticking with DW CS4 and trying to developing foundation skills before trying to move on to greater adventures in web design.  My dream is to eventually leave my employer and start my own freelance design business that I can manage while I am travelling in SE Asia (yeah I know - dream on .....). I am saving for my CS4 master suite license - my current one belongs to my employer.
    In particular I have just started to do some free design a community organisation - I am trying to develop a portfolio of sites that I can show new clients (with money) what they could expect for their investments.
    I am interested in getting some ideas about work flows - design standards - whether designers use the dreamweaver layouts - whether to code or to use the WYSIWYG.
    Anyone care to share how they plan and go about their design work.
    In my past life I was a SQL developer and a C#.net programmer - in those feilds there are standards for code and applications . Are there industry standards that would point to good or better designing?
    Thanks for your time and interest in my topic,
    Respect,
    Doug

    The first thing you need to learn is html and css, without knowing the programming language will only make DW a hard tool to use.  You need to learn coding to WC3 standards.
    FREE HTML & CSS Tutorials  - http://w3schools.com/
    http://reference.sitepoint.com/css
    http://reference.sitepoint.com/html
    Validation tools that you will need to bookmark.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Hopefully you use Firefox, and if you do, the web developer toolbar is essential:
    http://chrispederick.com/work/web-developer/
    Yes, you can rely somewhat on DW's layout mode (or what features are left of it), but this will only lead to problems when it comes time to troubleshoot any problem pages that do not render correctly across the various browsers.
    A paying client will expect a well designed, fully functional website and you need to have the programming skills to accomplish this for them.
    Not sure how far advanced you are but the Adobe site has quite a few CSS based tutorials - and I would strongly urge you to go through the series listed below - to get up to speed on the correct way to lay out a page.
    Creating your first website (series)
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS42d4a1c0291fbe4e59147ede1232ff9686c-8 000.html
    LIST OF CSS TUTORIALS ON ADOBE SITE:
    http://www.adobe.com/devnet/dreamweaver/css.html
    If you use Fireworks as a tool to create your layouts, then the following tutorial may be of benefit:
    TAKING FIREWORKS COMP TO DREAMWEAVER:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Good luck in your future endeavours 
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • OWB Process Flow Execution in Workflow

    Hi!
    I hope somebody can help me with this one... I have a process flow designed to load data from a flat file to a db staging table then do some transformation on the data and load the data to the data warehouse. I am using OWB 9.2.0.2.8, 9i DB (9.2.0.5) and OWF 2.6.2. I have successfully validated and deployed the process flow but during execution, the process failed on the mapping that loads data from the flat file to the staging table. The message log of the deployment manager reports: /u01/oracle/product/owb/temp/STAGING_MAP.ctl (No such file or directory). Do I have to set the source location for the flat file again? You see we have already executed this mapping alone and it worked fine, using the source location in the server as defined in the mapping, which is /u01/files/.
    Thank you.
    Shiela

    hi,
    well,jus check whether u created locations and connecter and check u deployed every thing and try once again.
    naren

  • Best practice question for Bounded task flows

    We are new to Jdeveloper/ADF and I was wondering if we should always try to use a bounded task flow for our applications... is this considered the best way to develop an app? even the small single page ones?
    Thanks in advance.

    Hi,
    let me turn teh question around: How many tools do you have at home beside of a hammer ? In other words, its the problem you need to solve (and use cases are problems) that should determine the use of bounded task flows and its granularity. Note that for each use case the bounded task flow makes a good candidate for delivering it. Doesn't mean that every single page needs to go into its own task flow. For general bounded best practices have a look here
    http://www.oracle.com/technetwork/developer-tools/jdev/adf-task-flow-design-132904.pdf
    Frank

  • Where's cover flow in ios7?

    What happened to the beautiful cover flow design of records in music in iOS7?    Gone, it seems!!!   Please bring it back as what we have now in iOS7 is, at best, nothing more than mediocre.  

    I'm disappointed too and have to admit to use Amazon's Cloud Player on my iPad since last week. It has everything Apple's Music App used to have especially a good looking, fast and comfortable cover display.
    I also hope very much there will be some form of cover display in the near future in Apple's App.
    By the way: They should add the possibility to delete albums again. It's really annoying to delete them song by song.

  • Call bounded task flow

    hello,
    how can unbounded task flow call bounded task flow.
    thank you.

    Hi,
    Not exactly sure what you want to achieve, other than the obvious.
    So, here are some links that might help you;
    http://www.oracle.com/technetwork/developer-tools/jdev/adf-task-flow-design-132904.pdf
    http://docs.oracle.com/cd/E15586_01/web.1111/b31974/taskflows.htm
    Regards,
    Dimitris.

  • Sub Flows + Inappropriate Page Rendering

    Inappropriate question page is rendered while using flows.
    for category 1; Group 1; any business = X or Y - system always showing "Question Screen 1". Any thing wrong with my flow design ?
    My Design :
    Main Flow:
    Based on category (as condition)
    Sub Flow1 (category = 1)
    Sub Flow2 (category = 2)
    Error (any other category)
    Sub Flow 1:
    Based on Group (as condition)
    Group Flow1 (group =1)
    Group Flow2 (group =2)
    Error (any other group)
    Group Flow1:
    Based on the business (as condition)
    Question Screen1 (if business = "X")
    Question Screen2 (if business = "Y")

    Hi 960661,
    When you say "Based on the business (as condition)", does this mean that you've added a specific decision point in Group Flow1 with the business-type attribute? Assuming you have, then run the interview in the Debugger (with screens), and when you get to the problem screen, flip over to the Data tab and check the value of your decision point attribute and see if it's what you're expecting.
    BTW, this interview flow may be easier to implement using a procedural rule rather than screen flows. Unless there's something specific you need that you can only get by using the screen flow functionality, then I'd seriously consider just using procedural rules -- they are generally easier to implement, test and maintain.
    Cheers,
    Jasmine

  • Execute process flow with OMB*Plus

    Hello,
    somebody know how to execute a process flow designed with OWB 9.0.4.8.21 within OMB*Plus?
    Thanks,
    Pedro

    Currently it is not possible to execute Process Flows or Mappings from OMB. OMB is to be used mostly as a metadata manipulation and processing platform, not for run-time management.
    What you could do is to put OMB metadata operation commands and runtime execution commands one after the other in a shell script and then run everything from this shell script (if this is what you are trying to do).
    Regards:
    Igor

  • Design Issue- Experts Help

    Hi,
    I need some ideas from experts in this design issue.
    I am in just the beginning of my data flow design.
    I have 10 fields to be displayed on my report.
    All these fields come from 4 different datasources.
    What would be the ideal way to proceed.
    Thanks,
    JB

    JB,
       First analyse the data which comes from 4 ODS's. Check what are the common fields in four. Based upon that you can go for various options. More analysis will lead you choose a proper and consistent design.
    If possible give the fields of four data sources.

Maybe you are looking for

  • OS X says  D-Link DSM g-600 network drive needs a username and password.

    Can connect my macbook to my wireless network, surf the net and detect network printer and shared files on my XP Home Desktop. The LAN portion consistists of a network printer, Linksys router, XPHome desktop and 500 GB external storage device. The st

  • Help! How do I delete these unwanted photos?!

    I just updated my iPhone to the OS 5.1. When I connected my iPhone to my laptop, it automatically synced a bunch of photos to my iPhone that I didn't want on there. How do I delete them??? My phone wasn't backed up prior to the sync. I've tried every

  • ITunes store wil not acept my new Mobile Me Email address

    Hi. I have recently taken up a Mobile Me account. My current Apple ID is [email protected] My Old email address was [email protected] I now have a new Mobile Me email address which I want to use with my iTunes account as I want to keep all my purchas

  • Schema generate error ORA-04071

    I�m trying to generate a schema into SCM using jr_registration.generate(schema_name=>�NAME�);. Every time it fails with this error: ORA-04071: missing BEFORE, AFTER or INSTEAD OF keyword ORA-06512: at "REPOS_MANAGER.JR_GEN", line 4329 ORA-06512: at "

  • Why is video conversion so flippin' slow?

    Is this Apple's way at getting back at the 95% of computers users who use Windows? $30 for QT PRo and it takes 3 X longer to convert a video than the video itself.