How to model subtypes in HR??

Hi Gurus,
In 0HRPOSITION, I would like to add subtypes and resources from the table HRP1010.
but when I load the data, its giving me "overlapping time intervals" error.
Its bcoz the data is like
Position      Validfrom     ValidTo     Subtype     Resources
POS100     7/01/2010     31/12/9999     9000     1
POS100     7/01/2010     31/12/9999     9002     1
Now this shouldnt be a issue as the subtypes are different.
But its giving the overlapping time interval error as i understand the subtype is not the key.
I dont want to compound the subtype with the 0HRPOSITION infoobject and cannot remove the time dependancy as well.
Is there any other way of achieving this without losing the time dependancy???
Thanks,
Jayashree

Take a look a this excellent site, it has a plethora of answers to all of your questions:
http://www.google.com/search?hl=en&q=site%3Asdn.sap.com%3AHowtotriggerworkflowinHR+

Similar Messages

  • How to model multiple parent hierarchy in obiee

    hi,
    I have product hierarchy with multiple parents for a single level. and i want to display all the levels of hierarchy at a same time.
    Below mentioned is wht data i am getting from product table in OLTP
    current product diamension
    root1--level 1
    child product1--level 2
    child product2--level 3
    child product3 ----level 4
    and
    root2----level 1
    child product4----level 2
    child product2----level 3
    child product3 ----level 4
    If u see we have child product2 belongs to two diff hierarchies.
    My report req is i want to show all the levels of product in single row.Some thing like
    Mb no. level 1 level 2 level 3 level 4
    123 root1 CP1 Cp2 CP3
    123 root2 CP4 CP2 CP3
    How to model this scanario in OBIEE?

    H,
    Refer this
    http://oraclebizint.wordpress.com/2007/11/30/oracle-bi-ee-101332-one-dimension-multiple-hierarchies/
    http://www.rittmanmead.com/2010/11/oracle-bi-ee-11g-parent-child-hierarchies-multiple-modeling-methods/
    Thanks
    Deva

  • How describe model data and  get select in DB throw topLink.

    Hello,
    I have table from code
    create table t_tree
    id int primary key,
    parent_id int,
    value varchar2(255)
    Alter table t_tree
    add constraint constr_id_parent foreign key (parent_id) references t_tree (id)
    I must get query
    select level as lv,lpad('-@-', (level-1)*2)||value as MMM, t.* from t_tree t
    connect by prior id=parent_id
    start with T.PARENT_ID is null
    How describe model data and get select in DB throw topLink.
    Dema.

    So you'll probably have to write a function which uses dynamic SQL to retrieve the desired message text, like this untested one:
    CREATE OR REPLACE FUNCTION get_msg(p_db IN VARCHAR2,
                                       p_id IN NUMBER)
       RETURN VARCHAR2
    IS
       msg_txt  VARCHAR2(4000);
    BEGIN
       -- make sure p_db is a valid database link ...
       EXECUTE IMMEDIATE 'SELECT d_msg FROM msg@' || p_db || ' WHERE t_id = :id' INTO msg_txt USING p_id;
       RETURN msg_txt;
    EXCEPTION
       WHEN NO_DATA_FOUND THEN
          RETURN NULL;
    END get_msg;
    /The you can update likeUPDATE mex
       SET t_msg = get_msg(db_id, t_id);Hth, Urs

  • How to model a conversion table for unit of measures?

    Hi
    I am looking for some input on how to model a many-to-many relationship.
    The situation:
    A fact table with columns:
    Product
    Unit of Measure
    Date
    Value
    1 product is stored with 1 and only 1 unit of measure - e.g. Product = Oil, unit of measure = m3
    The fact contains several products, each having its own unit of measure.
    A dimension 'Unit of measures' with columns
    Unit Of Measure
    Unit Of Measure Name
    Measure System
    While reporting on the facts it should be possible to chose the unit of measure I want to see my facts in. E.g. I want to be able to show Oil-production in m3 or barrels or liters, etc.
    My challenge:
    How to model this requirement?
    Right now I tend to go for a bridge table between the fact and the dimension.
    But I was wondering:
    a) are there other ways to model it
    b) are there pitfalls in using Bridge tables?
    c) Can I re-use the bridge table in combination with other facts as the model grows?
    c.2) do I need to create an alias on the bridge table to re-use it?
    Thanks for your help
    regards
    Andy

    Hi Kart,
    ok let's say my model looks like this (columns below the tables names, sample in brackets) - again ignoring a date dimension:
    Dim_Product --- 1:n --- Fact ----- n:1 ----- Dim_UOM
    Id (1,2) Prod_id Id (1,2,3)
    Name (Oil, Gas) UOM_id Name (m3, Barrel, Litre)
    Value
    So the products are coming from the Dim_product, Unit_of measures coming from Dim_UOM.
    Fact values would look like this
    Prod_id UOM_id Value
    1 1 10
    1 2 84
    1 3 10000
    etc
    If I need to report in a new measure, I would be forced to add a new record to the fact table
    Prod_id UOM_id Value
    1 1 10
    1 2 84
    1 3 10000
    1 4 150
    with 4 being the new measure id.
    What I am looking for is a way to be more flexible when it comes to converting values to different measures.
    Thanks
    Regards
    Andy

  • Having variations of same business process, How to model?

    Customer has several variations of the same business process. How to model them in Solution manager's project implementation tools? I actually created this same question in 'Business process expert' forum, so please read the whole story there and earn your points there.
    Having variations of same business process, How to model?
    Best regards,
    Kimmo

    Hi Kimmo,
    I wouldn't use process steps to refine processes. This is incompatible to SAP implementation content coming from BPR (Business Process Repository). But a good idea would be to copy the main business process e.g. "Sales order processing" into two new processes on the same level, e.g. "Sales order processing by manual input" (variation1) or "Sales order processing by incoming interface" (variation2). Then you can use the Compare Button on the variations to see if any changes have been on the main business process and copy them to the variations. This minimizes the effort to keep track of changes after creating the variations. When you run transaction SA_PROJECT_UPGRADE on that project these changes even get flagged. Mostly this function is used to upgrade against BPR or a template project but it works also for copies inside a project e.g. to model variations.
    Regards
    Andreas

  • How to give subtypes to OM infotype.

    Hi all,
    I have created one OM infotype ,I need to give subtypes for that.
    How to give subtypes to OM infotypes
    thanks in advance
    Ambili b

    <li>Check V_T591A  Maintenance  view.
    Thanks
    Venkat.O

  • 30 day balance how to model

    Hello BW Experts,
    The report should show the customer 30day and 60 day balances according to the date entered. How to model 30 day balance for a customer. All we have is the current balance in the transaction record.
    Possible solutions
    1)     can we calculate the fields and add them in the ods / cube
    2)     should be only dynamically calculated in the query, what is the best method to implement this.
    3)     Have a restrict key figure restrict w.r.t to 0calday and by using the user entered date in variables ( please explain this option in detail, how to implement this)
    Any suggestions appreciated
    Thanks
    BWer

    Hello BWer,
    You can dynamically calculate it  in query.
    What cube is this?
    If FIAR look at this report http://help.sap.com/saphelp_bw32/helpdata/en/ac/b2ae397f768c3ce10000000a11402f/content.htm.
    Do you need something similar to this?
    Otherwise give us some more details like what other characteris you have?  Is balance calculated based on Posting date? or do you have any net due date for the document ?Is there any clearing status/Clearing date?
    Vijay.

  • How to model a text field 2000 chars long.Thanks in advance

    Hi All,
             There is a field for Account object called comments.This field is of Varchar nature and length is 2000 chars.The field is in CRM system.I need to map it to BW.How to model this field as  attribute of Account Infobject.Is it as atext?If so can i declare it as a char.will it hold 2000 chars
    Thanks.

    If you want get this 2000 chars into BW , We need create 34 Attribures and split the 2000 chars into 60...60 in tranfer rule.
    By
    CCC

  • How to Modelling a 3D human face??

    Hi there, everyone
    I am new to Java3D , I would like to build a 3D face of a human but i have not idea how to start.looking for any indication of how to model a human face by just using pure java, many thanks.

    java 3d is fairly easy to learn - check out the documentation on this site which includes a good tutorial. as for modelling a human face by far the easiest way to do this will be in an actaul 3d package like 3d studio max. alternatively you may be able to find a mesh somewhere on the web for free. you can then import this data into java 3d for representation in a java program. just using java3d will take you forever unless the face is very very simple.
    java3d is really for displaying 3d data rather than modelling new complex real world objects. i used it to build 3d flowers but there are algorithms for making such structures.

  • How to implement SubType/SuperType in Oracle ?

    Hi,
    I have a supertype and three subtypes, as attached below, how is the
    best approach to implement it in Oracle (9i/10g) ?
    Thank you for your help,
    Krist
    Supertype : Employee
    Employee_Number
    Employee_Name
    Address
    Employee_Type
    Date_Hired
    SubType : Hourly_Employee
    Hourly_Rate
    SubType : Salaried_Employee
    Annual_Salary
    Stock_Options
    SubType : CONSULTANT
    Contract_Number
    Billing_Rate

    Assuming you want to model this relationally, try something like this.
    http://groups-beta.google.com/group/comp.databases.oracle.server/msg/a23ffb19bfde2f20?hl=en
    Note its a generic SQL approach, and somewhat over fussy but I think the genral approach holds up for this type of relationship.
    I would sort of stay away from objects in the database, it over complicates everything else you will ever do.

  • How to hide subtypes from standard infotype 21 in ECC6.0 ?

    Hi All,
    I encounter the following problem : we've upgraded our customer's SAP HR system from 4.6c to ECC6.0 and new standard subtypes for infotype 21 appear (especially when you press F4 or use the entry help button in transaction PA30) ...
    And our customer askes us to remove these new one ... so I made my research and finded in the IMG : 'BAdI: Set Up Entry Help for Subtypes' ... Then I clicked on it, a window appear and I choose the corresponding line for IT0021 ... but I don't know what to do after that ? I tried to create a new implementation with name terminated by 0021 (like proposed in SAP standard help) but I encountered a blocking message about the Filter type (defaulted at INFTYPA and not modifiable).
    Before that, I found the view V_T591A but it doesn't seems to be indicated to remove line from this table to solve my problem, that's why I continued to investigating and finally find the 'BAdI: Set Up Entry Help for Subtypes'.
    Then I desactivated the Badi and the system asked me a transport request ... now I try to re-enable it and the system ask me a repair key At this time, I didn't make any change in the system.
    I really don't know what to do ... Could you help me ?
    Only one thing makes me happy : I did this in the sandbox system and our other landscape's system are not impacted by my research ... Ouf !
    Have a nice day / afternoon / night !
    Sincerely yours,
    Alexandre.

    I would go more along the way of using a search help exit. In fact for field FAMSA the search help used is the generic H_PAD_T591A_SUBTY so there is a search help exit for that one, HR_H_PAD_T591A_SUBTY_EXIT. I haven't used it still, but there is some documents on how to use and restrict the values you want for a specific Infotype.
    There could be another way, but in the case of the Infotype 0021 i don't think it's possible which is using implicit enhancements in the PAI modules of the screen. Some infotypes are possible to enhance, some aren't i think that 21 is one of the "aren't" ...
    Either way, hope this can be another way to go. Good luck.

  • SDDM EA 3.1: Engineer to Relational Model (subtypes)

    It seems that mandatory attributes of entity subtypes become mandatory columns on the corresponding tables even when you engineer to "one table" (the super type).
    In that case I would expect that the column would become optional.
    Even better: a check constraint would verify that the column was not null for records belonging to the originating subtype.
    / Marc de Oliveira

    1) Funny, when I dropped the column, and had it recreated by the engineering process, it worked correctly. But re-engineering the old column kept setting it to mandatory even when I manually set it to optional. I have a sense that some of my objects are ignored by the tool... Only when I drop them and recreate them they seem to be recognized. I had the same issue with some entities that consistenetly did not got engineered into my relational model. Only when I created a new ER-diagram and included the same entities they would get engineered into the relational model...
    2) Designer did this. When a supertype table was generated in the "one table" mode there would always be a new column called SUBTYPE with a constraint allowing the short names of each subtype as values (ex: for the table PARTIES the SUBTYPE column could only contain the values PERS and ORG). With this in place you could create constraints such as "SUBTYPE = 'PERS' and FIRST_NAME is not null or SUBTYPE = 'ORG' and FIRST_NAME is null".
    Regards,
    Marc de Oliveira

  • How to Model this?

    Hello experts,
    Need help modelling the below data into Cubes:
    Sales Extractor:
    Has 30 fields including:
    Sales Doc: Sales Order Item: Config no.: Plant:  Material:  Customer Group: etc
    85252            10 1                4525           0001   Engine     10
    Options Extractor:
    Sales Doc:  Sales Order:  Item Config No.:  Characteristic Name:  Char Value:
    85252         10                 14525                Alternator                   ALT
    85252         10                 14525                Alternator                   ALT02
    85252         10                 14525                 Valve                         3
    (there maybe up to 100 characteristics for each Sales Doc)
    I have each extractor going into an ODS.
    Now I am not sure what to do next?
    For example I would want to run a report to see what Characteristics where sold to which customer group, so I need to bring both the ODS's together and then combine with a Cube (for Territory management from CRM).
    Do you have any ideas how I could design this
    Any help is much appreciated
    Many Thanks
    Helen

    Hi there,
    Thanks for your responses but I am still trying to get my head around how I would bring both extractors together
    These are the extractors:
    Sales Extractor
    Has 30 fields including:
    Sales Doc: Sales Order Item: Config no.: Plant: Material: Customer Group: etc
    85252 10 1 4525 0001 Engine 10
    Options Extractor:
    Sales Doc: Sales Order: Item Config No.: Characteristic Name: Char Value:
    85252 10 14525 Alternator ALT
    85252 10 14525 Alternator ALT02
    85252 10 14525 Valve 3
    Want to bring both together so that I can see the sales details per option
    eg  How many ALT's are sold in Plant 0001?
    At the moment both are coming into ODS?  do I build another ODS? use Infoset?etc
    Many Thanks for looking at this, really appreciate any advise
    Helen

  • How to model a non key figure numeric field

    I am new to SAP BI, so please acceopt my apologies if I am asking a very basic question.
    I have some numeric fields which are attributes of master data. These fields are not key figures and will not be aggregated. How can I model this in BI? I have to keep them as numeric fields because they may be used in some calculations at reporting.
    Thanks!

    You can display them as display attribute along with your main infoobject in query.
    or
    Model it using replacement formula variable by using attribute value as in this [Help|http://help.sap.com/saphelp_nw04s/helpdata/en/03/6ba03cc24efd1de10000000a114084/content.htm] doc.
    Hope this helps.

  • How to Model Emp table

    Hi Experts,
    I am new to obiee,i just want to model the normal emp Table in scott schema,
    Could You please explain me how to configure only Emp table like this
    and report should be like
    Manager Name Promt
    Table should be like
    Mangaer Name,Avg salary of employee under the manager
    Edited by: user1005945 on Feb 6, 2011 12:40 PM

    Hi Experts,
    I am new to obiee,i just want to model the normal emp Table in scott schema,
    Could You please explain me how to configure only Emp table like this
    and report should be like
    Manager Name Promt
    Table should be like
    Mangaer Name,Avg salary of employee under the manager
    Edited by: user1005945 on Feb 6, 2011 12:40 PM

Maybe you are looking for

  • Acrobat 9 PDFMAKER for Word - Relative Hyperlink problem

    In the past I have successfully use Acrobat Standard 6 PDFMAKER with Word 2003 to preate PDF files with relative hyperlinks. I have a large massively hyperlinked PDF document collection which I distribute on DVD and hence need relative hyperlinks bec

  • Sync Async without BPM and JMS.

    Hi Guys, Searched SDN a lot but in vain... i have soap(Sync) to File(Async) synario...Soap response can have like this "PI system received message".. How can i, with out BPM? Thanks Prabhakar

  • I use a 'Geocaching" website, and am no longer able to see maps on the webpage

    I go to 'Geocaching .com' and when I log on with my user name and look at a cache via 'Hide and Seek a Geocache', I get a page which shows me the cache details. This page should show me a map of the cache location, but the map is always blank now.

  • Photoshop-saved GIFs not playing on iOS

    Hi, I have spent quite some time looking for a solution to my extremely infuriating issue with GIF and Photoshop, and I really hope someone might help me with it on this forum. For example right now I have a file of 27 frames that is of course looped

  • Reset security question

    I have a problem in my account i forget my security question im try to reset but i cant  what i can doing ?