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

Similar Messages

  • How to create a new employment status in action info type 0000?

    Hi All,
    how do we add  new employment status in action info type 0000?
    As we all know right now we have Active, Inactive, Retire, Withdrawn.....reguirement with my client is to add a new on onleave.
    Can you someone please help me on this?
    Thanks Much!
    Raj

    Hi
    Create a new action - called "OnLeave (with Pay) " use the status - Active and if required create another action OnLeave (Without pay) with inactive status.
    Its not required to create new status.If required you explore the STAT3 or STAT1. Recommended to use the standard employement status - STAT2 or max you can go for STAT3.
    As per best practice, I recommend you to create another action called - Reporting back from Leave.
    >SAP Customizing Implementation Guide
    >>Personnel Management
    >>>Personnel Administration
    >>>>Customizing Procedures
    >>>>>Actions
    >>>>>>Define infogroups
    >>>>>>Set up personnel actions
    >>>>>>Create reasons for personnel actions
    >>>>>>Change action menu
    Maintain right usergroup/reference.
    Thanks,
    Amosha
    Edited by: Amosha on May 21, 2009 2:17 AM

  • P0000-STAT1 (Customer Specific Status) field on Infotype 0000

    Hi All,
    I have a requirement on Customer specific status field on infotype 0000,  Where I should be able to maintain that field through PA40.
    As this field is standardly delivered as output field only through SAP I am unable to force that field as input field in module pool.
    did any one used this field before as input field in IT0000? I couldn't find OSS note on this issue.
    Please let me know if any one has solution on this.
    Thanks,
    Sang

    Hello sangarshitha
    try using field symbol ,
    asssign field symbol to p0000-stat1
    like
    field-sybmbols : <fs> type p0000-stat1.
    ASSIGN ('(MP000000)PSPAR-STAT1') TO <fs>. "check table pspar in debug wether field stat1 is there else go for P0000-stat1
    <fs> = "assign what you want to here.
    write this in PBO of User Exit/Badi for IT-0000
    reward points if helpful

  • Resignation / Reliving deletion log data in actions infotype 0000

    Dear all,
    When we delete resignation/relieving entry in Pa30 in actions infotype 0000 no log is maintained.
    where i can see the deletion log please help.
    Regards,
    Gaurav sood

    You have set the indicator in Table:  T529A. for the field U0000 for the leaving action.
    If you set the indicator U0000, the personnel action type is stored in the Actions infotype (0000).

  • Problem with SSAS cube reporting action when using pivot filter with cubevalue function

    Hi everyone,
    I have a quite specific problem when I combine cube actions (Reporting Action SSRS) with Excel's cubevalue() function.
    The problem is when I use a pivot filter as a parameter for the cubevalue() function. The action item does not show up in the context menue.
    The cube action works fine when I do it from a "normal" pivot or if I use the cubevalue() function without the reference to a pivot filter (all the parameters in the function are "hard-coded").
    I use SSAS 2012 and Excel 2010.
    Thanks for yor help.
    Gerhard

    Hi everyone,
    I actually figured out a way to solve this problem. I had to use a detour to solve this bug in Excel (at least I think it's a bug).
    What I needed to do: I had to make Excel belive that the filter is actuall hard-coded and does not come from a pivot filter. This was only possible by adding a new calculated measure to the cube that gives back the MEMBER_Unique_Name to the current member
    passed. This "value" can then be used to go back to the cube and select the cubemember function. Here is a small example.
    This is the cube member:
    CREATE MEMBER CURRENTCUBE.[Measures].[RegCompBranNameKey] AS
    [Company Branch].[Reg - Comp - Bran Name].CurrentMember.Properties("MEMBER_UNIQUE_NAME", TYPED),
    VISIBLE = 0 ;
    And this is then done in a hidden Excel cell:
    =CUBEMEMBER("Metrics";
     IF(RIGHT(CUBEVALUE("Metrics";<PivotFilter>;"[Measures].[RegCompBranNameKey]");5)="[ALL]";"[ALL]";
      RIGHT(CUBEVALUE("Metrics";<PivotFilter>;"[Measures].[RegCompBranNameKey]");LEN(CUBEVALUE("GlobalMetrics";<PivotFilter>;"[Measures].[RegCompBranNameKey]"))-57)
    I had to use the UniqueName property because I have a combined filter. That's also the reason for this truncation and also useing the last part of it. If you just have a straight key you more easily use it.

  • Problem with Facebook status blocking phone numbers in contact list

    Unlike a lot of users, I don't mind that my Facebook contacts merge with my other contacts.  However, I am having a problem with viewing all the information in some of the individual profiles.  It seems that whenever someone updates their FB status, the status posts where the phone number usually is.  The only way to view the phone info for these contacts is to "edit" the entry, then you can see the phone info.  Does anyone know if there is any way to eliminate the status update from the contact information?

    I don't mind seeing their updates, I don't even mind seeing the update on the individual contacts page.   I mind not being able to see the phone number field in my contacts list.  I have a friend that has the original Droid and he stated that the update is at the bottom of the screen, not the top covering the phone number.  Why is it that on a phone with so much "ability" that it has to put the Facebook status field over the phone number?

  • Edit the 'Employment status' field in IT 0000

    Hi,
    Normally the Employment status is greyed out and not editable when we are running Personnel actions . It defaults Active, Inactive , Withdrawn as per the settings that we have made.
    Is there a standard way that this field is editable when we are running the Action , for eg. org reassignment. ..
    BR
    SK

    Hello,
    This is not the standard practice from SAP to make the field Employement Status as editable. the value is configured when you configure the personal actions in Table T529A
    BR
    Sonu Gupta

  • Problems with Bluetooth Status and Startup Times.

    For the past little while my MacBook Pro has had slow startup times and the Bluetooth status icon in the Finder does not appear when I first start up the machine.
    The Bluetooth status problem has only started in the last week or so. In order for me to get it to display again I have to open up System Preferences, go to Bluetooth, uncheck "Show Bluetooth status in the menu bar" and then recheck it again and it will appear. Occasionally, it will show up on startup but to the right side of the clock when it normally appears far off on the left side.
    As for startup times, this has been only recent as well. I upgraded to 2 Gb of RAM a few months back and everything was fine, now within the past few weeks it has been starting up much slower than it would.
    These may not be issues that can be solved. I am debating whether or not I want to re-install Mac OS X or tough it out until Leopard comes along.
    Any help would be greatly appreciated.
    Thank you,
    Aaron

    Initially I thouhgt this problem with playback of music had something to do with bluetooth but I'm not so sure anymore.
    The problems with music apps stop working correctly after connecting or disconnecting a bluetooth headset led me to beleive that it was a purely blutooth related problem. Now I think that this might have something to do with an incorrectly configured audio device.
    The various symptoms so far that can be replicated
    Frequent drop outs (short breaks of silence) in playback of music when using a blutooth headset, at least once per musical track
    Frequent short moments of stuttering in music playback when not using a bluetooth headset
    Drop outs/stuttering is more frequent when display is turned off
    Music player freeze if bluetooth is turned on during playback, tapping play/pause doesn't work
    Music player freeze if playback is turned off during playback, tapping play/pause doesn't work
    If you use the playback buttons on the bluetooth headset immediately after connecting the bluetooth headset during playback with the standard music player you will get a message on the x10 display giving you the option to "force a shutdown" of the player
    Ringsignals are stuttering and double speed when using a bluetooth headset
    Sounds recorded at a sample rate of 11 kHz on the x10 (for instance using an app like fourtracks) will playback at double speed

  • Problem with the shut down action

    Hi,
    Since a few monthes, I have a problem when I want to shut down my 27" iMac.
    Instead of shutting down, he reboots.
    And if I shut it down again, it finally shuts down.
    I have the same problem with the suspension of activity. I have to do it twice because it reactivates after the first times.
    What happened ?
    Thank for the answers ?

    Step one is to create a new admin user account, log into it, and see if the problem persists.

  • Employment Status for Action 'Leave of Absence'

    Hello all,
    We have SAP PA and OM modules implemented. As per standard SAP practice we have employement status 'STAT2' set as 'Inactive' for Action LOA. My client wants the LOA employees to be included in the 'Active' headcount report. But it is difficult to pull them in the headcount reports, since the employees on Global Transfer also has STAT2 as Inactive.
    We don't plan to implement Payroll or Time modules in near future. So is it ok to set STAT2 as 'Active' for LOA? Does it has any other implications.
    Thanks in advance.
    Savni

    Hi Savni,
    Empolyement status(STAT2) we have
    ACTIVE- it means employee withcompany  
    INACTIVE-it means employee not with the company
    as you said your client dose not have plans to implement PT and PY then it is okay you can use it.
    it wont impact any thing.
    but when you have scope of PT and PY then it impacts the PT and PY directly.
    as Remi corretly said  even if the employee is on LOA then there would be a record(s) in infotype 2001 for the duration of LOA.
    Regards,
    mohammed

  • Problem With Airport Status Icon After Snow Leopard Installation

    Everything seemed to go well except on the Menu bar where the Airport status antenna is. Normally it shows a digital timer showing how long my internet connection has been up ( I use PPPoe ). After the install the icon shows that I'm connected to my AEBS, the network is up and the internet connection is up as well, can access mail and all web sites. Airport Utility shows no problems and that the connection is up but that digital timer no longer shows up at the icon. Does anyone have ideas? I did repair permissions and restarted the computer but no luck. And I have show Airport status checked in system preferences.
    John

    I too am facing issues with the Airport status icon in the menu bar after I upgraded to 10.6.
    My internet connection works fine over Airport, I am even writing this post using my airport connection. When I go into the Settings panel and further into Network I get a green status indication on my Airport connection. So far nothing out of the ordinary.
    But, when I look at the status icon on the menu bar the icon is dimmed out, as if I did not have a connection. When I click on it it says that I have not installed an airport card. Though obviously I have!
    Anyone else facing the same issue?

  • Problem with a Scott Kelby action.  Help!

    In Scott Kelby's "Adobe Photoshop Lightroom Book for Digital Photographers" he describes a process to automate sharpening in Photoshop, (chapter 5, page 218).  It involves creating an "Action" in Photoshop that can automatically sharpen a folder of photos without any intervention on the user's part that can be automatically run from Lightroom.  I'm running on a MacBook Pro, OS 10.4.11, Lightroom 2.3, Photoshop CS2.
    The problem is that the action hangs when saving a photo.  When the action reaches the step to save a photo, a "JPEG Options" box opens up and waits for you to click on the "OK" button.  This hardly makes the action automatic.  I notice that this only happens to photos that have not been opened in Photoshop previously, (which is always in my case).
    Here are the Photoshop steps described by Scott (minus any superfluous stuff):
    Step 1: Open a photo.
    Step 2: Go to the Window menu and choose Actions.  Click on the Create New Action icon at the bottom of the palette.  In the New Action dialog box name your action and click on the Record button.
    Step 3: Go under the Filter menu, under Sharpen, and choose Unsharp Mask.  When the Unsharp Mask dialog appears enter 120% for Amount, 1.0 for Radius, and 3 for Threshold, then click on OK.
    Step 4: Now go under the Edit menu and choose Fade Unsharp Mask.  This brings up the Fade dialog box.  From the Mode pop-up menu choose Luminosity.
    Step 5: Now you can press Command-S (PC:Ctrl-S) to save your photo, then Command-W (PC: Ctrl-W) to close your photo.  Since it's been saved and closed, go back to the Actions palette and click on the square Stop Recording button at the bottom left of the palette.
    The rest of the steps involve creating a Droplet to put into Lightroom but is irrelevant to my problem.
    Like I said, when I run this action it hangs when saving a photo.  A  "JPEG Options" dialog box opens and waits for you to click on "OK"  Again this only happens on photos that have not been previously opened in Photoshop.
    Any hints as to what is happening and how I can fix it?

    You already have a rendered file at this point, so this metadata is completely useless. Lightroom for some reason includes all develop settings in every exported file.
    Here is some more info
    http://www.flickr.com/groups/adobe_lightroom/discuss/72157607023379578/
    http://www.lightroomqueen.com/blog/2009/04/17/why-cant-cs2-save-as-jpeg-when-local-adjustm ents-were-used-in-lightroom/
    The last one has the metadata-wrangler plugin do basically what I told you to do by hand inside Photoshop.

  • Problem with App catalog this action could not be completed

    I have not been able to use App catalog since a few days.
    I am in UK on O2 network using US unlocked Pre2. It was possible to use App catalog and install free apps only. Now App catalog always load with error: " this action could not be completed, please try again later".
    Post relates to: Pre 2 p102una (Unlocked NA)

    @ rufat_j and @alfagtv100:
    Could please send me a private message containing the palm profile account, IMEI, serial #, carrier used, and country for those phones.  This information can be found in the device info app.
    Please also tell me if you do have any homebrew applications installed or not, apps installed from other sources than the app catalog.  This can greatly help.

  • Problem with Batch Processing an Action using a Graphic Style Library

    Hi,
    I have ~100 files in which I need to change the fill and stroke of all the linework. I created Graphic Styles for all my new features. I then created an Action that sets a fill and stroke color, Select Same Fill and Stroke, then applies the new Graphic Style. This repeats for about 20 variations (ie; select all Fill=X, Stroke=Y, then apply Graphic Style A. Select all Fill=X2, Stroke=Y2 then apply Graphic Style B). It runs fine in my test file. The problem occurs when I try to run it in batch mode. I have my new Graphic Style Library set to Persistent, so that it is open for every file. But the action does not apply the new Graphic Styles. It's like it doesn't see/read the Graphic Style Library. I don't get any errors, the action completes. It just doesn't apply anything.
    Does anybody know what I am doing wrong? Are you not able to use an action to apply a graphic style from an added Library?  Do I need to add the graphic styles to the Graphic Styles Panel and have the action reference the Panel, not the Library?
    Any help or insight is appreciated.
    M

    Try this:
    Copy an item that has the Graphic Style to the clipboard before starting the action. Then put a paste step followed by a delete step at the start of the action.
    Hope that helps.
    Mike D.

  • Problem with print preview dialog action in CS4

    I have a automation plugin for Photoshop that print a image playing a Photoshop print preview dialog.
    The script works on CS3 but not in CS4. There is some specific platform tags (Mac uses 'keyPrintSettings' and 'keyPageFormat' that are OpaqueStructPtr and it's not possible to take the size, and Windows uses 'keySystemInfo' and there is no information about this data) and it's not possible to ignore.
    I attach a sample functions for CS3 (working) and CS4 (not working).
    Some one have information about this problem?

    Hi, try to implement the note 1116359.
    reward if usefull.

Maybe you are looking for

  • How can i see my iPhone in the tv?

    Bello someone can help me to see my apps and photos and vídeos from my iPhone on my tv using Vga cable

  • I HAVE A PROBLEM WITH HTTP

    Forbidden You don't have permission to access /ISQL*PLUS on this server. Oracle HTTP Server Powered by Apache/1.3.22 Server at fliagiacosa Port 80 I DON'T KNOWN WHERE IS THE PROBLEM, PLEASE A SOLUTION

  • Error when running in background

    Hi,   When i run the pgm in foreground its working fine but if i run in background the job is getting cancelled with the error message "Code page couldnt be determined".I checked in background the value in the o/p is coming but the job is getting can

  • How do i add a table?

    how do i insert a blank table into indesign/

  • SCCM 2012 R2 - fresh install PXE not working

    Hi there. Fresh install. Booting from PXE returns an error: Configuration Manager is looking for policy :( Done a lot of googlin so far, nothing helps. SMSPXELOGS: 00:50:56:A8:31:3A, 8D662842-2689-4683-6652-2C8F574F7B8A: No boot action. Rejected. 00: