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

Similar Messages

  • 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

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

  • How to hide the fields in the selection screen

    hi please let me know how to keep hide the fileds in the selection screen  i.e in display mode, for the condition

    Hi Sudhir,
    Check the below code.
    tables: pa0000, pa0001.
    parameters: p_chk1 as checkbox user-command rusr,
    p_chk2 as checkbox user-command rusr,
    p_chk3 as checkbox user-command rusr,
    p_chk4 as checkbox user-command rusr,
    p_chk5 as checkbox user-command rusr.
    selection-screen: begin of block blk1 with frame.
    select-options: s_pernr for pa0000-pernr modif id ABC,
    s_stat2 for pa0000-stat2 modif id DEF,
    s_werks for pa0001-werks modif id GHI,
    s_persg for pa0001-persg modif id JKL,
    s_persk for pa0001-persk modif id MNO.
    selection-screen: end of block blk1.
    AT SELECTION-SCREEN output.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'ABC'.
    IF p_chk1 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'DEF'.
    IF p_chk2 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'GHI'.
    IF p_chk3 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'JKL'.
    IF p_chk4 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'MNO'.
    IF p_chk5 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    *Note
    *Titles for check boxes and select options
    *P_CHK1 Personal Number
    *P_CHK2 Employment Status
    *P_CHK3 Personnel Area
    *P_CHK4 Employee Group
    *P_CHK5 Employee Sub group
    *S_PERNR Personal Number
    *S_PERSG Employee Group
    *S_PERSK Employee Sub group
    *S_STAT2 Employment Status
    *S_WERKS Personnel Area

  • 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

  • How  to  hide a block  from a  selection screen.

    Hello Friends,
      I have a new reqirement in which a main program has two transactions.
    Both the transactions have the same fields and parameters.
        Now I am asked to add some fields in only one transaction without disturbing  the other txn.
    For this I have created a block and added two fields. But now i want to hide this block for the 2nd transaction.
    So please guide me for this...
    Thanks in advance.

    Hi Sapna,
      If you hide all the fileds that are in a block then that block should also get hidden as far as I know. have you tried assigning a MODIF ID to all the fileds and then using
    SCREEN-GROUP1 = 'GROUP NAME'
    SCREEN-ACTIVE = 0.
    This should work if this is not working then check if you can use the block name and hide it in LOOP AT SCREEN.
    Hi I has juse checked this code and it hides the block also.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: par1 TYPE spfli-carrid MODIF ID par.
    PARAMETERS: par2 TYPE spfli-connid MODIF ID par.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'PAR'.
          screen-active = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    MODIFYING your code
    <b>SELECTION-SCREEN BEGIN OF BLOCK PARAMETER WITH FRAME TITLE TEXT-053.
    PARAMETERS:
    P_1 LIKE t-f1 DEFAULT 'USD' MODIF ID par,
    P_2 LIKE t-f2 MODIF ID par.
    SELECTION-SCREEN END OF BLOCK PARAMETER.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'PAR'.
          screen-active = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.</b>
    Regards,
    Sesh
    Message was edited by:
            Seshatalpasai Madala

  • 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

  • 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

  • Infotype 0071 - Screen Modifications

    Hi SAP - gurus,
    I would like to hide few fields in infotype 0071 - Pension Funds GB.  I am not able to find the  fields in the screen modifications table.  Can you let me suggest me how I need to go about this??
    Thanks in advance for your help.
    Regards,
    Lakshmi

    Hi Dilek,
    Thanks for your quick response.  I am checking in Module Pool - MP007100 Variable key - 05 since we have not configured the Pension schemes as Flat, Percentage or Mixed.
    Pls let me know your suggestions.
    Regards,
    Lakshmi

  • How to capture show layer and hide layer event in photoshop through a plugin???

    How to capture show layer and hide layer event in photoshop through a plugin???for mac

    Use the Listener plug-in found in the SDK to see how you can monitor the show/hide layer event. You can also use the Getter plug-in to show what information you can find out about the current state of Photoshop.

  • How can i hide a tex message on my screen? i have a 4s?

    how can i hide a tex message on my screen when my phone is locked? i have the 4s

    Settings>Notifications>Messages>View in Lock Screen>OFF
    Message was edited by: The Huntress

  • Upgraded to Yosemite and can no longer remote into my work iMac through screen sharing- it is turned on in settings?

    My screen sharing functionality did not show up in the dock with an updated icon.  It had a question mark- shows my connections but nothing works, I did make sure screen sharing is on and also connected to VPN.  Once I tried to launch screen sharing nothing happens.  Such an elegant solution in Mavericks not does not work. Ugh. Help!

    This is the post that got me set up- I too am running an older version at work vs. Yosemite. As soon as I followed is advice everything worked.
    Upgraded to Yosemite and can no longer remote into my work iMac through screen sharing- it is turned on in settings?
    I believe the location of the "Screen Sharing" app has changed, which explains why if you had it in the dock it has been replaced by a ?
    Don't forget you can launch screen sharing (once your VPN connection is up) by typing in the Safari destination slot vnc://remotemachinename:portnumber  (omit the :port number if you are using the default VNC port, 5900).  This should launch Screen Sharing and put its icon in the dock.  You can drag the Screen Sharing icon to the left of your dock and it will hopefully remain there after you exit Screen Sharing, or you can right-click on the icon when it's running and select Options->Show in Finder to find out its new location and drag its icon to the permanent entries in your dock.
    Hope this helps; worked for me.

  • Display is not working But Through Screen Sharing I can Access my computer

    Ok. After turning my computer off and then turning it back on a couple hours later the screen would not turn on. Im still able to log in. With screen Sharing I can acces my computer and system profiler shows that my RAM cards are OK. However when I click on Graphics/Display it unexpectedly quits.
    What could the problem be? Any help is greatly appreciated : )
    Ps. I wrote this through screen sharing out of my account on the display-less computer.

    Welcome to Apple Discussions!
    I wonder if you could have the NVIDIA chip problem?
    http://support.apple.com/kb/TS2377
    Is the display totally dead, or can you see your desktop if you shine a strong light through the apple on the back of the display? If so, you may have a different issue with just the internal display. A good test would be to see what happens with an external display connected directly to the MBP.
    Good luck!

  • 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

Maybe you are looking for

  • Performance when using two computers

    I have an iMac and airbook connected to an Extreme wireless internet connection, but when both are being used the performance of each drops considerably. Can Extreme not support 2 devices? The internet connection is a standard 5000 kBit/s. Do I need

  • Worst customer care centre of Nokia is in noida Se...

    My name is rajendra Singh and I have nokia 5800 xm. I want to say that I had very bad experience with Nokia service centres at Noida. The service centre located at sec-2 Noida is the worst centre of Nokia. My phone has some network poblem so today I

  • Is there anyway to read the unscaled voltage from a scaled virtual channel?

    I am using DAQmx to read voltage from a SCXI chassis. Programmically in Labview I created a task with virtual channels and custom scales. Later in the program, I wish to view the scaled volatge and the raw voltage at the same time. Is there a propert

  • Huge delay in query output if we drilldown.

    Hi Experts, We are using BIA for some of our queries. The query results are got in quick time. But if we drilldown , it takes lot of time to fetch the results. We have the data in the main memory after creating the index. Do I need make some addition

  • Exporting a movie on a G4 without quality loss

    I do not have idvd on my PowerMac G4. Can someone explain how to export a movie without quality loss? I tried the various options in the dropdown menu but they seem to cause distortion. ~Thanks