PA30 Screen Field

Hi all,
For a particular User, if he executes the PA30 tcode and sees an overview  a particular infotype the there are two field which are seen in DE language and rest of the screen feilds in English.
Pls help how to convert those two screen field which are in DE to EN language.
The users logs in to system as a EN only
Pls help me...!
Regards
Vijay

Go to transaction SE11
Put the P* struc of the infotype (i.e for Infotype 0001, put P0001) and hit Display.
Double click the <b>data type</b> of the element you need, then click:
Goto -> Translation
Set the new language you need (in this case EN) and confirm.
Translate step-by-step the texts and save.
Hope this helps,
Roby.
PS: you can do this in any system, even Productive.

Similar Messages

  • Hiding a field in PA30 screen(for inoftype 0001)

    Hi All,
    I have an requirement that i have to hide a Cost center field in PA30 - for infotype 0001 .
    I have maintained v_t588m in SM31 for screen 2000 i have selected the costcenter radiobutton to hide and saved but the changes are not effecting to the PA30 screen
    and one more thing again am going and checking to this view the changes are not saved in the view.
    Is i have to create new feature for this one ? if created,is have to maintain anything?
    Please help on this.
    Thanks & Regards,
    Anil Kumar.

    P0001 Organizational Assignment Infotype (0001): Screen Control          Status: Active                                                                               
    5  <b>TCLAS</b> Transaction class for data storage                                                                               
    5  <b>A</b> Master data and time data                                                                               
    5  <b>MOLGA</b> Country Grouping                                                                               
    4  01 Germany                                                                               
    4  07 Canada                                                                               
    4  09 Denmark (DAENEMARK)                                                   
                    4  10 USA                                                                               
    4  16 South Africa                                                          
                    4  22 Japan (JAPAN)                                                         
                    4  23 Sweden (SCHWEDEN)                                                     
                    4  29 Argentina (ARGENTINA)                                                 
                    4  34 Indonesia (INDONESIA)                                                 
                    4  37 Brazil                                                                               
    5  <b>40</b> India                                                                               
    5  <b>DYNNR</b> Number of the following screen                                                                               
    5  2000                                                                               
    5  <b>3000</b>                                                                               
    5  <b>PERSK</b> (1) Employee Subgroup                                                                               
    5  O                                                                               
    <b>OE</b>                                                                               
    5  otherwise                                                                               
    4  48 Philippines (PHILIPPINES)                                             
                    4  otherwise                                                                               
    4  B Applicant data                                                    
    The Exp Shows for Country India(40) For Dynnr 3000 for Employee Subgroup 0 my Variable is OE.
    This is the way U sud search for Variable.
    ~BiSu
    Message was edited by:
            Biswajit Das
    Message was edited by:
            Biswajit Das

  • Adding Reference Personnel Number field in Main PA30 Screen

    Hi Gurus,
    I am having a problem I need to assign Reference Personnel Field (RFPNR) on the main Screen of PA30. Presently the main screen is showing the First name, Last name and Enterprise Structure Fields, I want to make the RFPNR field visible.
    Kindly help me out.
    Regards,
    Garima

    Hi Kiran,
    I am trying to assign the same (Field-RFPNR) in PREMC I am getting an error message
    “The Function Module PREMC defined as Search Help exit does not exist and simultaneously when I go to PA30 Screen I am not able to see this field in the header.
    Kindly help as I want it go get reflected along with Pernr (Personnel Number) in PA30 screen.
    It will be suitably rewarded.
    Regards,
    Garima

  • Extra Field Display in PA30 Screen

    In the standard PA30 screen apart from Personnel No,Name,Employment Status,Original Hire fields is it possible to display additional fields like Action/Action Reason without ABAP Programming. Is yes how and where to configure it.
    Thanks,
    Sriram

    Hi,
    In the following thread we had discussed the issue in detail.
    Please check:
    Re: Display employment status
    Regards,
    Dilek

  • Field ENAME is missing in PA40 and PA30 Screens

    Hi All,
    Field ENAME (Formatted Name of Employee or Applicant) is missing in PA40 and PA30 screens.
    Please let me know how to have this field on the screens.
    Setting so far I have made:
    Screen header in Table V_582A_B is u201C00u201D for IT 0000, IT 0001
    Assigned u201800u2019 Header Modifier to Screen Header u201C00u201D in table V_T588I
    I have defined header Modifier (T588J) as
    HM -L - C  -  IT -   Field N  - Fldty
    00   1   01  0001   ENAME  DD1
    00   1   14  0001   ENAME  DAT
    00   2   01  0001   PERSG  DD2
    00   2   14  0001   PERSG  DAT
    00   2   17  0001   PERSG  DTX
    I have checked the relevant boxes in table T588H
    Thanks in advance,
    Jitend

    Dear Jiten,
    DD1--Name  (Length 10)
    DAT--Field contents  (Length 40)
    DTX--Text for field content  (Length 30)
    the above are the field types we have in t588j table
    and you are missing the DTX field type
    maintain the 00  1  17  0001 ENAME DTX
    HM -L - C - IT - Field N - Fldty
    00 1 01 0001 ENAME DD1
    00 1 14 0001 ENAME DAT
    INSERT HERE
    00 2 01 0001 PERSG DD2
    00 2 14 0001 PERSG DAT
    00 2 17 0001 PERSG DTX
    hope this will help,
    Regards,
    mohammed
    Edited by: 0mohammed1 on Aug 18, 2011 12:46 PM

  • Want to show an information message in PA30 screen

    Hi ABAP gurus,
       For Infotype9000,subtype RHUB(newly configured) ,I want to show an information message in PA30 initial screen for operations 'Create','Copy' and 'Delete'. For that , I have used a BADI (hrpad00infty) , written code in PBO method of the BADI.
    The problem is this, we cannot show the message in PA30 screen,else it is showing a pop-up dialog box (information msg. is missing in the dialog box) in the next screen.
    Our Requirement:
      1. For the above mentioned operations , we want to show the information message in the PA30 initial screen.
    Please post your valuable comments.

    Hi
    What you're trying to do is not really obvious for someone that's familiar with  the usual USER-EXITs and BADIs in HR but there's a possible workaround using the BADI HR_F4_GET_SUBTYPE and its GET_SUBTYPE_TEXT method for your 9000 IT
    METHOD if_ex_hr_f4_get_subtype~get_subtype_text.
    *SUBTY  Importing Type  SUBTY
    *PERSNR Importing Type  PERNR_D
    *TCLAS  Importing Type  TCLAS
    *BEGDA  Importing Type  DATUM
    *ENDDA  Importing Type  DATUM
    *LANGU  Importing Type  SPRSL
    *MOLGA  Importing Type  MOLGA
    *FLT_VAL  Importing Type  INFTYPA
    *STEXT  Exporting Type  SBTTX
      FIELD-SYMBOLS <rp50g> TYPE rp50g.
      ASSIGN: ('(SAPMP50A)RP50G') TO <rp50g>.
      IF sy-subrc EQ 0.
        IF <rp50g>-infty EQ '9000' AND
           <rp50g>-subty EQ 'RHUB'    AND
         ( sy-ucomm      EQ 'INS'  OR
           sy-ucomm      EQ 'COP'  OR
           sy-ucomm      EQ 'DEL' ).
          MESSAGE i398(00) WITH 'Your message'.
        ENDIF.
      ENDIF.
    ENDMETHOD.

  • How to link a search help to a selection screen field

    Hi All,
    I am using field PKWRG from PA0017 table in selection screen. I need F4 help there as in Tcode PA30 . But this field does not have value table or check table. However, it has a search help attached 'TRV_PKWRG' .
    But, I donot know how to assign a search help to a selection screen field. Please help.
    Regards,
    Nibha

    Hello,
    Fetch all the data which from the table which you want to show in the search help and pass the value to the FM
    F4IF_INT_TABLE_VALUE_REQUEST and the selection-screen event must be
    at selection-screen on value request parameter or selection option variable.
    BCALV_TEST_FULLSCREEN
    BCALV_TEST_FULLSCREEN_CALLS
    BCALV_TEST_FULLSCREEN_PRINT
    BCALV_TEST_FULLSCREEN_STATUS
    BCALV_TEST_GRID
    BCALV_TEST_GRID_DRAG_DROP
    BCALV_TEST_GRID_EDITABLE
    BCALV_TEST_GRID_EVENTS
    BCALV_TEST_GRID_INDEX
    BCALV_TEST_GRID_TOOLBAR
    BCALV_TEST_HIERSEQ_LIST
    BCALV_TEST_LIST
    BCALV_TEST_LIST_PRINT
    BCALV_TEST_LIST_STATUS
    BCALV_VERIFY_DTYPES_D0100_F01
    BCSMENUF01
    BDLCOF10
    BDLDVI10
    BDLTREDF

  • Read screen field in infotype 8

    Hi all,
    I am using exit Exit_SAPFP50M_002 for transaction PA30.In the include, i have to read the basic salary field (Q0008-betrg).
    But, my problem is Q0008 is structure.How to read the screen field. That value does not exists in any table.
    Please help.

    I am using BAdi HRPAD00INFTY (before output) for defaulting some values of the HR infotypes such as Salary.I am accessing those values by using following code.
    data : I0008 TYPE P0008.
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
    EXPORTING
    PRELP = INNNN
    IMPORTING
    PNNNN = I0008.
    all the values all populating in I0008 but when i change the value of bet01(I0008-bet01 = 123456.) , it is not displaying on screen.
    any idea??
    Thanks,
    Prashant

  • Status of the employee on PA30 screen

    Hi All,
    I want to display the status of the employee Active, Inactive etc on the PA30 screen. Can any one of please help?
    Regards,
    Anjali.

    Hi ,
    go gor  intotype 0000.
    select field name . stat2.
    if stat2 = 0  : with drawn.
      stat2  = 1 : inactive
      stat2 = 2  :retire.
      stat3 = 3   avtive.
    u can see status of employee in   this infotype.
    thansks and regards
    rex

  • Pa30 screen contract area

    hi,
    I want to hide or delete contract area in PA30 screen.
    from tabel rp50g ccntr area.when I look from technical settings.
    screen field is also rp50g-ccntr.
    does anybody have any idea about this problem,
    thanks,

    You can go to SM30>>Table>>V_T588M (View for Infotype Screen Control)
    and use following parameters:
    Module Pool::MP000100, 
    Standard screen      2000               
    Feature:: P0001
    Alternative screen   2000
    Grp::014     
    Field name::P0001-ANSVH::Work Contract
    and choose radio buttion HIDE
    Incase you have any query please contact.
    Rajesh Waghade

  • PA30 screen change

    Hi,
    How can I change the default fields that appear under Personnel No field on PA30 screen ? e.g. Name, EE group, EE subgroup, PA, PSA.
    Thanks in advance.

    'DAT': field contents
    'DTX': field content text (if available)
    'PIC': passport photo
    'DD1': field short text according to DDIC
    'DD2': middle field text according to DDIC
    'DD3': long field text according to DDIC
    'DD4': field header according to DDIC
    Note that you can only use the 'PIC' field type for the PERNR field. SAP recommends that you enter the  personal data infotype (0002) in the ITyp (infotype) field for the passprt photo.
    Also note that the field types 'TXT' and 'TXD' are only available for compatibility reasons. SAP recommends that you use the field types 'DD1' and 'DD4' instead.
    Hope this gives more idea abt the fields...
    REgards
    ...Sadhu

  • Disable IT0001 screen fields through PA40

    Hi experts,
    When I am running an action through PA40, after updating IT0000 it calls IT0001 after that 9001 and so on. For It0001 fields like position, employee subgroup, Org. Key and administrator fields are editable.
    I want to disable all other It0001 screen fields except adminstrator fields for that particular action type. Please help me out how to solve this issue. I have tried to insert the code in user exit (PADU02) but i don't find any means to access the screen of IT0001.
    Full reward points guaranteed for better solution
    thanks and regards,
    Murali

    Hi Murali,
          I am sure did you check T588M (Infotype Screen Control), where you can set your own settings for the infotypes (fields, hide, disable, Required)
       However I got confoused with your requirement, you want the screen to be changed only for that action, does that means if he go to 0001 through PA30 user should have access to all the fields?
       -- In that case, you can set the feature P0001 and can use RPCADD00 program. (RPCADD00 might give a chance of accessing 0001 infotype - Not sure)
    Regards
    Mahesh

  • Unable to capture screen fields in eCATT

    Problem description 1 : Unable to capture screen fields in eCATT
    Recording using SAP GUI Method.
    Problem description 2 :Unable to capture Tab controls while recording
    in eCATT using SAP GUI Method.
    Thaks for any suggestion you could provide me and once again for your courtesy attention.
    Regards,
    Eric Monteiro

    Hi Phani,
    Please try below code:
    *data declaration for reading values given by user in the selection screen field.
      DATA: BEGIN OF i_tab OCCURS 0.
              INCLUDE STRUCTURE rsselread.
      DATA: END OF i_tab.
      MOVE: 'LOGSYS' TO i_tab-name,
            'P' TO i_tab-kind. u201CP For parameter
      APPEND i_tab.
      MOVE: 'GP_SIMVE' TO i_tab-name,
            'P' TO i_tab-kind. u201CCheck if field is Parameter
      APPEND i_tab.
    *move program name and screen number into local variable.
      l_prog = sy-repid. u201C(Try by directly passing program name also)
      l_dynnr = sy-dynnr. u201C(Try by directly passing Screen number also)
    *calling function module to get the value given by user.
      CALL FUNCTION 'RS_SELECTIONSCREEN_READ'
        EXPORTING
          program     = l_prog
          dynnr       = l_dynnr
        TABLES
          fieldvalues = i_tab.
    Hope this should slove your issue.
    Thanks & Regards,
    Gaurav.

  • How to create a F4 help for a report selection screen field

    hi,
    can any one guide me to create F4 help for a field in a selection screen in a report program,plz give me a sample code

    hi,
    Here are the following ways
    1.with the help of match code objects we can create the F4 Functionality for Field.
    Syntax is :
    PARAMETERS: p_org LIKE t527x-orgeh MATCHCODE OBJECT zorg.
    2. One more thing is we can do it with Search Help's also.
    3. Even we can do it HELP Views also.
    Help Views:
    You have to create a help view if a view with outer join is needed as selection method of a search help
    The selection method of a search help is either a table or a view. If you have to select data from several tables for the search help, you should generally use a database view as selection method. However, a database view always implements an inner join. If you need a view with outer join for the data selection, you have to use a help view as selection method.
    All the tables included in a help view must be linked with foreign keys. Only foreign keys that have certain attributes can be used here. The first table to be inserted in the help view is called the primary table of the help view. The tables added to this primary table with foreign keys are called secondary tables.
    The functionality of a help view has changed significantly between Release 3.0 and Release 4.0. In Release 3.0, a help view was automatically displayed for the input help (F4 help) for all the fields that were checked against the primary table of the help view. This is no longer the case in Release 4.0.
    As of Release 4.0, you must explicitly create a search help that must be linked with the fields for which it is offered (see Linking Search Helps with Screen Fields ).
    Existing help views are automatically migrated to search helps when you upgrade to a release higher than 4.0.
    A help view implements an outer join, i.e. all the contents of the primary table of the help view are always displayed. You therefore should not formulate a selection condition for fields in one of the secondary tables of the help view. If records of these secondary tables cannot be read as a result of this selection condition, the contents of the corresponding fields of the secondary table are displayed with initial value.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 15, 2008 3:15 PM

  • Truncation of selection screen field in reports

    Hi,
    Is there any way to avoid truncation of selection screen fields in ABAP reports? For eg, I declare:
    SELECT-OPTIONS: s_test FOR ztest-test_field NO INTERVALS
    The length of this field in the table is 30 chars. However, on displaying the field via selection screen, this gets truncated to around 18 or so. How do I avoid this as I need to display the full length of the field?

    Hi,
    Try this
    Tables : makt.
    select-options maknr for makt-maktx.
    now go to the screen painter of your program in change mode and move the Help buttons first to the Right each. now increasethe length of the Matnr Field length so that they are equal to 40 Char. in your program you have handle the length now if you want to restrict to 18 otherwise it will be ok
    if they don't fit you need incease the Size of the Screen Visible area both in the Screen Painter as well as in the
    Screen Attributes
    You also get an Information Message just ignore that.
    Just open your program in SE80 if you can't go to the screen painter in SE38. the other way just keep this program in Display mode and execute then take F1 help , take Technical Information and double click on the Screen number now go to the Screen Layout and go to Change mode here.
    Regards,
    Shirisha

Maybe you are looking for