Workflow issue for Overtime Payment

Hello All,
Scenario: Employee enters his overtime hours through ESS.
His overtime gets approved by his manager. Once approved it updates the IT0015 addtional payments with the respective wage type & hrs.
Problem: The employee has applied for overtime for dates ex: 16.04.2008. HI overtime has also been approved by manager.
As per the workflow, it should create a record in IT0015. But its not updating/creating any record in IT005.
It gives error message: "personnel number(s) could not be locked:
My logic: As per my understanding, the personnel no has been  was locked by some other process in system.
I chekced the status of the workflow through SWi1 in graphic, here it shows as " Completed" with no errors.
Kindly advice me as what needs to be done in this case.Shall we ask the user to apply again? or whats the solution?
Thanks & Regds,
Nithi

Hi Nithi,
In this case you probably can add the entry in infotype 0015 manually. But you should also take a look at the workflow. There should be check after the step for adding the entry if the update was succesful, if not you could wait for a certain period and try again. Us a counter in this loop so after a certain amount of tries you could send a task to a HR administartor (or someone like that) who should do the update manually.
This way you could avoid these kind of errors.
Regards,
Martin

Similar Messages

  • E-Text Template issues for Electronic Payments

    Hi Experts,
    we have a requirement to generate a Delimited Text File for Electronic Payment.
    The Delimited Text File should have 3 lines of data
    1)File Header
    2)First Party Detail
    2)Second party detail
    for example
    File Header -->a,b,c,d
    First Party Detail -->1,2,3,3
    Second Party Detail --> !,#,$,
    i am able to successfully generate the delimited text file ,but the data is coming in single line
    i.e. a,b,c,d,1,2,3,4,!,#,$
    I have tried using <NEW RECORD> Tag but still its not working.
    Could you all please provide any input
    Thanks in Advance
    Anand

    Hello Gurus,
    Just posting again... haven't received any reply...
    Request you to help me out.
    Thanks!

  • Workflow issue for leave request

    Hi All,
    we have workflow which apporves the leave rquest created by an employee through MSS.
    It's a standard workflow.The workflow number is 01200003.
    The problem is workflow sits in waiting position forever to lock the employee.i.e it doesn't lock the employee neither it gives an error.
    The workflow log just shows waiting process.
    I tried to check the method which the lock employee task calls and it's a standard method to enqueue employee.
    The method works perfectly when it's checked independently through business object.
    but when executed through workflow it stucks there.
    My problem is the same workflow and the same version is working in our development system but not in qulaity system.
    Can anybody tell me how can I find that what's going wrong in there and what can i do to correct it and also how can I stop this waiting workflow.
    Thanks
    Umang

    Hi Umang,
    The problem is with DEAD LINE MONITORING of the work flows,
    In transaction SWU3, CHeck for the scheduled Background job for Missed dead lines is set or not.
    If it is not then you have to set that, it will solve your issue.
    Reward points if it resolved your issue.
    Regards,
    Krian I

  • Workflow  Issue for transaction  IMA11

    HI All,
    I am replacing standard WF copying standard one, and decativated standard one and so that new workflow should only be triggered.
    Issue is, In SPRO goto below path:
    -Invetset management-Appropriation Requests-Approval-Activate Event-Linkage for Workflow Task
    There is a setting which shows  standard workflow and actiavte button which make sure that if this is activated. then only workflow approval process should be run and in transaction IMa11 approval button shld be greyed out.
    But in my case I am not able to config my new WF No. there and as i had decatiavted older workflow so In SPRO its showing deactivated status and making approval button active and because of that approval  button is becaming active and now user able to approve request from IMA11 and beside this, workflow is also running for approval process.
    so process would at a  time either workflow shld approve or tarsnsaction.
    Now I want to know how i will config new workflow number in SPRO by replacing older WF No.

    Hi Sandeep,
    We have  a transaction SWETYPV to see and chaneg Work flow linkages.
    Please try out there.
    Hope this helps.

  • Workflow Issue For Documentary

    I'm about to start importing clips for an hour long documentary. I have a G4 Powerbook with Final Cut Express and this computer a G4 with FCP5.
    Ideally, I would like to be able to digitize my sound bytes into the Powerbook so that I can take it with me for transcription purposes.
    I've never done this before and I haven't used an EDL since my AVID days. I'd like some suggestions on the best way to go about this. I do have an 80gig Lacie Drive that I can move between computers. Of course, the more organized and sensible I can be in the editing process the easier the edit will be.
    An engineer for CNN I ran into at CompUSA suggested that I edit in offline RT on the laptop and then transfer everything to my G4. Evidently many CNN editors doing long-form in the field do this.
    Anyway I'm not sure how to go about that so I don't even know what questions to ask at this point.
    Any ideas would be appreciated.

    Yeah, I think there's one issue you might want to know about. Check out this review at Ken Stone's and see what the situation is with timecode in the Viewer:
    Review: Final Cut Express
    . . . as in, you won't see any. Only the relative position from frame 1 of the captured clip. But, when you bring the project into FCP, the timecode will magically appear. So, it's a little weird to work in FCE w/o TC, but if you're going to FCP, it rights itself.
    Second, if you plan on adding any filters with keyframes, you'll find that FCE is limited to two - the first frame and the last.

  • Workflow issues for checking in content in URM

    I am pretty new to the whole workflow thing and am giving it my best shot.
    I am trying to trigger the workflow for all new content that has the account 'ABC'. Setting up the criteria was the easy part.
    The hard part for me is the statements that actually trigger the workflow.
    I used the following statements, where my name is entered into the metadata field xvg_busconname and received this error:
    <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconname,"user")$>
    Error executing script:
    Evaluated value: <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconname,"user")$>. Offset in runtime evaluation is at line 3 and character 27. Could not find the parameter 'xvg_busconname'&lrm;.
    wfMailSubject=workflow item
    wfMessage=This item has been checked in.
    I also tried it slightly different, where my email address was entered into the metadata field xvg_busconeemail:
    <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconemail,"emailformat")$>
    and recieved this error:
    Error executing script:
    Evaluated value: <$wfSet("wfMailSubject","workflow item " & DocName)$>
    <$wfSet("wfMessage", "This item has been checked in." & DocName)$>
    <$wfNotify(xvg_busconemail,"emailformat")$>. Offset in runtime evaluation is at line 3 and character 27. Could not find the parameter 'xvg_busconemail'&lrm;.
    wfMailSubject=workflow item
    wfMessage=This item has been checked in.
    If anyone sees an obvious problem with where I am going wrong, please let me know.
    Thanks.

    Hi liqian,
    Download the ContentIntegrationSuite which gives you Java API's to interract with URM.
    I would like to know about the usage of agent services / web services to checkin / checkout the content from Content Server.
    regards
    Ravi.

  • LR 3 Bug Report - file renaming error - significant workflow issue

    System configuration:
    MacPro Dual 2x2.66Ghz Dual Core Intel Xeon
    9GB RAM
    OSX 10.6.4
    Lightroom Application on System Drive
    Canon .CR2 files and Lightroom Catalog on internal software-based RAID drive
    Camera Raw Cache set to 50GB and resident on System drive
    Here is the issue:
    Once I finish the first round of editing a group of photos, I then rename them with the title of the event and a sequence number. I use LR's batch rename feature in the Library module. If I then delete 1 or more of these photos and attempt to rename them again(same event title + numerical sequence), the new names do not properly apply the numerical sequence after the filename. Either of the following can happen, and whcih one will happen is not dependednt on what I do.
    1. The files can be renamed, with the first image having a sequence number 1 number higher than the lowest number I typed into the sequence box in the batch rename dialog (if I type a number 1, the sequence starts at 2). There are also random gaps in the sequence numbering scheme. For example, the numbers will count to 15, then skip to 17, then count to 176, then skip to 178. The rest of the files might be renamed correctly, or there might be gaps. The gaps always skip a single number, and most of the time the numbers skipped are odd numbers, though numbers with a 16 are usually skipped (16, 116, 216)
    2. The files can be renamed as mentioned above, but with the addition of a -1 to the end of the sequence (example: filename-200-1 or filename-3-1). The addition of the -1 is also random, though it is more common with lower-numbered files than higher-numbered files.
    I have experienced this bug on groups as small as 50 photos or as large as several hundred.  I have tried remaning the files to a completely different text/sequence combination and then back to the one I want, and it does not help the issue. The sequence numbering is more likely to have more gaps the more virtual copies are present in the series of photos being renamed.
    This is a major workflow issue for me because the files I deliver have to be named sequentially, without gaps, following a specific text/numer naming convention. The bug is currently adding many extra hours to my post-production time. Any assitance would be greatly appreciated.
    Thank you

    Thanks for the detailed description.  I was able to repro this with your steps and have logged a bug for futher investigation.
    Becky

  • Issue Receipt for Down Payment

    I have a requirement to issue a receipt after receiving cash for a downpayment.
    The current process is to issue a down payment request F-37 - when cash is received it is posted using F-29 the system automatically books the output tax payable.
    I need to issue our customer with a valid tax invoice so they can reclaim input tax.
    Any suggestions as to the best way of doing this?

    Hi,
    Is tax related to sales & pur or service
    there is difference treatment for different taxes
    give the clarification then i may help you
    Regards
    Nagesh

  • Workflow for AR Payment Application?

    Hello All,
    Has anyone created a workflow based on AR payment application activity (t.codes: F-28, F-32 etc)?
    Our requirement is to be able to generate a workflow with an approval process when the user uses a particular reason code. Since there is no park functionality within the F-28 or F-32 transactions, we are looking for any possible solutions others might have implemented.

    I can't answer your question with certainty, but I can give you a tip about how to search for the answer in SAP.
    I am not quite sure which application component that would be in. I suppose it is somewhere in FI-AR, perhaps FI-AR-AR-MP-PA.
    You can use transaction SWDM to find all standard single and multistep tasks. On of the very useful search options is application component. Remember, sometimes a solution is used for several components in an area, so I recommend searching upwards in the hierarchy if you don't find it in the specific component.
    E.g. search in FI-AR-AR-MP-PA, then in FI-AR-AR-MP, then in FI-AR-AR and so on.
    You can also use SE81, where you can select entire areas or a combination of subareas and search in those. However, for workflow SWDM is probably just as easy.

  • Issuing receipt  for Incoming payment

    There is need to issue a receipt for the incoming payment recieved,is there any transaction in Gl where we can issue a receipt for incoming payment.

    Hello Kumar,
    Unfortunately, it is not possible to create a UDF in any wizard.
    Kind Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • Workflow variant for payment release

    Hello ,
      I have done the configuration of workflow variant for payment release but still the invoice is not getting blocked when we are paying it .
    Find below the configuration done for it . SPRO-Accounts Receivable and Payable-Business Transactions-Release for payment
    1.t.code  PPoce: Users is  assigned to each position and this was assigned to approval path
    2. Create workflow variant
    3.Assign Company code to workflow variant
    4.Define Release Approval Groups for Release for Payment
    5.Define Release Approval Paths for Release for Payment
    6.Assign Release Approval Paths for Release for Payment
    7.Assign Release Approval Procedure for Release for Payment
    2010-2010-1000-inr-WS10000052-WS00400011
    9.Define Users with Authorization to Payment Release
    11.Define Payment Block Reason for Payment Release
    Then in the vendor master i have inputted the relase group  also .
    But when i make the payment for that vendor , no blocking of invoice is happening nor it is going for approval procedure.
    Please guide me what all other checklist available for executing the Workflow variant for payment release .
    Thanks.

    Thanks Kiran ,
    Now hte invoice is getting blocked automatically and i am getting the error as
    Line item not relevant for payment release
    Message no. F5783
    for which i changed the error message to warning mgs and saved the invoice .
    But while making the payment i was not getting any payment block. I was able to make the payment
    Actually I should get the payment block while I am making the payment and then i should release it through FB13 .
    Please let me know if I am wrong .
    Thanks

  • BO for FI Payment advaice workflow

    Hi Experts,
    I have a requirement where i have to trigger a workflow when ever a payment advice gets generated i mean saved.
    Example : Customer payment advice in transaction FBE1. Can any one tell me which BO Object can i use, or can i use
    any class?
    Thanks in advance,
    Devananda A J

    Hello,
    The first thing to do in these cases is to:
    1) turn on the event trace (SWELS)
    2)  perform the action (e.g. save apayment advice)
    3) check the event trace (SWEL) for any events. That will tell you if there is a ready-made BOR.
    regards
    Rick Bakker
    Hanabi Technology

  • Import container contains errors issue for Release Strategy workflow

    Hello Experts,
    I have copied the standard workflow WS20000075 for PO approval on Release step.
    the copied workflow works fine in sandbox system, but in the test system I get an error saying 'import container contains errors (are any obligatory elements missing?)' I guess 'ReleaseCode' is not getting passed to the Workflow from the PO creation T-code.
    I went thru few SCN post, did check all the Linkages as said, everything seems to be ok. but still cannot trigger the workflow.
    need guidance as to where I may be going wrong.
    Regards,
    Jibran

    Hi Jibran
    If the WF is working in sandbox, it means that your definition, linkages etc are correct.
    Please check if the following note is relevant for you or not:
    1770720 - PO workflows run into error SFW_RUN594 - Import container contains errors
    It's about correcting the settings in SWEC and SWE2 (correct for your custom workflow definition)
    If not, then confirm with your MM consultant if the release strategy is configured correctly or not....take hints from the following SCN thread:
    http://scn.sap.com/message/14682486#14682486
    Regards,
    Modak

  • Payroll Issues in Net payment

    Dear Experts,
    Business Scenario
    The employee is on leave for 2 months (paid leave)in that 2 months loan should not deduct. 3rd month he came back and the laon amount should be deduct .
    So,In Master Data for IT45 maintained record for those 2months in "Condition" amount=0 and for the next month onwards maintained regular installment payment which he has to pay.
    When I am running payroll for the 3rd month am getting Loan Type Error as below
    Error with a loan wage type
    A loan wage type in table RT should be deducted, however the
    however the remaining net amount was too small
    Wage type /LRP
    Please lower the loan repayment in infotype 0045
    Choose an amount that can be deducted
    while running simulation for 4th Month their is no Error in Payroll Log But for the 3rd Month "NET PAYMENT" is showing as Zero in Payslip and not showing in RT table also
    Note: This Net Payment issue for the 3rd Month is not only  to the above scenario Employee it is not showing for ALL EMPLOYEES.
    Kindly help me in resolving this issue as this is Very Very High, your immediate response is highly Appreciable
    Regards,
    Rao.

    Dear....
    Please check that u press the calendar button to regenerate the last payment date and also check that repayment plan in IT0045
    another thing check IT0078, what will be shown there????.
    After that run one by one payroll for the months you have no deduction of loan and check is there any loan deduction or not.
    What you have to do for skipping loan payment is copy the current loan and make the repayment amount zero, i hope u did the same but in the last split u have to recalculate the payment date.

  • Issue with down payment tax cal and clearing it aganest vendor inv

    HI,
    I have an issue with down payment tax cal.
    1.     I had configured withholding tax and raised down payment, tax has been cal
    2.     In the next step I had raised inv, at this time also tax had been cal
    3.     When I am doing down payment clearing the tax collected at the time of down payment had to be reversed but itu2019s not.
    Can any one give me solution for clearing the tax that cal on down payment.
    Thanking you.

    Dear
    Vendor master has got tax codes both at the time of payment and at the time of invoice.  Hence system is calculating tds on both occassions. 
    Since you pay advance first tds calculated is right.  Now while doing miro remove the tax codes manually and do miro/mir7/fb60.
    If already MIRO/MIR7/FB60 done then reverse the invoice document and clear the tax GL accounts.
    Regards

