0581 Info type

All,
When i am updateing info type 0581,i ended up with error as "No automatic
updation for info type 0008 and Relevant wage types not found.
Is this something related changes to user exits or config is missing at some where  else.
Note: Dynamic acion is deleted for this.
Thanks,Kiran

Hi Shekar,
    You mean i need to update info type 0581 first and later i need to update
0008 info type.
When i am doing like this,it was showing an error in status bar as allowance grouping is not found.
Method what i followed for this:-
Intially updated list of wage components to IT0008 Like basic pay,Hra,DA,Coveyance.Later i am updateing 0581.Then i  am getting an error as
" No Automatic updation to IT0008 and relevant wage types not found".Could you
please mark me an email in detail to [email protected]
Thank you,Kiran

Similar Messages

  • REPORT FOR INFO TYPE 586

    Hi All
    I am trying to create a report for INFO TYPE 586  in HR ABAP,where  in a table apporx 30 investment codes , proposed investment and actual amount are apperaring .
    Now My problem is,  I do not want to use IF .... ENDIF statment. Is there any other way to write the code .
    Please Help.
    Thanks in advance.

    Hi,
    In this situation you can use field-symbols and/or a internal table. Like this:
    tables: pa0586.
    field-symbols: <ff1> type any,
                   <ff2> type any,
                   <ff3> type any.
    data: w_campo1(30),
          w_campo2(30),
          w_campo3(30),
    data: w_nx(2) type n.
    data: begin of i_myitc occurs,
            itc like pa0586-itc01,
            dsc(30),
          end of i_myitc.
    * fixed selection or may be from a z table
    i_myitc-itc = '01'. i_myitc-dsc = 'AAAAA'. append i_myitc.
    i_myitc-itc = '02'. i_myitc-dsc = 'BBBBB'. append i_myitc.
    i_myitc-itc = '03'. i_myitc-dsc = 'CCCCC'. append i_myitc.
    select single * from pa0586.
    do 30 times.
       w_nx = sy-index.
       concatenate 'PA0586-ITC' w_nx into w_campo1.
       concatenate 'PA0586-PIN' w_nx into w_campo2.
       concatenate 'PA0586-AIN' w_nx into w_campo3.
       assign (w_campo1) to <ff1>.
       assign (w_campo2) to <ff2>.
       assign (w_campo3) to <ff3>.
       read table i_myitc with key itc = <ff1>.
       write: / <ff1>, <ff2>, <ff3>, i_myitc-dsc.
    enddo.
    Best regards,
    Leandro Mengue

  • Who has deleted the info type?

    Hi there,
    We are running ECC6.0 with Oracle 10g Release 2 on Windows 2003 Server. On our development box, somebody had deleted an important info type. The Security Audit is not enabled in ECC. How do I find out which user deleted that info type?
    What if, instead of an info type, an important table is wrongly deleted from the ECC system? How to find out the username, who deleted it and is there a way to retrieve the table back?
    I appreciate your valuable comments / suggestions.
    Regards.
    Herbinger.

    I am not sure but have a look on table CDHDR and CDPOS. These tables store the information about change logs, may be you can get some information from these tables.
    Regards
    Subhash

  • How to Enhance the info type in ECC 6.0,

    I  face a problem while enhanceing the infotype in EEC 6.0 ,
    but i know how to enhance in 4.7, here i face a problem is
    a error message comming like this
    "" SCREEN STRUCTURES AND CONVERSION CLASSES ARE NOT CREATED IN CORE SYSTEM"""
    what is that mean.
    actually i follow procedure in EEC 6.0 is
    initally go to T-CODE PM01 , then enter the info type num and click on edit button ,it will navigate into create the strrecture ,then iam creating the domain ,data element and save active.
    then  i click on GENERATE OBJECT button.
    finalliy i face above message like that,
    plz give me an idia ..
    Thank& Regards
    varma

    Please follow follwoing steps for PA infotypes.
    1. Execute PM01.
    2. Select 4th Tab as "SingleScrn" and enter infotype no. (eg. 0001).
    3. click Generate Objects button.
    4. Will get a screen for entering fields which u want to append to infotypes.
    5. Activate it.
    Pls mark necessary points if this helps to u.
    Regards,
    Ranjith

  • Error in info type 0001

    Hi all
    when hired an employee, while saving 0001 info type inpa40
    system shows one error
    " Define a fiscal year variant first for company code 9369"
    anyone solve prob
    thanks and regards
    Seenu

    thanks for reply
    after filled this table (V_001_U) i got one error in info type 0001
    "Define a chart of accounts first for company code 9369"

  • Display custom info type in ESS portal

    Hi all,
    I have got a requirement that i need to display the custom defined info type in ESS portal , that info type have three  text fields.
    Is it possible to do this using a standard configuration in ESS portal or do i need to do some  development?
    Please suggest..
    Thanks ,
    Gunja

    Hi,
    You have to do custom development in NWDS. Please check the similar thread
    Customer Infotype in ESS
    Thanks
    Santosh

  • Additional field in 0001 info type

    Hi all,
    I want to add a new field in 0001 info type.
    i believe this is just enhancement.
    Could you pls suggest the ways to enhance the 0001 info type accordingly..?
    Thanks & Regards,

    1. Using transaction PM01 chose the 'Enhance Infotype tab' and press the create 'All' button.
    2. In the next screen enter the new fields you wish to add to the Infotype 0001.
    3. After Saving  and Activating check the screen(using PA20 / PA30) and table PA0001. You will be able to see your new field.

  • Problem with customized info type creation

    hi
    When i am creating customized info type using T-code PM01, i get error message like "package in non original system only modifiable with organizer tools".
    The above message is coming whenever save the infotype in either customized package or local package.
    As per my observation when i save the infotype, it default takes SAP package So i need to change that package.So how can i change the package in T-code PM01.
    Please tell me the solution to overcome the error.
    Thanks,
    Ali

    Hi,
    Since infotype attribute in table T582A is clent specific, so you should maintain the entries in the target client.
    Create the table entry of your infotype in the other client in view V_T582A (infotype attribute) or via t-code PM01 and click button 'infotype characteristics. Also you can transport CR from client to client via t-code SCC1 as well.
    Hope helps,
    Chen Jian

  • How to load info type 7410 career types to Jobs or Positions

    Hello Expert,
    I’m trying to use T-code PP01 to load career types and career levels (info  type 7410 )  by LSMW,
    But I’m not able to maintain info type 7410 by pp01,
    I had change the  table T77CD to accept maintain infotype from standard transaction,
    But getting below error:
    “Time constraint not found for S 7410”
    Any advice please on how to load career types and levels by LSMW
    Thanks

    Hello,
    I can't use HRTMC_PPOM with LSMW for data load,
    I had add also CP with 7410 , C & S was there for each career types only CP was missing and I add it, but still in PP01 not able to maintain career types , check attached
    Thanks

  • Changing screen layout of custom info type

    Hi we created a new custom info type from std info type 0002 .We want to realign the fields in the generated info type,but we get an syntax error if we chg it from the screen editor ... can u tell me how to chg it?

    Have you read <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf">Developing an Infotype in Personnel Administration</a> before creating your new infotype ?
    Look at pages 16-25. (in peculiar look for T588M and modification groups)
    Regards

  • HR PQAH (Ad hoc query) info-type filtering

    Hi,
    in our company the users can use/create HR ad hoc queries (tcode PQAH) with which they can display almost all master data employees informations.
    Is it possible to use P_ORGIN authorizations in roles in order to filter info-types in ad hoc query ?
    We have created a test user only authorized to start PQAH (on S_TCODE & P_TCODE) and he is able to create a PQAH query that can display all HR master data.
    We were expecting that P_ORGIN was also checked in PQAH.
    Any suggestion ?
    Thanks
    Andrea

    Hi Andrea,
    No, not what I said.  Employees with access to PQAH can both construct and run Ad Hoc Queries.  However, if their authorization does not permit display access to an infotype in the query, the query will not run for that individual.  If she has the proper access, then the report will run for those individuals she can view - controlled by P_ORGIN or P_ORGINCON.  If the query is saved, another employee can then run it via PQAH or SQ01.  Again, that employee's access will limit what he can see in the output. 
    So if a user has access to PQAH, that user can create and run queries, but the security authorization from P_ORGIN will determine the output.  Example:  I create a query that includes ANSAL from IT0008-Basic Pay, but I do not have P_ORGIN access to view IT0008, then the report would error out if I tried to run it.  If I did have authorization to view IT0008, I could execute the report via PQAH and receive the output.  If I save the report and you ran that same report via PQAH, but you have view authorization only for Personnel Area 0001 for IT0008, then your output would only include individuals assigned to PA 0001. 
    So PQAH can be used by various individuals what controls the output is their authorizations from P_ORGIN or P_ORGINCON and other authorization objects.
    Paul

  • How to simplify entering position selection in Info type 0001 ?

    How to simplify entering position selection in Info type 0001 ?
    HR admin needs to select vacant positions of org unit 1 or 2.
    While executing Hiring action, F4 shows all the root org units - around 20 or so...
    I want only the org 1 and org 2 for which the HR Admin can do the hiring.
    How to implement this?
    Do we have IMG Config for enforce this ?
    Is this to be done thru ABAP code or something?
    Would the authorization stuff will filter the authorize org units only?
    Please help me how to figure this out
    Thanks

    Hi Chris
    There can be a workaround to simplify the process of entering vacant positions from org unit 1 & 2 ONLY . Try this out-
    1. create an adhoc query (report output on vacant positions with their object ID and position text for org unit 1and 2)
    2. Save the query as a variant (so the HR administrators would need to change only the key date when they run the query)
    3. Everytime the HR administrator runs the Hiring action for org unit 1 or 2 , ask them to run the report (adhoc) first. That way they get a complete list of vacant positions as on key date (with object ID) for org unit 1 and 2 . This report can also be downloaded in excel format
    4. use the positions from the above list to manually key in the hiring action
    Hope this helps you out - may not be the most efficient way of doing but atleast you have a ready list of all vacant positions as on a key date for org unit 1 & 2.
    I think there is a standard SAP report on vacant positions per org unit (plz check the SAP easy access menu--> Information system / reporting tools) . If that serves your purpose , no need to create adhoc query
    regards
    Reema

  • Activate FM Master Fields in HR Info Type 14 & 15

    To support HR Payroll with FM Module Activation, normally, employee master data will has field of Fund & Functional Area to be input. These data will be use for normal payroll payment.
    HR payroll which is paid by Info Type 14 or Info Type 15 will not read Fund & Functional Area from Employee Master for their further posting.
    How to activate field of Fund & Functional Area to be able to be input in HR Info Type 14 & HR Info Type 15? Is it in the FI or FM configuration?
    Regards
    Ton

    Sorry for disturbing you. The issue is resulved by:
    1) Input integrated dat to >> Public Sector Management> Funds Management Government> Actual and Commitment Update/Integration> Integration> Integration with Human Resources (HR)> Define Start Date for HR Integration (Scenario 2)
    2) Request HR open the mentioned fields.
    I am not sure that, is this the correct solution but all issue resolved.
    Ton

  • HR-Personnel Development-Proficiency Level Using Info Type:24

    Hi !
    I am working on Personnel Development of HR Module on SAP 4.70 .
    I am Developing an Z Report in which I wish to display service Order with all the details & Employee assigned within it .
    I am unable to display employee with their Proficiency level.
    Proficiency level of employee is maintained via Transaction 'PA30' &
    Info Type 24 .
    Can anybody tell me how can I fetch the Proficiency Level of Person (PERNR Field ) .
    Is there any Function Module is there OR It's storing in any table?
    Regards
    Sachin S M

    Hello Sachin,
    Employee proficiency is store in IT 0024, which is table PA0024 technically. To read this you can do select statement on table PA0024 or using function module HR_READ_INFOTYPE

  • Problem in HR Custom Info Type Creation

    Hi,
    Created custom info type from PM01...
    Activated... This is working fine in the System and Client where I created.
    But its not working from other client..?
    I am getting error by saying that Info Type is not created... All the Structure and PAXXXX table got activated in both Clients.
    Earlier we faced same problem, at that time our team made some changes to info type and probelm resolved.
    I don't know where and what exactly we need to do...
    But,
    One of the problem I identified is,
    We are not getting T591A, T591S tables at Subtype Tab, Subtype text tab in INFOTYPE CHARACTERSTICS.
    I can enter these two from TECHNICAL ATTRIBUTES... but when I generate all aobjects from PM01, these two values getting deleted from INFOTYPE CHARACTERSTICS.
    (Above may be the reason)
    Please let me know if any solution for this.
    Thanks,
    Naveen Inuganti

    Hi Gautham,
    I deleted previous one, Created as your blog says. Still same problem.
    Venkat,
    Yes, you are correct. We need to release the Customizing request which contains Subtype , Subtype Text Tables with Info Type Entries.
    Problem with Info type Creation
    Thanks,
    Naveen.I

Maybe you are looking for

  • How can I get the events from a java program?

    I want to make a monitor to watch a java program.How can I get the events from the GUI of this program some as mouse cliking, keyinput. So I can watch these in my monitor. Thanks

  • How to pass realtime data from a sub vi to a calling vi?

    I'm trying to pass some data from a called (sub) vi to the calling vi, while the sub vi is running. I've tried passing to a global, but the calling vi doesn't show the results until the sub vi has completed execution. I understand why this is happeni

  • The method to provision the OIM System Date to a target System

    Hi, I want to provision the OIM System Date(date format : "YYYY-MM-DD HH:MI:SS") to a target System(DB Type:Oracle). The Column type in The target System is Date Type. I use the process adapter and assign the System Date to the Process Data - Date Ty

  • "To Do" button in Mail toolbar not working...

    The "To Do" icon in my toolbar stays grayed out when I select test but if I control click I get the option to create a new to do.  Am I doing something wrong?

  • Multiple inbound interfaces (xml) but one target (idoc)

    Hi Experts, I am trying to setup in ID four inbound interfaces (eg. MessageType1-MesageType4) and each has an interface mapping having the same target idoc (eg. Shpmnt05). Also, there is a condition set per interface mapping.  Should I create four se