Screen modification's.

Hiring Action: 1.     The drop-down list for reason for hiring includes 'no reason', 'new position' and 'vacancy'.  She wanted 'Additional Requirement' to replace 'no reason'.
2.On the 'Additional Personal Data' infotype, the systems accepts only 'Non-veteran' option under Veteran-status field irrespective of what is selected in Military status filed.
3.Monitoring of tasks infotype .  a)  In the 'Reminder date' field, the system should not display the date automatically instead should allow for manual entry. b).         Changes to be made in the drop-down list for 'Task type'.
4.Date Specifications infotype
a). The dates should display automatically.  Eg., the hire date should display by taking the value from infotype 0000 when hiring action is executed.  Similarly, when an EE is enrolled in any benefits plan, the benefits start date should display automatically in infotype 0041.
b).Only the applicable date types should appear in the drop-down list.
5.Should the Planned Working Time infotype 0007 be included in the Hiring Action Infogroup?
6.Time Recording IType should not be in the sequence.
7.Basic Pay IType 0008.
a).Changes to be made in the drop-down list for wage types.
b).The system allows saving the entries even when an inappropriate wagetype is entered.  Wage types should default or the system should generate an error message when a wrong wage type is entered. 
Retirement: 1.     The reasons for retirement include 'no reason' and 'early retirement'.  The list should also include 'normal retirement' and 'disability retirement' and not 'no reason'. 2.     Should the infogroup for Retirement include even the Bank Details infotype?   In addition to the above points specific to each action that were brought up during the discussion, it was also noticed that the Tax related infotypes and Benefits infotypes are included in the infogroups.  Tess opined that these infotypes should appear while executing the Payroll and Benefits follow-up actions only and not in any other action.  Regarding the options in each drop-down list, she wanted to discuss about it to decide which ones are appropriate.

Hi Venky,
Hiring Action: 1. The drop-down list for reason for hiring includes 'no reason..blah...blah...GO TO IMG>PA>Customising procedures>actions>create reason for personnel action(choose ur action type and add reason)
On the 'Additional Personal Data' infotype, the systems accepts only 'Non-veteran' option under Veteran-status field irrespective of what is selected in Military status filed. the NON-Veteran filed must have been flagged...unflag it.
infotype 19 :In table V_T531 mention the Lead Follow-up Time and the Units. Like say you want to set the Reminder for 3 months or whatever from the Task Date. This setting will default the Reminder Date.
date specification:use dynamic actions.
5.Should the Planned Working Time infotype 0007 be included in the Hiring Action Infogroup? yes.it is advisable to include it. its is one of the infotypes that must be maintained.
for defaulting wagetypes..can use feature lgmst/V_T539A
retirement infogroup..shld it have bank details...yes and no...depends on ur company's requirement.
hope that helps...
hruser
p.s : looks like as soon as SHE asked u..u posted this message.. next time dont bother to mention SHE WANTED..In ur queries...coz we wonder who she is...

