Info type Creation

Hi
i need to add one field ( pernr ( F4 Help ) ) in my custom infotype .
I need to provide the plcae where employee's team leads pernr can be maintain , user should get the Pernr help option so the same can be chosen .
Regards
Sheetal

Hi,
Add field in infotype structure with data element PERNR_D (transaction Code - PM01)
and activate the modupool by giving proper name in screen
Manoj.

Similar Messages

  • 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

  • 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

  • Regarding Header And Footer in Data type Creation

    Hi All,
    Can Any One Please Send me One Screen Shot Developed with Header And Footer in the Data type Creation
    I want to Know How to Create And where to create that in DT Creation
    And Why Do we need Both of these in DT Creation
    Regards
    Vamsi

    Hi,
    Will u Please send One Screen With These Details, So that I Can Uderstand More
    ID : [email protected]
    Please send
    Regards
    Vamsi

  • 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

  • Info Space creation error on top of .unx

    Hi All,
    Version of SAP BO Explorer installed in our machine is 4.0 SP2.
    BI Platform version is 4.0 SP5.
    Issue 1:
    While trying to create Information Space out of .unx, getting the below error:
    Failed to retrieve the data source details.
    The creation of the data source object tree failed.
    No issue in Info Space creation when using Excel as the source.
    Issue 2:
    When trying to use the Personalize option, getting only Partial results.
    Can anyone suggest me on the above 2 issues?
    Thanks & Regards,
    Muthulakshmi R

    Hi H,
    Thanks for your prompt reply!
    Updated Explorer to SP5.
    Now, the screen goes black after providing the login credentials.
    In some machines, able to view the screen.
    But, the option to create Info Space is greyed out.
    Also, once i click on Manage Spaces, the page is getting loaded for sometime finally ends up with the below error:
    Failed to retrieve the data source list.
    Request timed out
    Any suggestions please.
    Regards,
    Muthulakshmi Ramanathan

  • 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.

  • 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

Maybe you are looking for