Organisation Management Relationship Job to Position

Has anyone made the relationship (S B007) between Position and Job mandatory? I want to ensure that every Position that is created, is linked to a generic Job. In other words you CANNOT create a Position with a Job
I have hacked around in the IMG in tables : -
T777O
T778V
T77ZR
But, to no avail.......

Hi,
You can mandate the relationship for a position with job by making a small modification in the table V778O.
In that table select S (position) and view the existing relationship (here position will be related to an org.unit) and delete the existing relationship and create a new relationship S B007 C and save it.
And now if you create a position system automatically gives a pop up box to create a relationship with a job for that position.
Like this you can make mandatory relationship for a position with job.
Hope this will help you.All the best.
Regards,
Vasu.

Similar Messages

  • Relationship of Jobs to Position

    Hi,
    When I maintain EG and ESG infotype(1013) through Jobs (Po03) should'nt these fields be automatically populated in Position (Po13) when I assign the relationship between Jobs and Positions?

    Hi,
    we use the T Code PO03 to create the jobs. Once the object is created the system does not ask for any other infotypes like relation ships to be maintained as it happens in T code PO10 and PO13 as we create the organisation units and Positions respectively.
    After creating the Position using PO!3, in which the relation ships to the Orgaisation unit is maintained we have to highlight the relationships again for the second time and create the relationship between JOB and POSITION.
    The relation ship goes like this " Job describes the position"
    Position is described by the Job"
    Hope your query is addressed corectly
    All the best to you
    Regards
    RR

  • Uploads of Jobs and Positions

    Hi
    So we had a little bit of an issue. We uploaded the jobs and the postiions and went live. However after about a month now the Compensation team wants to redo the jobs and the positions. The system is already live and PA and OM are interconnected.
    I want to ask
    1) Can we upload this once again - I mean the new jobs and positions
    2) What is the impact on the existing Org units jobs postions and persons. these are all we are using at present.
    3) What is the impact on the PA side.

    Thank you for your reply
    We only have PA and OM live at present the payroll is going to be an external system with an interface to SAP.
    Yes I agree that the impact will be high but going by the meeting I have been in the past week we will have to rework the existing jobs and positions.
    So going by your suggestions should I delete all the objects created for jobs and positions and the relationships first and then upoad the new jobs and positions into the system.
    To give you an example
    We have manager as jobs - and postion probably as HR manager.
    What the business wants to do is have HR manager as the job and the local title used in other countries as the positions.
    e.g HRIS manager as the position. I know this is not the ideal way but that is the w=only way we can accomodate all the countries requirements.
    Now in IT 0001 there is the relationship between PA and OM. THe SAP position numbers may change for the employee. Could you recommend how do I link up the employees again, or would I need to reload the PA's also.

  • Programmatically create a relationship between two positions in HR

    Hi,
    I have a requirement to create relationships in HRP1001 between two given positions with a start and end date.
    I need to write an upload program to do this but want to avoid Batch Input if possible.
    Are there any relevant function modules that can do what transaction PP01 does?
    Many Thanks
    David

    Hi,
    Try using this code
    LOOP AT T_MAINTAIN INTO WA_MAINTAIN.
        WA_MAINTAIN-FCODE = 'INSE'.
        WA_MAINTAIN-PLVAR = '01'.
        WA_MAINTAIN-ISTAT = '1'.
    *Relate account to project
        IF WA_MAINTAIN-OTYPE = 'O' AND WA_MAINTAIN-SCLAS = 'O'.
          WA_MAINTAIN-RSIGN = 'B'.
          WA_MAINTAIN-RELAT = '002'.
    *Relate position to project
        ELSEIF WA_MAINTAIN-OTYPE = 'O' AND WA_MAINTAIN-SCLAS = 'S'.
          WA_MAINTAIN-RSIGN = 'B'.
          WA_MAINTAIN-RELAT = '003'.
    *Relate job to position
        ELSEIF WA_MAINTAIN-OTYPE = 'S' AND WA_MAINTAIN-SCLAS = 'C'.
          WA_MAINTAIN-RSIGN = 'B'.
          WA_MAINTAIN-RELAT = '007'.
    *Relate employee to position
        ELSEIF WA_MAINTAIN-OTYPE = 'S' AND WA_MAINTAIN-SCLAS = 'P'.
          WA_MAINTAIN-RSIGN = 'A'.
          WA_MAINTAIN-RELAT = '008'.
        ENDIF.
    *Relate position to position
        ELSEIF WA_MAINTAIN-OTYPE = 'S' AND WA_MAINTAIN-SCLAS = 'S'.
          WA_MAINTAIN-RSIGN = 'A'.
          WA_MAINTAIN-RELAT = '002'.
        ENDIF.
        WA_MAINTAIN-ENDDA = '99991231'.
    *FM to create relationship
        CALL FUNCTION 'RH_RELATION_MAINTAIN'
          EXPORTING
            ACT_FCODE           = WA_MAINTAIN-FCODE
            ACT_PLVAR           = WA_MAINTAIN-PLVAR
            ACT_OTYPE           = WA_MAINTAIN-OTYPE
            ACT_OBJID           = WA_MAINTAIN-OBJID
            ACT_ISTAT           = WA_MAINTAIN-ISTAT
            ACT_RSIGN           = WA_MAINTAIN-RSIGN
            ACT_RELAT           = WA_MAINTAIN-RELAT
            ACT_SCLAS           = WA_MAINTAIN-SCLAS
            ACT_SOBID           = WA_MAINTAIN-SOBID
            ACT_BEGDA           = WA_MAINTAIN-BEGDA
            ACT_ENDDA           = WA_MAINTAIN-ENDDA
            ACT_PROZT           = WA_MAINTAIN-PROZT
          EXCEPTIONS
            MAINTAINANCE_FAILED = 1
            OTHERS              = 2.
        IF SY-SUBRC <> 0.
         WRITE : WA_INPUT-OBJID.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    ENDLOOP.

  • No entries for org unit, job or position in T5KWB

    Hi Experts,
    I am running payroll for canada , i am getting this error for 2 employees for whom the org assignment been chaged recently -
    now they are giving , kindly help me - i have checked this table T5KWB and it dosnet hold value maintained for org unit
    50737186
    KTXDM Canadian Tax Infotypes Data Management
    Input
    P0461
    P0462
    P0463
    P0464
    Processing
    No entries for org unit, job or position in T5KWB
    Search in organization structure failed
    Check T5KWB for org unit 50737186 or higher-level org unit for 20101031
    Thanks
    Jay

    Hi Jay
    Get the position of the employees for whom you are getting the error message and maintain infotype "Canada Groups for WCB" for those positions. This should solve your issue.
    You may want to go through below link:
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/WCB
    Hope this helps
    Best Regards
    Reddy

  • Actions for Org.Units, Jobs and Positions

    Dear All,
    I know how to create or copy the available actions for Org Units , Jobs and positions thro' the table T777M and run them through PP03.
    Once I do it , when I want to skip some of the relationships it doesnt allow me to , the next page tab is grayed out.
    I mean if we have for ex. a position reporting to a position and because he is, say CEO and I want to skip that relationship I am unable to , how to activate the skip or Next page tab ??
    Regards
    Uday

    Hi,
    Goto table T77IV click on maintain, Click on New Entries >> Enter the subgroup ( PVOB) PV - Plan Verson and OB is for Object you want to maintain the number ranges for eg : 01C for Job. >> Enter and save the record...
    It will take u to the next screen  >> Click on maintain intervals >> Click on Add Intervals >> New screen will appear ... enter the details as below :
    NO    From Number   To Number     Remarks
    01      1                     19999999        This is Object range
    Note : do not enter anything in "Current Number" &  Do not select "Ext"
    I hope this will help you....
    regards,
    Navinkumar

  • Updating Records of Container Managed Relationships in OC4J

    I have been able to implement the example give on Oracle website for container managed relationship i.e. Departments and their Employees. It works well to get the employees of a particular department. But I am unable to update all the relations correctly. The insertion of a new empployee does not insert a corresponding record in the relatioship table. How can this be implemented. Isn't it the job of the container to insert the correct record in the relationship relation also? Or we have to implement it through SQL statements.. (means it doesn't remain container managed anymore)
    Anybody who can help me in this matter?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Umair Rasool ([email protected]):
    I am looking for good examples for Container Managed Relationships in OC4J. Can anybody help me with this? Note that I have already tested a number of examples. I need an example that uses 1:N, and M:N container managed relationships.
    <HR></BLOCKQUOTE>
    The current version of OCJ4 does NOT directly handle M:N CM relationships but does for 1:N. OCJ4 has examples for 1:N. Also you can find examples out at www.orionsupport.com.
    null

  • Cannot open Catalog Manager and Job Manager on Windows 7 (11.1.1.6.2 BP1)

    Hi,
    We recently upgraded to OBIEE version 11.1.1.6.2 BP1 and installed Client tools from the same version (downloaded from Oracle Support). Once installed, ODBC connections are created to connect to the BI Server and we are able to connect to BI Server using Administration Tool. But Catalog Manager and Job Manager are not opening.
    Is there any setup missing to make Catalog Manager and Job Manager work?
    Thanks in advance.

    Hi,
    It is a known bug. Please find the solution here.
    http://123obi.com/2013/02/unable-to-open-catalog-manager-obiee-11g/
    Cheers,
    Kalyan Chukkapalli
    http://123obi.com

  • Any idea while updating job and position --I am getting the following error

    Hi, I am trying to update job and position to the existing employee but getting the following error
    Error report:
    ORA-20001: The primary key specified is invalid
    Cause: The primary key values specified are invalid and do not exist in the schema.
    Action: Check the primary key values before attempting to carry out the operation again.
    ORA-06512: at "APPS.HR_ASSIGNMENT_API", line 16616
    ORA-06512: at line 35
    Code which I am using is as below
    declare
    l_assignment_id number;
    l_object_version_number number;
    l_special_ceiling_step_id number;
    LC_EFFECTIVE_END_DATE DATE;
    LC_EFFECTIVE_START_DATE DATE;
    LC_DATETRACK_UPDATE_MODE VARCHAR2(100);
    LC_GROUP_NAME VARCHAR2(1000);
    LC_CONCATENATED_SEGMENTS VARCHAR2(1000);
    L_ENTRIES_CHANGED_WARNING VARCHAR2(1000);
    LC_GSP_POST_PROCESS_WARNING VARCHAR2(1000):=NULL;
    LC_PEOPLE_GROUP_ID NUMBER:=NULL;
    LC_OBJECT_VERSION_NUMBER NUMBER:=NULL;
    LC_SOFT_CODING_KEYFLEX_ID NUMBER:=NULL;
    LC_SPECIAL_CEILING_STEP_ID NUMBER:=NULL;
    LC_GRADE_ID NUMBER:=NULL;
    LC_OTHER_MANAGER_WARNING BOOLEAN:=NULL;
    LC_SPP_DELETE_WARNING BOOLEAN:=NULL;
    LC_ORG_NOW_NO_MANAGER_WARNING BOOLEAN:=NULL;
    LCTAX_DISTRICT_CHANGED_WARNING BOOLEAN:=NULL;
    L_EMP_START_DATE DATE:=NULL;
    J_LOCATION_ID NUMBER;
    J_PAY_BASIS_ID NUMBER;
    J_SEGMENT5 number;
    J_SEGMENT3 number;
    J_SEGMENT2 number;
    J_GRADE_ID number;
    J_PAYROLL_ID number;
    begin
    l_assignment_id := 214;
    hr_assignment_api.update_emp_asg_criteria
    P_VALIDATE => FALSE
    ,P_EFFECTIVE_DATE => TRUNC(sysdate)
    ,P_DATETRACK_UPDATE_MODE => LC_DATETRACK_UPDATE_MODE
    ,P_ASSIGNMENT_ID => l_assignment_id
    ,P_GRADE_ID => J_GRADE_ID
    ,P_POSITION_ID => 5062
    ,P_JOB_ID => 3063
    ,P_PAYROLL_ID => J_PAYROLL_ID
    ,P_LOCATION_ID => 142--J_LOCATION_ID
    ,P_ORGANIZATION_ID => 81
    ,P_PAY_BASIS_ID => J_PAY_BASIS_ID
    ,p_segment5 => J_SEGMENT5
    ,p_segment2 => J_SEGMENT2
    ,p_segment3 => J_SEGMENT3
    ,P_OBJECT_VERSION_NUMBER => LC_OBJECT_VERSION_NUMBER
    ,P_SPECIAL_CEILING_STEP_ID => LC_SPECIAL_CEILING_STEP_ID
    ,P_PEOPLE_GROUP_ID => LC_PEOPLE_GROUP_ID
    ,P_SOFT_CODING_KEYFLEX_ID => LC_SOFT_CODING_KEYFLEX_ID
    ,P_GROUP_NAME => LC_GROUP_NAME
    ,P_EFFECTIVE_START_DATE => LC_EFFECTIVE_START_DATE
    ,P_EFFECTIVE_END_DATE => LC_EFFECTIVE_END_DATE
    ,P_ORG_NOW_NO_MANAGER_WARNING => LC_ORG_NOW_NO_MANAGER_WARNING
    ,P_OTHER_MANAGER_WARNING => LC_OTHER_MANAGER_WARNING
    ,P_SPP_DELETE_WARNING => LC_SPP_DELETE_WARNING
    ,P_ENTRIES_CHANGED_WARNING => L_ENTRIES_CHANGED_WARNING
    ,P_TAX_DISTRICT_CHANGED_WARNING => LCTAX_DISTRICT_CHANGED_WARNING
    ,P_CONCATENATED_SEGMENTS => LC_CONCATENATED_SEGMENTS
    ,P_GSP_POST_PROCESS_WARNING => LC_GSP_POST_PROCESS_WARNING);
    end;
    Thanks in advance
    Rajini

    Please post the details of the application release, database version and OS.
    What HRMS patchset you are on?
    Please see if these docs help.
    Getting "ORA-20001: The primary key specified is invalid" Error Using HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA API [ID 737145.1]
    Hr_assignment_api.Update_emp_asg_criteria Gives Ora-20001, Ora-06512 [ID 334491.1]
    Thanks,
    Hussein

  • Creating a new job and position prompts customizing request...

    Dear All,
            I created a Job and Position through PP01 transaction. I am facing 2 issues while doing so...
    1. System prompts for Customizing request when i try to save the new entry.
        What table/settings do i need to maintain for turning of the customizing request promptings.
    2. Once i save the entries(after entering some dummy customizing requests), when i check the
        HRP1000 table for the new jobs and positions... The table entry shows 2 records for each Job and     
        position. One entry with Plan version '.:' and another with active Plan version '1'.
        I need to have just one entry in HRP1000 table for each job/position with ACTIVE plan version.
       I checked T77S0 table, it has active plan version maintained against the PLOGI-PLOGI entry.
       Please let me know what table i need to maintain to handle my requirement.
    Regards
    Nanda

    Hi Nanda,
    When you create new job or position in sandbox system it will not ask for the request number,since you generally dont transport the objects from sandbox to test system.
    When you create a new job or position in development system, it will always ask for request number. This is because, in most of the cases, you need to transport the job and position to test system and then to production system.
    Without a customizing request  you wont be able to transport those changes to next system.
    Thanks,
    Supriya.

  • In ABAP HR how to get job using position

    In ABAP HR how to get job using position (Using Infotype 1001)

    Hi anilkumar,
    1. u have the position
       u want the Job
    2. In hrp1001 table
       OTYPE = 'S' (for position)
       OBJID  = POSITION (AS ABOVE)
       SCLAS = 'C' (for finding job)
    <b>   SOBID = XXXXXX (here u will get the JOB)</b>
    regards,
    amit m.

  • Container Managed Relationships

    Within Weblogic 8.1 is it possible to create a Bidirectional container managed relationship between Entity Beans via their LOCAL interfaces where they participate in a one to many relationship.
    If so... How?

    Within Weblogic 8.1 is it possible to create a Bidirectional container managed relationship between Entity Beans via their LOCAL interfaces where they participate in a one to many relationship.
    If so... How?

  • How to export Oracle 10g Enterprise Manager Grid jobs?

    I need to save all current Oracle 10g Enterprise Manager Grid jobs before our migration. We are running Oracle 10.1.0.4 on Solaris 9. How can I save off the jobs to a file and re-import these after our migration into the new Grid server?
    Thanks,
    Ben Prusinski

    Hi!
    Have you been able to export your jobs? If you have, I would appreciate it if you could share it with me..
    Thanks!!

  • Organisation Management (OM) in ABAP-HR

    Hi all,
    Will anybody please give me idea/link on Organisation Management (OM) in ABAP-HR.
    Anirban Bhattacharjee.

    Hi Anirban,
    The core areas in HR are -
    Recuritment ,
    Personnel Administration,
    Organizational Management
    Organizationtal Development (OD),
    Traning and Developemt-this is under Personal developement,
    Organizational management mainly deals with the following-
    Organization Plan,
    Org. Hierarchy,
    This mainly deals with the Planning activtiy of the company and
    the hierarchy of departments .
    It tells abt how the org is structured.
    For eg:
    Take Dr.Reddy's Labs-
    Org- Board of Directors-CEO,COO,CFO are there at this top level,
    under this (Org untis are there) - It may span across countries also- Exah head for the country,
    Under this Diff departments r postiions are there - Dept for HR, Finance, Quality, Manufacturing etc. here thos head will be there.
    Again Sub departments may exts.
    for Eg:
    HR may have-
    HRP(HR planning),
    HRD(HR development) etc those head will be there.
    Under  each department -  we have employees.
    Thhis goes on N levels depending on company structure and its business and uits span across countries.
    OD-
    mainly deals with the Risk and change management. How a org should make changes to comany, if any change is masde whats its impact on company etc are discuseed under this.
    Reply if u have any queries.
    Reward if useful.
    Chandralekha

  • Organisation management or business partner groups

    Hi,
    we are using the change request management in the SAP solution manager. All relevant persons are modelled as business partners.
    As we want to use our organisation management (from our SAP-HCM-System) to build the organizational structure of our company.
    Does anybody synchronized the organisational structure or would be to create business partner groups the better way, because only some departments are using the crm.
    Thanks for any hints and reported experiences.
    Kind regards
    Peter Lintner

    Synchronization with HR can of course be done. But if you don't need so complex organization on crm side or even what to have it a bit different, then you can build on crm organization from scratch. That's what we did.

Maybe you are looking for

  • Agent option in OBIEE 11g

    I have OBIEE 11g(11.1.1.7.1) in my machine as development environment.When i try to create an agent from analytics->New->agent But i am not able to find the agent option in NEW menu. What are all the required steps to make it enable. Thanks, prasanna

  • Can you drag several sources to one target?

    Hi, I am using Captivate 8 and I have a drag and drop set up. Can you drag several sources (correct answers) into one target? Or does each source have to have its own target? Thanks, Kristen

  • No Sound/Volume

    My ipad today just turned sound off. Its not muted, connected to bluetooth, and so on. i have rebooted and rese

  • Loading bitmap (.BMP) files

    I am writing a sort of Image Viewers with Flex 2 - loading and displaying image files resided in local disk. Using mx.controls.Image class, I could load and display the JPG / GIF / PNG files at runtime. But I could not do the BMP files with the Image

  • Weebly drag and drop editor will not load

    I use ipage for my host. When trying to edit my site using weebly drag and drop I am having an issue. I login to ipage, goto control panel, click weebly drag and drop, then click edit site. It brings up a blank page! I have Firefox 3.6.17. I downgrad