Employment Status in PA30 Main Screen

Hi Experts,
I want to add the employment status to the main screen of  PA30.
Plz guide me, how can i do this.
regards
TS

Hi,
First get the screen header from view V_582A_B (t.code ->sm30), by default 00 for initial screen, 10 for Action Infotype, 03 for Org Assignment Infotype, 02 for all the other infotype.
Then get the header modifier from view V_T588I (TClass -> A for Employee , B for Applicant)
Once you get the header modifier, you can add (or replace with other field)  employee group (IT0001- PERSG) field in header structure through the table T588J (sm30 -> maintain). You need to give the row/column no, to where it should appear.
Regards,
Shrinivas

Similar Messages

  • Configure employment status in pa40 screen

    Hi all,
    i ve an issue regardng employment status.for an action type. For a specific action type, i only want one employment status 2 show,i.e. inactive.  rest employment status i.e. active,withdrawn etc shuld not been displayed while using that particular action type. is that possible.if yes pls. give me the neccesary steps regarding the same.
    Regards,
    Sumeet

    Dear Friend
    Spro u2192Personnel Managementu2192Personnel Administrationu2192Customizing Proceduresu2192Actions
    Step I:  Define the infogroup
    a.  Define the infogroup
    Eg:  Y1:  Special Action for Inactive emp
    b.  Assign infotypes to that particular infogroup
    Step II:  Set up Personnel Actions
    a.  Under personnel action type, give the action type and expansion eg:  Z1  Special Action
    b.  FC(Function character) give 0
    c.  Customer Specific status:  Leave Blank
    d.  Employment Status:  Give 1
    e.  Special Payment:  Give 1
    f.  Select PA, PSA, EG, ESG
    g.  Insert the infogroup number which you have created which you have defined under Step 1. and save
    Step III:  Create reasons for personnel actions
    Step IV:  Change action menu
    Assign the action type to the action menu with the necessary user group
    Execute the action  using PA40 and you can see the changes made.
    Please do let me know if you have further doubts.
    Regards
    Santhosh.S

  • Problem with Employment Status in Actions Infotype (0000)

    Hi All
    I am trying to upload the Pernr details for Actions (0000) Infotype in PA30.
    I am facing a strange issue, where even though i am passing '1' (INACTIVE) to the employment status (STAT2)field, it still takes the status as '3' (ACTIVE). Also, even though i am not passing anything to the Special Payment (STAT3) field, it still takes it as '1' (Standard Wage Type). What may be the reason for this?
    I am using the BAPI_HRMASTER_SAVE_REPL_MULT for HR Master Upload and here are the values i am passing to the BAPIHR0000 table:
      w_bapihr0000-obj_id = '00002400'.
      w_bapihr0000-infotype = '0000'.
      w_bapihr0000-to_date = '99991231'.
      w_bapihr0000-from_date = sy-datum.
      w_bapihr0000-changed_on = sy-datum.
      w_bapihr0000-changed_by = sy-uname.
      w_bapihr0000-action_type = '01'.
    w_bapihr0000-employment_status = '1'.
      APPEND w_bapihr0000 TO t_bapihr0000.
      CLEAR w_bapihr0000.
    And this itab t_bapihr0000 i am passing into the BAPI.
    please help asap.
    Regards
    Harsh

    Action Type 01 u r passing, please check the config ACtions Table, what is the Status Maintained for that Actin Type.
    Table: T529A
    Regards.
    ...SAdhu

  • Making Employment status field editable in Actions infotype

    Hi All,
    Can we make the Employment status or Customer specific status editable in Actions Infotype 0000?
    I tried doing that in 'Change Screen modification' in IMG, but it isn't working.
    Please provide your inputs.
    Thanks!

    Hi,<br>
    It is not possile to do it.
    Each action is assigned the three status indicators STAT1 (customer defined), STAT2 (employment), STAT3 (special payment) in the customizing system.
    When a personnel action record is created, the system automatically fills the Customer defined, Employment and Special payment fields if the action affects the employee's status.
    The first record of the Actions infotype is assigned the status specified in the customizing system. All other records
    have the same status indicator as the new personnel action if this is not BLANK in the customizing system.
    have the same status indicator as the previous record if this is BLANK in the customizing system.
    This applies to all three indicators.
    Can you let  us know the business need or requirement to do it??
    Good luck<br><br>
    Thanks,
    Amosha
    <br><br>"Known is a drop & unknown is an OCEAN!"

  • Display employment status

    Hi
    My clients wants Employment Status to be displayed on top of the PA screen.
    Please guide me on this.
    Regards
    Seema

    60     1     01     0001          ENAME     DD1
    60     1     17     0001          ENAME     DAT
    60     1     75     0000          PERNR     PIC
    60     2     01     0001          PERSG     DD2
    60     2     17     0001          PERSG     DAT
    60     2     20     0001          PERSG     DTX
    60     2     34     0001          WERKS     DD1
    60     2     50     0001          WERKS     DAT
    60     2     55     0001          WERKS     DTX
    60     3     01     0001          PERSK     DD2
    60     3     17     0001          PERSK     DAT
    60     3     20     0001          PERSK     DTX
    60     3     34     0001          KOSTL     DD2
    60     3     50     0001          KOSTL     DAT
    60     3     61     0001          KOSTL     DTX
    Hi this is the config which i have. client wants that under PA40/30/20 --all infotypes should have header as employment status.(means all PA screens)

  • Cannot click one time back to go back to the main screen

    Hi all,
    i have encountered a problem whereby i have this internal table tied to an alv screen. i have already define my PF status for my back button but it doesnt seem to be working fine for me. as i click on the back button only the alv is gone, after another click on the back button then it will direct me back to the main screen. may i know what is the problem? or any codes that i might have missed out? thx

    i put my codes here:
    Form USER_COMMAND USING SY_UCOMM
    TYPE SY-UCOMM P_SELFID
    TYPE SLIS_SELFIELD.
    CASE SY_UCOMM
    WHEN 'EXECUTE'
    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
    IMPORTING
    E_GRID = REF.
    CALL METHOD REF -> CHECK_CHANGED_DATA.
    SUBMIT PROGRAM1 AND RETURN.
    ENDCASE.
    END FORM.

  • Call subscreen from main screen

    Dear all,
    I have a subscreen and from that subscreen i am calling another normal screen using 'call screen' statement. After doing some manipulation in the normal screen i want to go back to the subscreen on clicking 'BACK' button. i tried 'leave to screen' and 'call screen' in PAI of normal screen but it is not working. how to come back to the subscreen again?
    Thanks in advance,
    Aswin.

    Dear Friend,
    You include a subscreen screen using the CALL SUBSCREEN statement in the flow logic of the main screen.
    To include a subscreen screen in the subscreen area of the main screen and call its PBO flow logic, use the following statement in the PBO event of the main screen:
    This statement assigns the subscreen screen with number <dynp> to the subscreen area called <area>. With <prog> you must specify the ABAP program in which the subscreen screen is defined. If it does not find a corresponding subscreen screen, a runtime error occurs. The PBO flow logic of the subscreen screen is also included at the same point. This can call PBO modules of the ABAP program in which the subscreen screen is defined. At the end of the subscreen PBO, the global fields from the program are passed to any identically-named screen fields in the subscreen screen. The PBO flow logic of the subscreen screen can itself include further subscreens.
    The name <area> of the subscreen area must be entered directly without inverted commas. You can specify the names <prog> and <dynp> either as literals or variables. If you use variables, you must declare and fill identically-named variables in the ABAP program. The screen number <dynp> must be 4 characters long. If you do not assign a subscreen screen to an area, it remains empty.
    PROCESS BEFORE OUTPUT.
      CALL SUBSCREEN <area> INCLUDING <prog> <dynp>.
    find the Below Example Code.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: number1(4) TYPE n VALUE '0110',
          number2(4) TYPE n VALUE '0130',
          field(10) TYPE c, field1(10) TYPE c, field2(10) TYPE c.
    CALL SCREEN 100.
    MODULE status_100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    ENDMODULE.
    MODULE fill_0110 OUTPUT.
      field = 'Eingabe 1'(001).
    ENDMODULE.
    MODULE fill_0120 OUTPUT.
      field = field1.
    ENDMODULE.
    MODULE fill_0130 OUTPUT.
      field = 'Eingabe 2'(002).
    ENDMODULE.
    MODULE fill_0140 OUTPUT.
      field = field2.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE save_ok INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
    ENDMODULE.
    MODULE user_command_0110 INPUT.
      IF save_ok = 'OK1'.
        number1 = '0120'.
        field1 = field.
        CLEAR field.
      ENDIF.
    ENDMODULE.
    MODULE user_command_0130 INPUT.
      IF save_ok = 'OK2'.
        number2 = '0140'.
        field2 = field.
        CLEAR field.
      ENDIF.
    ENDMODULE.
    MODULE user_command_100 INPUT.
      CASE save_ok.
        WHEN 'SUB1'.
          number1 = '0110'.
        WHEN 'SUB2'.
          number1 = '0120'.
          CLEAR field1.
        WHEN 'SUB3'.
          number2 = '0130'.
        WHEN 'SUB4'.
          number2 = '0140'.
          CLEAR field2.
      ENDCASE.
    ENDMODULE.
    The screen flow logic for screen 100 is as follows:
    PROCESS BEFORE OUTPUT.
      MODULE status_100.
      CALL SUBSCREEN: area1 INCLUDING sy-repid number1,
                      area2 INCLUDING sy-repid number2.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      MODULE save_ok.
      CALL SUBSCREEN: area1,
                      area2.
      MODULE user_command_100.
    The screen flow logic of subscreen screens 110 and 130 is:
    PROCESS BEFORE OUTPUT.
      MODULE fill_0110|0130.
    PROCESS AFTER INPUT.
      MODULE user_command_0110|0130.
    The screen flow logic of subscreen screens 120 and 140 is:
    PROCESS BEFORE OUTPUT.
      MODULE fill_0120|0150.
    PROCESS AFTER INPUT.
    When you run the program, a screen appears on which subscreens 110 and 130 are displayed. The pushbuttons on the main screen allow you to choose between two subscreen screens for each screen area. The pushbuttons on the subscreens allow you to transfer the data from subscreens 110 and 130 to subscreens 120 and 140.
    Since the same field name FIELD is used on all subscreens, the identically-named ABAP field is transferred more than once in each PBO and PAI event of the main screen. For this reason, the values have to be stored in the auxiliary fields FIELD1 and FIELD2 in the ABAP program.
    The pushbuttons on the subscreen screens have different function codes, and they are handled normally in an ABAP field. If the function codes had had the same names, it would again have been necessary to use auxiliary fields.

  • How to add shotcuts to main screen?

    Hi
    I'm new to N95 8GB, am with Three network, and have newest version of software. I find it to be great phone but clumsy in that for most applications I have to go through several menus to get to what I want to. I can move applications to 'root folder' which makes life a bit easier but I would really like to be able to put the key applications which I use most often on to the front 'active standby' main screen below the 'WLAN Scanning On/Off' status indicator. Can this be done?
    Any advice greatly appreciated. Thank you.

    To customise the shortcut bar accross the top of the standby screen, goto Tools>Settings>General>Personalisation>Standby Mode>Shortcuts.

  • Status menu with 2 screens?

    Hi, I'm using both my macbook monitor and an external monitor. When I use the status menu for ichat the drop down appears on the external monitor, making it impossible for me to use because it disappears before I can move my mouse to it. Is there anyway to set up where the drop down menu is placed???

    Hi Mike,
    I would go to displays and drag the second screen to the left of the main one so that your Main screen is the right-hand one.
    I think I have remembered this correctly.
    Of course it means changing the physical lay out as well.
    I would also ask here http://discussions.apple.com/forum.jspa?forumID=758 as other people may have come across other Status menu items or spotlight that have similar problems.
    There may be a way to fix this that I am unaware of.
    10:42 PM Sunday; July 1, 2007

  • How can I move pictures from Finder to a folder on my main screen?

    I'm trying to put a bunch of photos that are currently in Finder into a folder on my main screen so I can drag them easily onto photo printing sites. How do I do that?
    Thanks!

    Thanks! But I have like 100 pictures………is there a way to do them as a group instead of individually?  I also want them in some sort of folder not just 100 individual photos all over the main screen. Is there a way to create that?

  • I have updated Firefox to 8.0.1 but the main screen still says " You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" What is the problem?

    I downloaded Firefox Setup 8.0.1.exe from the website to my desktop and opened it as an administrator. The available choice (once opened) was to upgrade. When the process was complete my version of Firefox was identified as 8.0.1 but the main screen still said - "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!"

    This - http://www.google.com/firefox - is the old Firefox Start Page used by the Firefox 3.6 and earlier versions of Firefox, I don't think it is being maintained.
    Starting with the Firefox 4 version, Firefox is using a "local" Start Page with the address of '''about:home'''. It looks similar to the old Start Page, but it isn't exactly the same.

  • How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    I learned that the Dock is positioned at the chosen edge of whatever Display is positioned farthest to that side.  E.g. for the Dock to be positioned on the right side of the Cinema Display (instead of the right side of the MacBook), the Cinema Display must be oriented (by dragging) to the right of the MacBook monitor on the "Arrangement" tab of the Displays Preference Panel.

  • Wht is the tcode to include and report on the sap main screen?

    Hi all,
    What is the Tcode to include any program on sap main screen?
    like when we logon to the sap, it will display abap editor, etc.... i want to include one more item there, can anybody let me know how to do that?
    thanks

    I placed the cursor on desired node and select EDIT->INSERT MENU ENTRY->INSERT AS SUB NODE
    but it says node cannot be inserted at desired position.
    I tried with same level as well, but its not working.
    If i click on change nodes, its saying "changes nodes change be done through Enhancement ID"
    can suggestions?
    thanks

  • Until yesterday I have been happily using Viber on my Iphone 3.   suddenly stopped working. app wont open properly, returns to main screen. have deleted, rebooted , reinstalled but no change ?

    until yesterday i have been happily using Viber.  suddenly the App wont open properly,  tries to but times out and sends me back to
    the  main screen on my iphone 3.  i have tried deleting, rebooting and reinstalling but doesnt solve it.  after downloading again from
    i-tunes i fail to receive the access code.  push notifications are on, nothing has changed on my phone settings since it was working.
    can anyone throw any light on the problem ?

    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPad.
    See if that makes a difference.

  • I cracked my screen. I want to use other monitor which I had one. I bought Apple Mini-DP to VGA adapter. It worked. It means I can see ADDITIONAL screen. However I want to use this monitor for the main screen. How can I do?? Please help.

    I cracked my screen. I want to use other monitor which I had one. I bought an Apple Mini-DP to VGA adapter. It worked. It means I can see ADDITIONAL screen. However I want to use this monitor for the main screen. How can I do?? Please help.

    You have the display set in Extended Desktop mode. The Menu Bar and Dock will be on the MacBook display and your background screen on the monitor. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the monitor and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen. You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131 When you disconnect from the monitor your Menu Bar will automatically change back to the MacBook.

Maybe you are looking for

  • Item category is not defined

    hi,   when i am trying to sell raw materials i am geting an error message during PGI .item category is not defined and when i enter valution type manually in delivery doc. it goes through. batch mgmt is activated for finished goods(no batch for raw m

  • Problem in C/C++

    How can I declare a dynamic array in C or C++ ? How can valid a statement like this , int array[variable]; ?Thank You.

  • Increase the resoulution of PDF attachement

    Hi Friends, I have one question. We are sending the PDF as attachement to emails. After that the itellas(non erp client system) sends the PDF file as fax to the perticular fax no of the customer. But when customer gets the fax, its almost unreadable.

  • Windows java project to unix

    I currently have a program running on windows java 1.4.2. The program needs to be but on an ibm aix unix box running java 1.3.1. My question: Can I compile the project with windows java 1.3.1 and then move the compiled classes over to the aix unix bo

  • OCM Profiles web page

    Hello, When will Oracle add the 11g OCM profiles to the OCM profiles web page? By the way, there's a problem with the layout on [http://www.oracle.com/technology/ocm/index.html] Thanks