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

Similar Messages

  • Payment terms field display at MIRO screen

    Hi,
    How can I make Payment terms field "Display" at MIRO screen??
    Regards,
    Sattuj

    Hi,
    The fields on MIRO are not configurable as with other transactions.
    You have no config control of these fields.
    You should not really block the field, because what happens if you ever need to change it (believe me this WILL happen).
    Steve B

  • 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

  • Hide the field display from it0002

    i wanted to hide a field   display from  IT0002 screen, queries, table view or other  like transaction pa20 or pa30 ,should be prohibited when not authorized.

    Hi
    If you want to hide fields based on authorization, you need to first create a custom authorization object and then program the authority check using function module in the PBO module of Z Include. If the authorization for the user fails, hide the field by looping through the screen structure.
    ...Code to check authorization...
    CHECK SY-SUBRC NE 0
    LOOP AT SCREEN
    IF SCREEN-NAME = 'your_field_name'.
        SCREEN-VISIBLE = 0.
        MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Akso, do not forget to assign the auth. object to the authorized users(This is BASIS activity).
    Edited by: rumhat on Mar 8, 2011 8:02 AM

  • Display extra fields on FB60/FV60 item screen

    Hi All,
         i need to display the XREF1,2, and 3 fields on the items line within FB60/FV60. I have checked the config for field status OB32, OB41 and i have them checked, but they still don't display on the screen.
    Is there any other config i need to do?
    thanks
    Andrew

    Dear:
                   Please check the screen variant assigned to FB60 or FV60 in SHD0. Normally these settings are determined from what you define in in CONFIGURATION button in  FB60 or FV60 whihc can be seen on line item level Yellow and bluish color button. Click and go to administration. There you can find fields available for line items in FB60 or FV60.
    Regards

  • Regarding Selection-Screen Field Display

    Hi All,
    I have issues with Selection-Screen field display.
    The Actual issue is i had declared a selection screen field as: <b>s_exgen FOR embk-exgen</b>.
    <b>EMBK-EXGEN</b> is actually <b>20</b> Char length field.
    But in output display it is being shown as <b>18</b> Char field though i can type in all <b>20</b> characters.
    But <b>display</b> restricted to <b>18</b> Characters only.
    Can anybody give me the solution for the same!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    Hi,
    You can decrease the visible length of the field but you can not increase more than database field length. check SAP help on this :
    select-options: s_exgen FOR embk-exgen VISIBLE LENGTH 5.
    ... VISIBLE LENGTH vlen
    Effect
    This addition allows you to shorten the visible length of the corresponding screen field on the selection screen to vlen.
    Variant 2
    SELECT-OPTIONS sel FOR (f).
    Additions as in variant 1.
    Effect
    In this variant, (f) must be a field containing the name of the actual reference field at runtime. The system creates the LOW and HIGH fields as character fields with length 45. However, their appearance on the selection <b>screen is inherited from the reference field whose name is contained in field f at runtime.</b>
    Regards
    Appana

  • 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

  • How to display the selection screen fields for selected checkboxes

    Hi all,
             I have 7 checkboxes, for each check box we have some seletion screen fields.if i select first check box,i want to display first slection screen fields only.
    and if we select more than one check box how to display the selection screen fields for selected check boxes,please help me this
    Thanks
    sriman.

    hi,
    Try this code
    report z_13317_sdn2.
    tables : mara, marc, dd03l.
    parameters : p_chk1 as checkbox user-command ABC,
                 p_chk2 as checkbox user-command PQR,
                 p_chk3 as checkbox user-command XYZ.
    select-options : s_matnr for mara-matnr modif id A,
                     s_ersda for mara-ersda modif id A,
                     s_werks for marc-werks modif id B,
                     s_lvorm for marc-lvorm modif id B,
                     s_tab for dd03l-tabname modif id C.
    data: v_chk1,
          v_chk2,
          v_chk3.
    at selection-screen output.
      loop at screen.
        if screen-group1 = 'A' or
           screen-group1 = 'B' or
           screen-group1 = 'C'.
            screen-input = 0.
           modify screen.
        endif.
      endloop.
      loop at screen.
        if v_chk1 = 'X'.
          if screen-group1 = 'A'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
        if v_chk2 = 'X'.
          if screen-group1 = 'B'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
        if v_chk3 = 'X'.
          if screen-group1 = 'C'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
      endloop.
    at selection-screen.
      if sy-ucomm = 'ABC'.
        if v_chk1 = ' '.
          v_chk1 = 'X'.
        else.
          v_chk1 = ' '.
        endif.
      endif.
      if sy-ucomm = 'PQR'.
        if v_chk2 = ' '.
          v_chk2 = 'X'.
        else.
          v_chk2 = ' '.
        endif.
      endif.
      if sy-ucomm = 'XYZ'.
        if v_chk3 = ' '.
          v_chk3 = 'X'.
        else.
          v_chk3 = ' '.
        endif.
      endif.
    Regards,
    Sailaja.

  • 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

  • How to display field "profit center" on screen f-02 ?

    Dear all,
    I would like to display the field "profit center" on screen f-02 (and not on screen "fast entry").
    I tried with OB41, but it's only when I specify "Mandatory" that the field is displayed.
    I would like to keep the status "Optionnal", but to display the field.
    Do you have a solution ?
    Thank you for your help

    Hi,
    The profit center is optional in screen layout for GL -Fast Data Entry in F-02 is possible
    for that Change layout through at O7E6 and activate it. the variant will  show in the editing option FB00 for fast entry and save it.
    Change the filed status for G001
    Regards
    Surya

  • Adds selection field at the first screen of FBL3N (G/L line item display)

    I would like to adds line item selection field at the default first screen of FBL3N.
    The field I'd like to add at the default selection screen is :Amount.
    This field can be selected at dynamic selection. But I'd like to use the field at the first screen of FBL3N, not in daynamic selection screen.
    If anyone knows how to add the fields into FBL3N first screen, please advice me how to do it.
    Edited by: Itchy31 on Jul 23, 2009 8:30 AM

    Hi,
    You can not add the new fields in the selection criteria thats the reason dynamic options are given for the further selection.
    If you still want to add in the selection screen then go for a customisation and coordinate with the ABAPer which is not suggestable as it is readily avilable in dynamic selection.

  • Need to edit "Job"  screen field display type in Infotype 0023

    Hi Expert,
    I need to change "Job field" which is drop down list box to Input field like "Employer field".please help me.
    Thanks & Regards
    Anwar

    Hi Anwar,
    You cannot change the field characteristics of a standard screen unless you make a repair on the system.
    Once we had a similar requirement.
    For that we had hidden the job field in the standard screen via SM30 - V_T588M.
    Then via PM01 we enhanced IT0023, added a Z-field named job and made it listbox.
    Regards,
    Dilek

  • Custom infotype - issues with conversion class - making fields display only

    Hi,
    I created the custom infotype 9008 using t-code PM01, created conversion class ZCL_HRPA_UI_CONVERT_9008_XX and assigned it to screen structure ZHCMT_BSP_PA_XX_R9008 in the view V_T588UICONVCLAS. Coded the methods IF_HRPA_UI_CONVERT_STANDARDOUTPUT_CONVERSION and IF_HRPA_UI_CONVERT_STANDARDINPUT_CONVERSION. I'm trying to make some fields display only within the method OUTPUT_CONVERSION dynamically. Coded the check class ZCL_HRPA_INFOTYPE_9008 with business logic.
    Everything seems to be working fine when I test using the test tool through t-code PUIT_UI.
    When I try to create/modify 9008 record through PA30, the code in the methods OUTPUT_CONVERSION  and INPUT_CONVERSION is never getting executed. The control is not coming there at all. The fields are allowing input. Any idea why this is happening.
    We are on ECC 6.0 and at service pack level SAPKE60035. Couldn't find any relevant SAP notes as well.  Appreciate your help in this regard.
    Thanks,
    Kumar.

    Hi Venkata,
    Check this document.
    This explains about custom infotype creation.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1?overridelayout=true
    regards,
    Brinda L

  • Additional Field Availability in MIGO Screen

    Dear Sir,
    In the MIGO screen , we want to see that is there any extra Field available which has not been made enabled/displayed .
    Pl guide us as how can we see the availability of such fields pl .
    Regards
    B Mittal

    Hi,
    Follow the path:
    SPRO->MM->Inventory Management and Physical Inventory->Setting for Enjoy Transactions-> Setting for Goods Movement (MIGO)-> Field Selection for MIGO
    Here make document header text as u201CInput,enabled,displayed u201D entry as u required and save.
    Regards,
    Biju K

  • E-recruiting: Additional field on cover letter screen

    Hi!
    I want to add a checkbox input field on the application screen in
    e-recruiting above the cover letter. I found the actual BSP
    (coverletter_v.bsp of HRRCF_REG_APPLN) and added the field.
    I am not sure where the best place to put the new database checkbox field
    but I am biased towards an append on table HRP5136 (Correspondence)
    associated with the registration of an application(OTYPE = 'ND' and
    ACT_TYPE= '1020', '1030' and '1035').
    Could someone advise me what kind of objects and methods I
    should/need to change in order to implement this completely and also why
    don't external breakpoints take effect(I tried several places in the controller methods associated with a cover letter)? Is there a customizing that have to be set in order to get the effect of setting breakpoints?
    In my case, as far as I understand there is no possibility to add an extra field in
    a predefined user-exit, but rather one has to change SAP standard. Is
    that right?
    The reason why we need an additional field is that an
    applicant may choose to appear as anonymous in the list of all
    applicants and in that case (s)he needs to tick off the new checkbox
    field. I did not find a suitable solution for this in SAP standard
    e-recruiting system.
    In advance, thanks for any guidance and help on this issue!

    Hi,
    As of now, the custom fields automatically being displayed on screen is available only with BSP.
    The WDA screens are available for extrenal & internal candidates. You can craete your Z fields in cutomer include in the respective infotypes. The WDA developer will ahve to explicitly put the UI elements on the relevant screens & map them to these Z fields. We had a similar requirement & we have done this in this way.
    Regards,
    Sowmya

Maybe you are looking for