Assigment Button on 0001 Infotype (Org. Assignment)

Hi HR Gurus,
How can i disable/enable the Assigment Button on 0001 Infotype (Org. Assignment) ???
The table T588M does not give any option for doing so. Can u guys advise ????
Thanks
Jay Gandhi

Hello Jay,
I'm not sure I understand your problem.
You want the Org.Assignment-Fields to be disabled? Look at PLOGI in transcation PE03. There you can configure if personnel / organizational management is integrated. If not, fields should be disabled.
If that is not your problem, please explain.
Regards
Herbert

Similar Messages

  • Org.Assignment Infotype start date and End date is getting wrong.

    Hi, When i create a new employee in PA40, in Org. Assignment infotype start date and end date is getting wrong. for eg. When i create an employee on 01.04.2014.    In org. assignment infotype its getting like this. 01.01.2014  to  31.03.9999  and 01.04.9999 to 31.12.9999  Two date entries are creating by default.

    Hi
    Check in the Table - T588Z : Dynamic Actions ,is there any custom routines causing the defaulting dates functionality.
    Thanks,
    Sreeram

  • Deleting Infotype 1 (Org Assignment)

    Hi All,
    I need to delte Infotype 1 (org assign.) for an emp for the period 01.05.2008.- 31.12.9999.
    By mistake the payroll area entered is wrong.
    Now the payroll is not running.
    I m not able to delete the record as offcyle has already run.
    I even tried Promotion and Orgn Reassignment.
    I cant even delete the payroll results of offcycle run.
    Plz give me the solution.

    Hi..
    if u want to delete payroll results..
    try PU01
    then try
    PU00
    Edited by: Ramm on Jun 6, 2008 4:55 PM

  • Org assignment

    Hi Experts
    I have a requirement to assign org unit to the User via position. We are already live with the data. A user is already assigned to a orgunit. I have to change the org assignment. As we do in PPOMA_BBP manually, is there any FM or BAPI where I can pass the user name & Org unit.
    In PPAOM_BBP we delete the assigment of the orgunit to Position and agian assign a new orgunit to the position of the user.
    I need a code which can do the same.
    Quick response will be appreciated.
    Many Thanks,
    Prasad

    Hi. I can't find a function module, but you can use transaction PP01 to move a position to a new org unit instead. Just maintain the "relationships" infotype.
    You can then do a call transaction or use ECATT to mass maintain the data.
    Regards,
    Dave.

  • Org assignment error

    Hi,
    I am trying to create a record in infotype 15, and i am facing the follwing error
    " No org. assignment data available for 01.11.2005 "
    In the Diagnosis it says
    " An Org.Assignment record (0001) does not exist for 01.11.2005. "
    Can anyone please help me overcome this problem.

    Pl verify if an infotype 0001 record exists for this employee as on 01.11.2005. If there isn't one, create one before going ahead with 0015.
    ~Suresh

  • Org Assignment of global employees in Compensation Management

    I have a problem with Compensation Management but it also relates the Org Assignment of global employees
    In Comp when I try to submit an employee using transaction HRCMP001, I have an error saying no org assignment exist on 01. 01 .2008.
    The business scenario is as follows. EE is hired on 01012008 in UK for e.g. he gets terminated on 31.05.2008 and then gets re-hired in another country using the Global Employee Personnel actions on 01.06.2008. In this county, he becomes eligible to receive the increase but when I try to submit, the error comes up that no org assignment exist for 01.01.2008. I have changed the settings in T582A to u2018copy infotypeu2019, it tries to reference the previous org assign infotype from 01.01.2008(which is correct but the system rejects it and will only accept the new date of the new hire 01.06.2008) thereby not referencing the old org assignment in the new personnel number.? I tried the propose infotype option but it did not do anything. Does any one have any suggestions? Thanks ever so much for your anticipated help.

    You create the compensation packages using info type 0706. This info type has
    Two subtypes; one for home country and one for host country
    Check this link
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/32/79c73c0c52085be10000000a114084/content.htm

  • PO13 and 0001 infotype (HR_INFOTYPE_OPERATION + badi HRBAS00INFTY

    Hello Friends,
    We have cretaed a position description subtype and assigned it to 1002 infotype.
    Query: 1) Adding 2 customer fields(Subtype and description) to infotype 0001 (This is done using PM01).
    2) Using Po13, they assign a subtype(position description) for a particular Position.
    Now the requirement is When they assign subtype to a postion in PO13 and save then these subtype
    and subtype description should be stored in 0001 infotype.
    the position should use to locate the employee and once the employee have been located update 0001.
    for ths I have implemented a PO13 badi HRBAS00INFTY(IN updating method) and inside the BADI we are calling
    HR_INFOTYPE_OPERATION' to update the eMPLOYEE(0001 INFOTYPE).
    Problem: Now the problem is , when we open PO13 in change mode to assign a subtype to Position ,sap creates a lock entry and when svae we are call
    HR_INFOTYPE_OPERATION' to update the eMPLOYEE(0001 INFOTYPE).but HR_INFOTYPE_OPERATION' also internally tries to lock the position but raising a
    message "You have already locked object/infotype S50000024".
    Pleae find below function and follwoing parameter I am suing for updating the person(0001 infotype) .
    I dont understand why HR_INFOTYPE_OPERATION is trying to lock position when I pass Pernr and 0001 as a parametr.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    infty = c_infty
    number = wa_pernr-pernr
    SUBTYPE =
    OBJECTID =
    lockindicator = 'X'
    validityend = wa_pernr-endda
    validitybegin = wa_pernr-begda
    RECORDNUMBER =
    record = it_0001
    operation = 'MOD'
    tclas = 'A'
    dialog_mode = '0'
    NOCOMMIT =
    VIEW_IDENTIFIER =
    SECONDARY_RECORD =
    IMPORTING
    Please help me .
    Thanks In advance
    Best Regards
    Trupthi

    Hi,
    Onemore thing I couldn't find the code for IF_EX_HRBAS00INFTY-in_update.
    For every BADI there will be an example interface. Here for this BADI example is IF_EX_HRBAS00INFTY. If u want to see the model code, go to SE24 and give the name :IF_EX_HRBAS00INFTY and click on display. Then you can find the methods and respective exapmle code.
    One more thing
    Some  BADIs will not allow calling commit work. In your BADI also already one LUW is opened, so it will not allow  to open another LUW and the respective  commit work.
    Thanks and Regards,
    Chandra

  • Org.Assignment Error_0001

    Respected Seniors,
    Hope to get your valuable inputs on this issues
    The issue is when i am going for hiring action through PA_40 till Org.Assignment system doesn't have any problem.
    The moment i filling the data in the 0001screen  and try to go to the next info type 0002 by saving the info type-0001 ,the system in place of going to 0002 screen it automatically takes me to the sap system login  screen and i have to go to pa30 to maintain the info types.
    Please help me out with this .
    Thank you very much in advance.
    Edited by: rajsaptechie on Nov 15, 2010 6:00 PM

    Looks like you have ALE distribution model set up to do cost center validation remotely (business object 'BUS6001', method 'CHECKACCOUNTASSIGNMENT'.
    Ask your BASIS guys to check ALE distribution model to see if this is the case, or you can check table 'TBD06' to see if there exists an entry where BOBJTYPE = 'BUS6001' and METHOD = 'CHECKACCOUNTASSIGNMENT'.  If there is one, i t means that cost center in IT0001 is checked remotely, and the RFC connection to the remote system either has an invalid id/pwd or doesn't have one set up yet (i.e. logon screen appears, and continue after you key in correct id/pwd) .

  • Regarding Org assignment record create/delete

    Hi All,
    I have created a postion and assigned a holder , as i have doen mistake in period creation i have deleated that position , and created a new postionand holder with correct period.
    but in org assignment infoype 0001 these old and new record got saved.Is there any possibility to deleate thsi record.
    Regards

    Hi
    Do remember that whenever an OBJECT ID start date is wrong, try to correct it with the program. RE_RHBEGDA0. This will correct the start date of the OBJECT IDs.
    I think, the new record is in 0001 - Organisational Assignment.
    1) Try to delete the first record, then go to delete the wrong entry record.
    2) Try to change the first record with the date of the wrong entry date, so that it will get delimited.
    Regards
    Team Member.

  • Missing information in infotype organisational assignment.

    Hi,
    Working in personal administration. For a particular employee,a particular info is absent in the infotype organisational assignment when we run it but when infotype actions is being run,it is present. The requirement is to bring the missing info in the infoytype organisation assignment.
    Any guidance would be helpful.
    Thanks and Reagrds.

    Which field you are facing issue ?

  • Missing BP Userid from Org Assignment

    Hi all,
    Was wondering if this has happened to anyone else.  We are using CRM 5.0 and R/3 4.7.
    We are creating our employees in R/3 using PA30  and transferring BP's to CRM using PFAL P- for person, personnel number and update.
    After we have assigned the employee to the org as a bp but loose the user id occasionally leaving the user without the ability to log in to the IC web Client.  It just disappears from the BP and from the Org assignment.
    Has this happened to anyone else?
    Maggie

    Thank you - we have resolved the issue this way.
    You are correct in that when you transfer an employee from R/3 to CRM using PFAL you must consider the insert vs. update mode.  An insert mode will delete all relationships to the org and update will not. 
    We also found that if the office in the org is not complete with a business partner assigned it will also contribute to the instability of the the position and employees assigned.
    Lastly we modified table T77SO using SM31 and value HRALX PQUAL -  X.
    Doing all these things has kept our employees assigned to the org.
    Maggie

  • Custom fields on OM to trigger creation of 0001 infotype record

    Hi Everyone,
    I need to resolve this as soon as possible.
    I have a requirement as follows:-
    There is a Custom infotype with 2 fields on a custom tab on Position level in OM.
    Now, when there is any change to the field contents and the validity dates, the integration should be triggered alongwith creating a corresponding entry in 0001 infotype in the background, just like it happens for all the other tabs/infotypes in OM.
    I already found a BADI, HRBAS00INFTY which enables me to change the code before updation of the database.
    Please let me know how to create the Info type 0001 records once the custom fields and validity dates are changed.
    Thanks and Regards,
    Pankaj.

    Hi Pankaj,
    Use the FM HR_INFOTYPE_OPERATION to update 0001.
    Regards
    Bala

  • Regd. workflows and org. assignment

    Hi,
    Most of us would know PPOC and org. assignment used in workflows. What I want to know is, this org. assignments do they differ in the way they are built if we use SAP HR in our system. If so how do they differ, it is going to be the same PPOC isn't it.
    Regards,
    Vijay

    Hello,
    In my opinion they do not differ. It are the same HR objects. So techinally there is no difference i think.

  • HR/ORG Assignment Integration issue

    Hello All,
    Basically I am not HR consultant .wondering if we are missing sap standard configurations.
    We are following below steps to over come this issue which is really not advisable.
    1) We lock the transaction: PPOME
    2) We import transport following transport.
    Object list of request
         Comment entry: Released
             PDMK924635 20070714 122520 NATT
         HRDSYS: Logical information object client-dep. table E
             SEGR_PLOGIAAAAAAAAAAAAAAA___0VVV
             SEKZ_ORGAAAAAAAAAAAAAAAAA___1VVV
         HRDSYS: physical information object client-dep. table E
             355DC851BE6F0973E10000009B38F850
             355DC852BE6F0973E10000009B38F850
             355DC97CBE6F0973E10000009B38F850
             355DC97DBE6F0973E10000009B38F850
         Table contents
             T77S0
                 T77S0
                     220PLOGIORGA
                 T77ST
                     220EPLOGIORGA
    3) User will change some entries in PA30 (not sure what entries).
    4)Import Original configuration
    Object list of request
        Comment entry: Released
            PDMK925883 20071115 133627 NATT
        HRDSYS: Logical information object client-dep. table E
            SEGR_PLOGIAAAAAAAAAAAAAAA___0VVV
            SEKZ_ORGAAAAAAAAAAAAAAAAA___1VVV
        HRDSYS: physical information object client-dep. table E
            355DC851BE6F0973E10000009B38F850
            355DC852BE6F0973E10000009B38F850
            355DC97CBE6F0973E10000009B38F850
            355DC97DBE6F0973E10000009B38F850
        View maintenance: Data
            V_T77S0SC
                T77S0
                    220PLOGIORGA
                T77ST
                    220EPLOGIORGA
    5) Unlock PPOME
    Please give some solution regarding this issue. I am happy to provide more details regarding this. I am not sure which details are really required for your investigation.
    Thanks in advance .
    Kind Regards
    Raj

    Hi Dianna Perron ,
    Thanks for your update, I think it is quite difficulty to check the config in the transport  i am sorry for this .
    I got full history of this issue.
    - It was the issue with integration between HR and Org assignment.
    1)
    There was a requirement to make cost canter field a input field on HR master as this could be used by PD resources in reporting. This was achieved by switching off the integration between Organisational Management/HR via Transport config.
    2)
    By doing above could maintain the cost canter field with relevant cost centers for watch HR record in PA30.
    3)
    Users reported few errors (Error screen you can see attached Screen 1) that there was some issue how the integration between HR and Org assignment is behaving. This was sorted out and the integration between HR and Organisanol Management was activated by transport .by activating this (step 2 PA30) again Cost Canter field Greyed please find Screen 2)
    4) Because of the above issue we are deactivating the config with one transport and then again activating one transport.
    Please let me know if you want to check the configs kindly provide me SPRO Path the i will provide
    Kind Regards
    Raj

  • Inforecord - plant and purch org. assignment

    Hi Experts,
    I would like to have some support / good ideas on following issue:
    we have a plant assigned to purchasing organisation 1:1, and only one (standard) inforecord should exist plant / purch organisation related, because I based my calculation on the inforecord price (through calculation variant / valuation variant). But buyes, who are responsible to create the inforecords frequently make mistakes and create inforecord with no plant, only purch org assignment  than make a new one with plant and purch org assignment, which sometimes gives us difficulties - especially on price handling during Po creation and calculation.
    Could You, pls advise me, which is the easiest way to stop this kind of duplication, and also delete the only purch org. related inforecords - I want to have only the purch org. and plant related inforecords in future.
    Thanks in advance

    SAP made the customizing for this control a kind of hidden.
    instead of putting it into the info record section in IMG, they have this in Conditions section.
    OLME > Conditions > Define Condition Control at Plant Level.
    here enter a minus for No plant-related conditions allowed
    If conditions are not allowed at plant level, you may not create any purchasing info records or contract items relating specifically to the plant.
    you can set a deleition indicator in ME15, and then archive the info record with SARA object MM_EINA