Maybe you are looking for

  • Connectiing 10g Express Edition on XP to Visual Basic

    I have written a VB6 application and want to connect it to Oracle 10g express edition running on XP home edition. Do I need to install any ODBC drivers or are they included in XP and/or oracle? Any help gratefully received and I dont mind installing

  • Phones used in movies

    hi i just wanted to know what is the phone in Material Girls that is owned my Ava all i know is that it comes in a lot of teenage movies and that it might be a nokia Message Edited by alsmi on 03-Apr-2008 09:36 PM

  • Group By Select Top 1 Rows

    Hi Guys, I tried Group By from Select Top 1 Records,  As below the script wasn't work. Please help. SELECT TOP 1 NR.SHGId, NR.Amount FROM NEW_DCB_REPORT NR WHERE NR.SHGId = ND.SHGId AND NR.ShgMemberId = ND.ShgMemberId  AND NR.LoanNumber = ND.LoanNumb

  • [Android] Prev button and close button in lock mode

    Hi Some improvements about the user interface on android devices When my mobile is blocked (Spotify running in the background ) there is not a prev button, only next button . Some times I want to listen a song again so I have to unlock my phone in or

  • Interactive form error dataview

    hi , i am getting this error when i open the form interface A semi colon character was expected. Error processing resource 'file:///C:/Documents and Settings/cyelaman/Local i can not see the nodes, attribuets in dataview when i try to map attributes