Additional field in Infotype 0001

I manage to add an additional field in the infotype 0001 in Dev client. I have a bit concern when to apply it in the production client.
Do you have any experience to share on this?

hi
test in development server later test in testing server later send it to production server
nothing to worry
all the best

Similar Messages

  • How to Enable Cost Center Field in Infotype 0001

    Dear all my Friends,
    Can anybody please tell me that how to Enable Cost Center Field in Infotype 0001, actually the problem is while hiring the employee the field itself disable and not allowing me to put any CC on that field but which should be enable while hiring or if we intend to change in future through PA30 and after that i thought i can do in Infotype 0027 also but in infotype 27 the field called Master Cost Center field is still disabled which will reflect in 0001 or Vice Versa.
    So friends pls tell me where my configuration is wrong or how will i get enable that field in 0001 infotype so that i calculated the cost of that employee.
    Waiting for ur Reply friends,
    Thanks,
    Prashant.

    Dear Rajesh,
    Thanx for ur Solution and i got the answer, actually i m maintaining through OM and u gave me the exact solution .
    Gr8 job dear. Thanx allot once again
    Thanks,
    Prashant.

  • Help with F4 search on additional field in Infotype 0045

    Hi guys,
    I have created an additional field in Infotype called 'Payee_Key' of type P0057-EMFSL. I have to create F4 help for that field. However when creating F4 help through foreign key it is showing all tha values for EMFSL in the table.
    I want the F4 help to be like Payee Key field of Infotype 0057 , where only specific country values of EMFSL , depending on the employee number are shown. not all values.
    Please help me out. Thanks.
    Edited by: soumyajit DM on Dec 15, 2010 10:42 AM

    Hi Zafar,
    Here is the answer to your question:
    1) Create a class say ZABC_F4 that implements the IF_BSP_WD_CUSTOM_F4_CALLBACK interface.
    2) Create method RETRIEVE_CUSTOM_VALUES with below parameters in that class:
    CT_RESULTS_TAB Changing Type SHSVALTAB
    IR_CUSTOM_REF Importing Type Ref To OBJECT
    IS_SEARCH_HELP Importing Type SHLP_DESCR
    3) Write logic for DB select here and put it in below code:
    select * from abc into LT.
    data:   ls_result LIKE LINE OF ct_results_tab.
       LOOP AT lt ASSIGNING <fs>.
        CLEAR ls_result.
        ls_result-key = <fs_>-field.
        ls_result-value = <fs_>-fieldtext.
        APPEND ls_result TO ct_results_tab.
      ENDLOOP.
    4) Redefine the V-method for that attribute and put below code there:
    DATA:
            ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
            lt_inmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
            lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
        ls_map-context_attr = 'STRUCT.attribute1'.
      ls_map-f4_attr = 'aaa'.
      APPEND ls_map TO lt_intmap.
      ls_map-context_attr = 'STRUCT.attribute2'.
      ls_map-f4_attr = 'bbb'.
      APPEND ls_map TO lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor TYPE
        cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id        = '(ZABC_F4)'
          iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
          iv_input_mapping  = lt_inmap
          iv_output_mapping = lt_outmap.
    5) Implement get P for value input, as you know.
    Thats it.
    Regards,
    Bhushan

  • Create New Field in infotype 0001

    Hi
    Can any body guide me how to create new field in Infotype 0001,
    i want to create  two new fields with six reasons in each new field
    Thanks

    Hi,
    his can be acheived through enhancement. Hope these link helps
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d526be575e11d189270000e8322f96/content.htm.
    General steps are
    Step 1
    Using transaction PM01 chose the 'Enhance Infotype tab' and press the create 'All' button.
    Step 2
    Enter the new fields you wish to add to the Infotype.
    Step 3
    Once saved and activated the new fields will appear in the Infotype screen and database table
    Edited by: Raghu C on Nov 4, 2009 6:15 AM

  • How do you add additional fields in infotypes?i want to leave blank space

    how do you add additional fields in infotypes?i want to leave blank space in front of the field?

    Hi,
    To add new fields go to PM01 and select Enhance Infotype option and then follow the steps in sequence.
    I am not getting blank space in front of the field. please elaborate it.
    Regards,
    Raja.D

  • Fields on infotype 0001

    what config setting controls graying out the following fields on infotype 0001 (should not be open to edit / change)
    Personnel Subarea
    Positin
    Payroll Area etc
    (PA / OM components integrated)

    Hi Matt,
    First, check the module pool and screen number of infotype 1 screen. This can be done by checking System -> status of infotype 1.
    Go to SPRO -> Personnel Mangement -> Personnel Administration -> Customizing user interfaces - Change Screen modifications. Now select corresponding module pool and screen. Click on "Details". Select the radio button "output" for the fields like personnel subarea, position and payroll area etc.
    Save.
    Hope this will help u.
    Reward if helpful.
    Rajesh Panda

  • E-Recruiting Addition field to Infotype 5107

    I'm implementing E-Recruiting for a client.
    I added the additional field to infotype 5107 Desired Work Location using PPCI. I also created a custom table for Desired Work Location to store the value of Location (county, institution & etc.).  When I added the new field to the infotype 5107 it automatically shows up on the Desired Work Location of E-Recruiting page as a text field.    I found the bsp for this page it's desLocn_detail.bsp.   Also I have to set two field that are already on the page Country and State to a default value.  Both are drop down list.
    Here's my question:
    1.I would like to make the new field list box i think that's what it is called, where the candidates can select multiple locations.  How & where can i do this? And how can i link the value from the custom table that i created to the new field that I added to Infotype 5107 to appear on the list box?
    2.How and where can I set Country and State field to the a default value? Is this done in the IMG?
    3.I'm assuming the deslocn_detail.bsp is a SAP standard BSP.  should I modified this bsp to rendered what I'm supposed to do?  If i modified this page when the upgrade/service pack is applys my modification will be wiped out?
    any suggestion will be helpful.

    I think you should take the following approach:
    The only sane way to keep multiple values in a single database record that comes to my mind id to create a new table to keep the selections.
    It's key should be the same as of the HRP5107 table plus a sequential number for counting selections.
    There are further 3 things to consider:
    1. Filling up the table before display with current selection.
    2. Handlig user selection after submit.
    3. Hiding the text field from user input.
    ad 1.
    I havn't used <htmlb:listbox> before, so I might wrong somewhere, but i guess that you should prepere two tables and pass them to table and selection attributes.
    Probably it would be best to store them as attributes of the controller to provide easy access from the bsp.
    The proper place to fill these structures is the DO_REQUEST method, probably near the end of the method when all standard stuff is done.
    In this method you should read the configuration of available loactions and put it in the 'table' attribute,
    and read the table of selections and put them in the 'selection attribute'.
    ad 2. The place to handle input is the DO_HANDLE_DATA in the controller. As i've said a haven't used listbox, but probably the are multiple fields with the id of the listbox, each containing a selected item.
    You should read them here and place them in the 'table' attribute.
    Next you have change the on_save method in the controller (Actually it might be in a parent controller - i haven't checked it).
    In there you should insert the values in the 'table' attribute to the custom table with selections (probably you have to delete all entries for the current infotype record first)
    ad. 3
    Now that i wrote 1 and 2 i see that you can just remove the field from the infotype...
    Hope this helps.

  • Additional field in infotype 0009 issue ( PBO and PAI )

    Hi Guru,
    I need your help please.
    I have a additional field in IT0009 and when I want created a new infotype 0009, I fill all field but after ENTER or SAVE all field are save in the layout but not the additional field.
    To save the additional field in the layout, I must fill it again and after the ENTER or SAVE the field is save in the layout.
    I have checked in the debbugger, when I create a new infotype 0009 it goes to the PBO but after ENTER or SAVE it doesn't go to the PAI so I must do it again ( fill the additional field and ENTER or SAVE ) and then it goes to the PAI.
    Thus I would like to know how I can make so that after the ENTER or SAVE the screen goes in PAI before the PBO and at the first time.
    Thanks very much in advance.
    Regards.

    Hi Srini Vas, hi Pedro Guarita and thanks for your reply,
    After more investigation, the probleme come from a check over country bank.
    In fact, the screen of the infotype 0009 must be adpated following the country bank but to do this, the standard module pool (mp000900) check if the country bank have changed.
    call method cl_hrpad00_iban=>process_iban_pai
          changing
            cs_bankdata = ls_bank_data_current
          exceptions
            error_iban  = 1
            others      = 2.
        if sy-subrc <> 0.
          message id sy-msgid type sy-msgty number sy-msgno
                     with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.
        call method cl_hrpad00_iban=>get_bank_data_old
          importing
            bank_data_old = ls_bank_data_old.
        if ls_bank_data_current-banks <> ls_bank_data_old-banks. "MELN1357200
    bank country changed -> leave screen needs to be done
          leave_screen = 'X'.
        endif.
    But when you create a new infotype 0009, the ls_bank_data_old-banks is always initial. So when module pool compared the ls_bank_data_old-banks with the ls_bank_data_current-banks, those are always different.
    In conclusion, when you create a new infotype 0009 it is always mandatory to push ENTER before to fill any additional field because at each first time that the standard module pool go in the PAI, it make a leave screen.
    Thanks in advance for all yours reply.

  • Percentage field in infotype 0001

    while hiring a person, the percentage field in organizational plan of infotype 0001 is defaulted as 0.00, where as it should be actually 100.00.
    can any one help on what could be the possible reason and the slution.

    Hi,
    Go to PO03 then select the job /postion and then slect relattionship change mode and chenge the default percentage
    Thanks
    Paramshetty

  • Administrator field on Infotype 0001

    We are considering populating the PERSADMIN field on an employees's Infotype 0001 Organizational Information with their HR administrator to assist in reporting and authorizations.  What other application uses can this field be used for (Triggering Workflows/Emails) etc.  Is it required for use in ESS type activities?  I would like to understand how this field is being used by others.

    Hi Keith,
    The Personal Administrator is the head of the department for maintaining the personal details of the employees. You can default your Administrator group in the Feature PINCH, in which the end user can pick up the relevant administrator of the employee.
    The system will pop up a mail intimation to the Personal Administrator, if any changes are made in the Infotypes, using the Dynamic Action.
    In terms of ESS, if any employee changed the Personal details like address, family Dependant, the system will send a mail intimation to the Personal Administrator.
    You can generate a report of employees based on the Personal Administrator.
    Good Luck
    Om
    Reward it, if u feel helpful.

  • HOw to  find the text for PERSK field in infotype 0001

    hi all
    HOw to  find the text for PERSK field in infotype 0001

    Hi
    T503T : contained the similar informative text for PERSK . read this for T503T-PTEXT.
    ..lakhan

  • Additional Fields in Organizational Assignment Info type

    Can we add additional fields in an organizational info type?

    Yes you can add new fields in the standard info types also.
    Through transaction PM01 can you specify that additional field is standard field or customized field. if it standard you can do with the help of screen modifier. if it is custom then use PM01.
    if it is custom field, this will help you:
    Additional fields on Infotypes form of MasterData application
    if standard field, check this:
    How to add a new field using PM01 Transaction
    Best Regards,
    praneeth kumar

  • Finding the texts/descriptions on infotype 0001

    Are there any standard Function modules to read the texts ( or description) on certain fields on infotype 0001... the fields are .. positions, cost center , fund , grant , org unit etc...
    If there are no FMs.. then what tables are the best ones to read these information.
    Thanks.

    Mark,
    Take a look at class CL_HR_TEXT_IDENTIFIER.  This can be used for more than just infotype 1.  An example of how this class is used can be found in program RPLICO10.  This is the standard SAP Flexible Data Report.
    Best Regards,
    Chris H.

  • Supervisor name in infotype 0001

    Hi Friends,
    One of my new requirement is show the name supervisor  beside supervisor field in Infotype 0001.This name is based on what ever the employee number is updated in supervisor field.So can any one update the possible to solve this requirement.
    Thanks,
    arjun

    Hello Arjun,
    To fulfill your requirement you need to modify the screen and add the field next to supervisor field.
    Generally modifying SAP standard screens are not recommended. But still we can do that. You need to add a field next to the SUPERVISOR.
    Regards,
    Kiran I

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

Maybe you are looking for

  • Missing em.ear file while installing 11gR2 in windows 2003 R2

    hi, i have downloaded the oracle 11gR2 for windows 32 bit version but while installing "copying files" i am getting the error "file missing <>\applicatons\OC4J\em\em.ear and em.war files... is there files missed while down loads? i have two zip files

  • Footage from Premiere moved 2 frames

    Hi, Having a strange problem. I've cut a short film in Premiere - and have imported into After Effects to grade the footage. Now - I've discovered that all my footage in After Effects has shuffled exactly 2 frames forward in my timeline. (eg: frame 1

  • Apps frozen on springboard

    I downloaded 2 apps from the app store earlier and they wont continue to load/install. One is stuck at 70% and the other is stuck at 65%. I cant delete them or anything. What do i do to fix this?

  • Modified system report not working which report have dataset

    Hello, I have modified (removed unnecessary fields) system report "Collection Report - CR (GB) ". But when ever i run the report it was asking connection for ADO.NET XML file after click on Ok buttion of referesh data. Collection Report - CR (GB) hav

  • Brightness and battery?

    :moving the slider even a bit changes the brightness from too high to too low.then again if i change it,it becomes too low,like there's no middle setting,either full bright,or nothing.i have tried to change it from the amd vision control engine,same