Similar Messages

  • Selection screen modification based on various buttons in selection screen

    Hi,
    I have 1 query related with Selection screen modification.
    In my Report Program,I have created GUI Status for my selection screen
    Now 2 buttons in application toolbar are coming on selection sceen.
    For this i used,'At selection screen output' event.
    And there are 2 blocks on selection screen.
    If user press button1 then block2 should not display.
    and if user press button2 then block1 should not display.
    but the problem is i m not getting reqd result and also while doing debugging its not showing me sy-ucomm value.
    Any pointers on this.
    Thanks,
    Mamta

    Hi Mamta,
       have it in a group then you can write code accordingly see sample example,
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS       : p_r1 RADIOBUTTON GROUP rad
                            USER-COMMAND clk DEFAULT 'X'.            " upload Radio Button
    SELECTION-SCREEN COMMENT 5(35) text-003.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN : BEGIN OF BLOCK 001 WITH FRAME TITLE text-001.
    PARAMETERS: p_upl       LIKE rlgrap-filename MODIF ID a           "Upload File
                             DEFAULT 'c:\temp\parbmat.xls',
                p_werks     like t001w-werks MODIF ID a,              "Plant
    PARAMETERS: p_rest      LIKE rlgrap-filename MODIF ID a           "Dwonload File Path
                             DEFAULT 'c:\temp\Success.xls'.
    SELECTION-SCREEN : END OF BLOCK 001.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : p_r2 RADIOBUTTON GROUP rad.
    SELECTION-SCREEN COMMENT 5(35) text-004.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN : BEGIN OF BLOCK 002 WITH FRAME TITLE text-002.
    PARAMETERS     : p_plant  LIKE marc-werks MODIF ID b.                "Plant
    PARAMETERS     : p_lgort  LIKE mard-lgort MODIF ID b.                "Storage Location
    PARAMETERS     : p_vkorg  LIKE mvke-vkorg MODIF ID b.                "Sales Organization
    PARAMETERS     : p_vtweg  LIKE mvke-vtweg MODIF ID b.                "Distribution Channel
    SELECT-OPTIONS : s_mat FOR  mara-matnr MODIF ID b.                  "Material No No
    SELECT-OPTIONS : s_dat FOR  mara-ersda MODIF ID b.                  "Date on Record Created
    PARAMETERS     : p_down LIKE rlgrap-filename MODIF ID b
                      DEFAULT 'c:\temp\Material Master.xls'.           "Download File Path
    SELECTION-SCREEN : END OF BLOCK 002.
    AT SELECTION-SCREEN OUTPUT.
    *Inactive Fields depending on the radio button
      LOOP AT SCREEN.
        IF p_r1 = 'X'.
          IF screen-group1 = 'B'.
            screen-active = 0.
          ENDIF.
        ELSEIF p_r2 = 'X'.
          IF screen-group1 = 'A'.
            screen-active = 0.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    Edited by: suresh suresh on Jul 28, 2009 12:42 PM
    Edited by: suresh suresh on Jul 28, 2009 12:42 PM

  • How to add new field to Screen Modifications

    Hi,
    I want to get P0002-CNAME in screen modifications of Infotype 02. At present i have other 23 fields for which i can set display attributes. This new field is to be added in infotype 02 and also some coding is to be put for this. How this can be achieved ?
    One solution is to enhance infotype and add some Z field,but i would like to use the existing structure field.
    Please let me know proper way for this.
    Thanks.

    Hi,
    I want to get P0002-CNAME in screen modifications of Infotype 02. At present i have other 23 fields for which i can set display attributes. This new field is to be added in infotype 02 and also some coding is to be put for this. How this can be achieved ?
    One solution is to enhance infotype and add some Z field,but i would like to use the existing structure field.
    Please let me know proper way for this.
    Thanks.

  • Hide "Administratior" in IT 0001 through screen modification

    Hi Gurus,
    I have requirement where client wast us to hide Administrator section which have three administrators field from IT 0001. Please help me to understand that is it possible through screen modification.
    If not then what is the other solution?
    Regards,
    Amit Jain

    Hi Subhash,
    FIrst go to the IT001 screen... go to SYSTEMS -
    STATUS and get the program name and screen number
    then on
    Go to SPRO..
    Personnel Management > Personnel Administration > Customizing User Interface > Change Screen Modification >
    Select the program name and screen number which you got from IT0001
    then click on magnification screen and select the Hide radio button for ADMINISTRATOR field.
    Hope this helps...
    Ajay

  • At-selection-screen modification

    Hi Experts,
    I am doing the selection screen modification. The selection screen is designed such as i have two radio buttons 1. header & 2. Item anb beside header radio button i have field sales document number and beside item radio button sales item number field.
    SELECTION-SCREEN: BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(30) text-005.
    SELECTION-SCREEN: position 32.
    parameter:p_sh type c radiobutton group rg.                "Sales header
    selection-screen: comment 35(15) for field p_sh.
    selection-screen: comment 60(20) for field p_vbeln.
    parameter:p_vbeln like vbak-vbeln MODIF ID gp5.            "Sales Document
    SELECTION-SCREEN: END OF LINE.
    SELECTION-SCREEN: BEGIN OF LINE.
    SELECTION-SCREEN: position 32.
    parameter:p_si type c radiobutton group rg.                "Sales Item
    selection-screen: comment 35(15) for field p_si.
    selection-screen: comment 60(20) for field p_posnr.
    parameter:p_posnr like vbap-posnr MODIF ID gp6.            "Sales Document Item
    SELECTION-SCREEN: END OF LINE.
    SELECTION-SCREEN: skip.
    This is the selection screen  code where for sales document i have assiged Modif id GP5 for Item Modif id GP6.  so when i check radio button p_sh ( header ) then sales document ( p_vbeln) shoudl be active for input .
    if i check p_si (item) then both saleds document (p_vbeln) and p_posnr both have different group names i.e GP5 & GP6 should be active. i.e screen-inpu = 1.
    I have written the following code for header but for item i am unable to make screen-input = 1 for two different groups. how to do that?
    LOOP AT SCREEN.
        IF ( P_SH NE 'X' AND SCREEN-GROUP1 EQ 'GP5' ) OR
           ( P_SI NE 'X' AND SCREEN-GROUP1 EQ 'GP6' ).
          screen-input = 0.
          MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
    This code is working when i click header radio button but for when i click item radio button (p_si) only item field is active i am unable to make sales docuemnt active at same time. please help me in this regard.
    Regards,
    sunil kairam.

    Hi,
    Check this piece of code changed a bit.
    PARAMETERS : p_ct  RADIOBUTTON GROUP grp .
    SELECT-OPTIONS : s_kunnr FOR kna1-kunnr,
    PARAMETERS : p_sh RADIOBUTTON GROUP grp.
    SELECT-OPTIONS : s_vbeln  FOR vbak-vbeln,                
    PARAMETERS : p_si  RADIOBUTTON GROUP grp.
    SELECT-OPTIONS : s_vbeln1  FOR vbak-vbeln,
                                   s_posnr   for vbak-posnr.
    IF p_ct  IS NOT INITIAL .
        LOOP AT SCREEN.
          CASE screen-name.
            WHEN 'S_KUNNR-LOW'.
              screen-input = 1.
              MODIFY SCREEN.
             WHEN 'S_KUNNR-HIGH'.
              screen-input = 1.
              MODIFY SCREEN.
               WHEN 'S_VBELN-LOW'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_VBELN-HIGH'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_VBELN1-LOW'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_VBELN1-HIGH'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_POSNR-LOW'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_POSNR-HIGH'.
              screen-input = 0.
              MODIFY SCREEN.
          ENDCASE.
        ENDLOOP.
      ELSEIF p_sh IS NOT INITIAL.
        LOOP AT SCREEN.
          CASE screen-name.
            WHEN 'S_KUNNR-LOW'.
              screen-input = 0.
              MODIFY SCREEN.
             WHEN 'S_KUNNR-HIGH'.
              screen-input = 0.
              MODIFY SCREEN.
               WHEN 'S_VBELN-LOW'.
              screen-input = 1.
              MODIFY SCREEN.
            WHEN 'S_VBELN-HIGH'.
              screen-input = 1.
              MODIFY SCREEN.
            WHEN 'S_VBELN1-LOW'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_VBELN1-HIGH'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_POSNR-LOW'.
              screen-input = 0.
              MODIFY SCREEN.
            WHEN 'S_POSNR-HIGH'.
              screen-input = 0.
              MODIFY SCREEN.
          ENDCASE.
        ENDLOOP.
    now one more  ELSEIF p_si  IS NOT INITIAL
    now make s_vbeln1 and s_posnr as input 1 and rest others as input 0.
    endif.
    Regards,
    Nagaraj

  • Screen Modification Problem ...

    While i am Working on Screen Modification i set Field  ABKRS as Out Put Field in IT001 .But Now Client asking just we need that field Out Put Field as one Emp Group  remaing as required Field,
    How Should i do.Is it possiable through IVWID Feature?

    Hi, you can make the field ABKRS required field for one EE sub group by modifying feature (PE03) P0001 some thing like below and then make corresponding entries in V_t588m.
    On feature, MOLGA> EE subgroup> give your EE sub group with a return value like 10A and then OTHERWISE as return value like 10. Then you make entries in V_t588m table with corresponding return value in feature as variable values in T588M and field selection as RF or out put field only.
    To create entriy in T588M, do as below:
    Goto SM30> V_T588M
    Click on Maintain.
    Module pool name as MP000100
    Feature P0001 and give appropriate alternative screen .....say 2000
    Create two entries in this view with variable you created above in feature P0001 (return value) and set proper selection RF or out put.
    Regards,
    Alen

  • Screen Modifications for Travel Privileges (0017) screen

    Hi all,
    I am trying to change the screen modifications for Travel Privileges with module pool MP001700.  The problem is I can't find the module pool through the IMG>Personnel Management>Personnel Administration>Customization User Interfaces>Change Screen Modifications. If not here, where/how can I do this?
    Your help is much appreciated.
    Thanks.
    Regards,
    Eric

    Hi guys,
    Thanks for the replies but I was looking to do screen modifications preferably by non ABAP methods. I have found the solution where you need to create the module pool manually and the fields selections will appear.
    Regards,
    Eric

  • Screen Modifications

    hi,
    for any global implementtion prj, if i wanted to have different fields in the infotypes, how to do this using screen modifications? and also what is the purpose of variable key in  Change view " Infotype Screen Control"
    for ex for US in IT0001, i wanted to hide Contract Field, for other country i wanted to dispay that field in IT0001.
    Thanks

    Hi Novice,
    When you press F1 in any field you will get technical information.by pressing F9 or clicking the technical information icon.
    Gather the information on program name and screen number. Table name and field name.
    In IMG  under personnel management -> personnel administrationt-> ustoming User interfaces->Change Modifications ->
    Select your module pool  Screen and Feature that is Table like IN case of infotype 0002 it is P0002 and select details
    You will find radio button to hide the fields.
    Warm REgards,
    Kapil

  • Screen Modifications Recruitment Module

    Dear All,
    I wanted to make screen modifications for Intial entry of basic data's initial screen and even organisational assignment and other recruitment infotypes. But unable to find any pertaining to them. Can any one suggest me on this...
    Regards,
    Rajasekar

    Hi,
    Check feature MASSN via PE03: Determining the Fast Entry Dialog Module.
    And check the return value in table TDCT, you will find the screen and program call by PB40 Initial Entry of Applicant Data.
    And you can create your own dialog module to adjust the initial screen or change the exist one.
    Hope helps,
    Chen Jian

  • Data hidden by screen modification

    Hi Experts,
    I am facing a problem, I have created a record in IT0016 (Contract elements) and saved it. Now when I am chossing Period as "All" in the overview, it is not showing any data, however when I go to "display" I can see the input data with a message below "Data is hidden by Screen Modifications".
    I tried searching table T588M but didn't understand anything. I need to change it asap.
    Please suggest steps and help.
    Thanks,
    Megha

    Hi Jignya,
    It is as bmentioned below:
    Screen      Feature     Variable Key     Alternative screen     Next Screen
    3000          P0016                 40                  3000                          0
    I have maintained feature also, still its not showing.
    Please suggest.
    Above are the screen shot for the same.
    Thanks,
    Megha.

  • Screen Modifications in VA31 - Scheduling Agreement

    Dear Experts,
    This is regarding screen modification.where our requirement is to add two  fields in VA31.
    In VA31 , as soon as we creates Scheduling Agreement,we add material in item level in overview screen .after double clicking on line item ,system moves to the next screen where in schedule tab we enters scheduling details .after double clicking on that line item, system displays one more screen which contains schedule line data where now three tabs are there :Sales/Shipping/Procurement .
    Our requirement is to add two more fields in any of this tab or add one more tab .
    as i tried for screen exits ,but i am not able to find any screen exit.
    Can anybody suggest me the way in order acheive above target.
    with Regards,
    Rajesh Chaskar

    Hi Rajesh,
    In SD module enhancements are generally done using User Exits.
    In Program SAPMV45A the screen number 0312 can be used to add custom fields.
    Then you can use the following Inlcudes in Program SAPMV45A to write your requisite code.
    INCLUDE MV45AOZZ.             " User-modules PBO
    INCLUDE MV45AIZZ.              " User-modules PAI
    INCLUDE MV45AFZB.             " User-forms
    INCLUDE MV45AFZZ.             " User-forms
    You would need to get access key from SAP before going ahead with User Exits.
    Hope the above information will help you in meeting your requirement..
    Regards,
    Abhisek.

  • Re:Screen Modifications

    Hai Experts,
    we are doing screen modifications for infotypes that we can use through PA30,
    i want to know whether its possible to make screen modifications while performing actions(pa40),
    if possible what is the procedure.
    Regards,
    Chiran Reddy.

    Hai Navneet,
    Thank you for your reply,i want to know that if we perform any screen modifications througgh module pool program,its impact will be both on pa30 and pa40 also.
    my requirement is that in an infotype
    some fields will be active while hiring
    same fields will be inactive while promotion
    same fields will be hidden while transfer.
    for the above process,is there any solution.
    Regards,
    Chiran Reddy.
    Edited by: chiran reddy on May 9, 2008 6:14 AM

  • Data hidden by Screen Modifications

    Hi All
    I am modifying TCode PA30. Some fields & 2 table controls are added in new screen.
    When displaying the data, only the data of the fields are getting displayed but data of table control in not displayed.
    Instead a message in Status Bar is showing "Data hidden by Screen Modifications".
    Any suggestions.?
    Regards.

    Check
    the Screen Modifications  ONCE
    in V_T588M

  • Module Pool MP000200_CE in Screen Modifications

    Hello,
    My query is regarding screen modifications table T588M. When the module pool MP000200_CE is used? I know it is used when the Concurrent Employment is active and we have activated Concurrent Employement in our system but when I go to the system - status in IT0002 and check the screen number, it shows MP000200 and not MP000200_CE.
    How to activate the screen MP000200_CE for IT0002?
    Thanks.

    For the infotype 0002 for the modulepool MP000200_CE, only screens
    2007 and 2010 are needed. concerning the infotype 0002: the corresponding modulepool (MP000200 or MP000200_CE) will be read according to the country and the table T582ITD. If no entry exists for this country then the modulepool MP000200 will be used for the infotype 0002.

  • Country specific Screen Modifications

    Hi,
    I have a requirement for IT0007 where the time administraors field is an optional one for Portugal and a required field for Spain.
    This need to done through 'Change Screen modifications' but how to differentiate between countries.
    Please suggest.
    Thanks,
    Tara

    I have a requirement for IT0007 where the time administraors field is an optional one for Portugal and a required field for Spain.
    This need to done through 'Change Screen modifications' but how to differentiate between countries.
    Hi,
    Step 1:
    Goto PE03
    P0007 feature
    Add molga Portugal 19 ansd spain 04
    enter the return values for the respective countries.
    Step2:
    Sm30-->v_T588m
    select the module pool MP000700
    copy the standard screen with diffrent variable keys (return values of feature P0007)
    make the settings of the fields accordingly.
    But i Guess Time administartor field is in 0001 infotype which you need follow the same procedure for P0001 and MP000100.
    There is no time adminstrotor field in 0007.
    if its is customized then you need to map z module pool in T588m and create zfeature.

  • Creation of alternative screen in screen modifications

    Hi,
    I have a problem in screen modifications.
    I want to make PERSG(employee subgroup) field as editable in IT0001 (currently it is grey field).
    For that I want to go through screen modifications for IT0001 using table T588M.
    There  how do I create new alterantive screen.

    I think you are using Tcode PA30 to change the ESG.
    You need to use Tcode PA41 to do changes, No need of doing any screen modifications
    Warm Regards

Maybe you are looking for