Maybe you are looking for

  • No startup: blank screen, power light on, fans normal speed

    iMac G5 2.0GHz, 2GB RAM, 160GB HD, OSX 10.5, 17". Bought in October of 2005. Two matched Samsung 1GB RAM chips installed quite some time ago with no problems. While it isn't the iSight model, my iMac has done the blank screen with fast spinning fan t

  • How to add a Border

    Hi! I want to know how to add a border to a particular column (Vertical) in the report. I have no clue, please help me. Thank you very much. null

  • MAX DateTime Not working

      SELECT MAX(DateTimeAdded) OVER(PARTITION BY PatientID ORDER BY DateTimeAdded)as DateTimeAdded     FROM ClinicalVitalGroup CVG_D Msg 156, Level 15, State 1, Line 1 Incorrect syntax near the keyword 'OVER'. Why is this not working???

  • What is the best way to cancel the related update from aboutToUpdate ?

    What is the best way to cancel the related update from DescriptorEventAdapter.aboutToUpdate ? Anyway to manipulate descriptorEvent.getQuery() so that it doesn't generate anything? In our specific case, TopLink 11 - EclipseLink 2.0.2 generates useless

  • [HELP] Centering External SWF

    I've read dozens of post on this forum as to how to do this, But I cannot get my own to work. I am loading an external swf file into an empty movieclip. I would like the external swf to be centered initially, and after page resize. Can someone PLZ as