TABLE_FREE_IN_LOOP Error during payroll execution

hi grus,
             i used a function module RP_FILL_WAGE_TYPE_TABLE in indirect valuation module for wage types in infotype 15 to read current data of infotype 8. it is working fine for infotype operations but during payroll execution i m getting an error of   TABLE_FREE_IN_LOOP. kindly suggest me how to solve this problem as soon as possible.
  161 * IF PP0015 IS REQUESTED.
  162   IF CALL_BY_EXT = FALSE AND PP0015 IS REQUESTED OR           "N0210677
  163      CALL_BY_EXT = TRUE  AND PP0015_REQUESTED = TRUE.         "N0210677
  164     P0015 = PP0015.
>>>>>     P0015[] = PP0015[].
  166   ELSE.                                                             "N0210677
  167     CLEAR P0015.                                              "N0210677
  168     REFRESH P0015.                                            "N0210677
  169   ENDIF. "PP0015 IS REQUESTED.

Hi Waheed,
Did you check OSS?
The following notes look promising to me in the sense that they are related to the HR module.  Since I do not have much experience in this module, it is hard for me to judge if they are relevant or not. However I can imagine that a payroll run will perform a lot checks and therefore invokes a lot of other objects.
[Note 919345 - Function QUOTA: Program termination|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=919345]
[Note 962641 - QUOTA function: Program termination II|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=962641]
Kind regards,
Robert

Similar Messages

  • SMQ2: SYSFAIL Comparison error during the execution of a simple

    Hi folks, I have an operation mapping interface determination with exactly 1 target message of occurence 0..1, that means the mapping output can be nothing for some input messages, that means a target message is not produced so that the output looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <Messages><Message1/></Messages>
    In services builder the test finishes successfully when no output message is produced. Also in integration builder i can test the configuration and it works without errors.
    But in runtime the message status is set to "Recorded for Outbound Processing" in SXI_MONITOR and the queue status of the message to "Message has errors". The message stops in SMQ2 with "SYSFAIL" as status and statusText "Comparison error during the execution of a simple" (truncated).
    Anybody experienced the same? How has the output of an operation mapping to look like when no target message is produced?
    I also tested with an output like this when no target is produced, but this results in System error "Split mapping created no messages" in SXI_MONITOR:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    <ns0:Message1></ns0:Message1></ns0:Messages>
    Thanks for your help, best regards, Martin

    You seem to be having a multi-mapping involved.
    The operation mapping has to produce at least the start and end tag.....even if the entire message is not present
    Ex:
    <SRC>
    <First>
    <Middle>
    <Last>
    </SRC>
    If above is the structure, then it should be ensured that at least <SRC></SRC> is created by your mapping program....however in your case this is not happening....the tags that you see Messages and Message1 are due to the multi-mapping program and your message should be more than this.
    if you say that occurence is 0..1 then what you can do is map this 0..1 node (root) with at least a blank Constant.
    Unless you create a message (even though empty) you will continue to receive the error message.
    Regards,
    Abhishek.

  • An unexpected error during Command execution

    Hi,
    I am using Project Server 2007 SP 2 at the moment. One of our user keeps encountering this error "An unexpected error during Command execution" for a project file.  We tried to restore the earlier version of the plan using Administrative restore.
    But it only works as a temporary fix as the problem keeps reapprearing. Kindly help.

    Only SP2 for Project 2007? Probably not worth trying to debug, with 2007 it is almost essential to have SP3 and the very last cumulative update for Project pro and Server. 2007 was a very buggy version (they were forced to release at same time as Office
    2007 and it was too soon).
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Error during SQL execution

    Hi Experts,
    We run a report which fails frequently with the below error. Could any one help me with the solution and reasons for this error.
    Error during SQL execution: (DA0003): [Exception: DBD, ORA-01722: invalid number State: N/A] The following data providers have not been successfully refreshed: His. (DMA0007): []
    Connection or SQL sentence error: (DA0005): [Exception: DBD, ORA-12535: TNS:operation timed out State: N/A] A connection required to refresh this document is unavailable. (DA0004): [] The following data providers have not been successfully refreshed: Reservations CW. (DMA0007): []
    Many Thanks
    Regards,
    Syed

    Hi,
    The report is running for long time and it's getting failed. could you please let me know what could be the reason for this?
    And could you please tell me the reason/Solution for the first error which i mentioned before.
    Many Thanks
    Regards,
    Syed

  • Unexpected error during mapping execution

    Hello,
    we are implementing business intelligence for Siebel 8.1. Having one strange issue and hoping anybody could help us out.
    We are using OWB 10.2.0.1. Certain error appears during mapping execution LOAD_SR which basically loads service requests from Siebel DB to data warehouse.
    The mapping is using two tables as input (S_SRV_REQ and S_SRV_REQ_X) which are joined by S_SRV_REQ.ROW_ID = S_SRV_REQ_X.PAR_ROW_ID (+) using Joiner operator, because I always need extension table (S_SRV_REQ_X) rows either filled either containing only nulls (when there is no corresponding extension row). Sadly, this does not work, during execution it generates:
    Error:
    ORA-00997: illegal use of LONG datatype
    ORA-06512: at "DWH_ADM.LOAD_SR", line 32
    ORA-06512: at "DWH_ADM.LOAD_SR", line 3507
    ORA-06512: at "DWH_ADM.LOAD_SR", line 4553
    ORA-06512: at "DWH_ADM.LOAD_SR", line 9984
    ORA-06512: at line 1
    Warning:
    ORA-00997: illegal use of LONG datatype
    In summary, these join conditions generate same error as above:
    S_SRV_REQ.ROW_ID = S_SRV_REQ_X.PAR_ROW_ID (+)
    S_SRV_REQ.ROW_ID (+) = S_SRV_REQ_X.PAR_ROW_ID (+)
    S_SRV_REQ.ROW_ID = S_SRV_REQ_X.PAR_ROW_ID
    Strangely, when I use join condition S_SRV_REQ.ROW_ID (+) = S_SRV_REQ_X.PAR_ROW_ID, it works. But then right join is used and some records get rejected by joiner operation (those who do not have corresponding rows in extension table).
    Could someone help me with this issue?
    Any feedback would be greatly appreciated. Thank you for your time reading this!
    Edited by: user8872556 on Sep 28, 2011 2:21 AM
    Edited by: user8872556 on Sep 28, 2011 2:23 AM
    Edited by: user8872556 on Sep 28, 2011 2:23 AM

    We still were not able to solve this issue, would greatly appreciate any effort to help us out.

  • ERROR DURING TRIGGER EXECUTION

    Hello
    I need help on this issue.
    I've a table with a INDEXTYPE (INDEXTYPE IS CTXSYS.CONTEXT;) on one Column
    Every Time I Update,Insert,Delete one record I need to rebuild this Index or I can't access this modified Record
    SO I Thought to built a Trigger that Calls a Procedure to Rebuild the Index AFTER UPDATE,INSERT or DELETE
    Now when I Update or insert or Delete a record in the Table I get the Error Message :
    SYS@cfmt > update IWS.ALUMNI_SEARCH set FIRST_NAME = 'TEST' where INTEGRATION_ID = 1000026;
    update IWS.ALUMNI_SEARCH set FIRST_NAME = 'TEST' where INTEGRATION_ID = 1000026
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified
    ORA-06512: at "IWS.REBUILD_ALUMDATA", line 15
    ORA-06512: at "IWS.TRG_REB_ALUM", line 5
    ORA-04088: error during execution of trigger 'IWS.TRG_REB_ALUM'
    Any ideas
    TRIGGER SCRIPT :
    CREATE OR REPLACE TRIGGER IWS.TRG_REB_ALUM
    AFTER
         INSERT OR
         UPDATE OR
         DELETE ON
    IWS.ALUMNI_SEARCH
    FOR EACH ROW
    DECLARE
    BEGIN
    IWS.REBUILD_ALUMDATA;
    COMMIT;
    END;
    INDEX
    CREATE INDEX ALUMNI_DATA ON ALUMNI_SEARCH
    (ALUMNI_DATA)
    INDEXTYPE IS CTXSYS.CONTEXT;

    Ah. Since you are using a desupported version, neither resync on commit nor transactional Text indexes. Any chance you could upgrade to a more recent version of the database?
    If you are stuck on 9.2, are you really certain that you need the newly added rows available for searching immediately? That's a pretty unusual requirement for doing full-text searching. Any chance you could just schedule a periodic refresh every few minutes?
    If you absolutely need immediate refreshes and you're stuck in a desupported database version, you could potentially have your trigger submit a job via the DBMS_JOB package that did your index rebuild asynchronously after your transaction committed (which would mimic the ON COMMIT attribute introduced in 10g). Since you are trying to do an ALTER INDEX, which is DDL, you won't be able to do that directly in a trigger. You might be able to call CTX_DDL.Sync_Index instead of issuing the ALTER INDEX, but I would wager that this has the same problem of doing implicit commits, and is thus ineligible to be called from a trigger.
    Justin
    Edited by: Justin Cave on Dec 12, 2008 1:04 PM
    Generally, it's a bad idea to be using the SYS account for anything other than the small handful of administrative tasks that actually require logging in as SYS. You would generally want to use the appropriate object owner account, or at least a separate account that you created and granted appropriate privileges. SYS is special, and there are frequently behaviors that are different for SYS than other users that cause all sorts of confusion. Additionally, it's a bad idea from a security perspective to have people accessing the most powerful account in the database for routine operations.

  • Age Grp Error while payroll execution

    Dear All,
    While payroll execution we are getting an error for a Benefit plan as "Age Group cannot be determined".
    We have a cutoff date as 30 th June for age group parameter.
    We have 2 employees with the same scenario but payroll excutes perfectly for one and error for the other.
    The only difference i have seen is there is an action exists on June 30th for the employee which we are getting error.
    I try deleting the action on 30th June  ,then  payroll executes fine. I have tried with different actions on the same day then again the error flashes.
    The other employee doesnt have any action on the cutoff day , and it works fine.
    Anyone had similar issues??
    Thanks & Regards
    JIm

    Hi,
    I had the exact same problem a while back. The problem was that in V_T001 I had a different comp code which was either assigned to the same country  that had a blank currency  or assigned to the same currency but was missing the country. It was a different comp code than the one I was running payroll for so it took a long time to find the cause - I'll bet this is what's causing your error. 
    Rgds,
    Kristopher

  • Error during report execution ( REP-271468672: )

    Hi,
    Following error is encountered during execution of report on Reports 9i...
    Terminated with error: <br>REP-271468672: Unable to create a temporary file.
    I have checked space and permissions of temporary folder.
    Please help on same
    Regards/-
    Neeraj

    I've got the same error with r12 (12.04) on windows 2003
    I set the environment variables reports_tmp & reports60_tmp (this one is according to book Oracle Applications System Administrator's Guide - Configuration )
    I set the path to d:\temp
    this folder has write permission, I also change the folder's owner to my ap user
    but It doesn't work
    Do you fix the problem yet ?

  • Balancing field "Profit Center" error during Payroll Processing

    Hi,
    Our Payroll team is processing salary however we are getting following error:
    *+Balancing field "Profit Center" in line item 008 not filled
    Message no. GLT2201
    Diagnosis
    The field Profit Center marked as balancing is not filled with any value in line item 008, even after document splitting.+*
    Scenario is - we are trying to process salary of an employee who got transferred from one Cost Center to another Cost Center during the month. Entry that's being generated (however could not get posted) is:
    1. SALARY-STAFF                    CC01
    2. SALARY-STAFF                    CC02
    3. DA-STAFF                              CC01
    4. DA-STAFF                              CC02
    5. OTHER ALLOWNCE-STAFF   CC01
    6. OTHER ALLOWNCE-STAFF   CC02
    7. T/BENEFIT PF BRD CNT          CC01
    8. NET SALARY PAYABLE        -
    System is splitting all the expense components however it's not able to split NET SALARY PAYABLE account.
    We have checked following things:
    - NET SAL.PAYABLE GL account is included in 'Classify GL Account for Doc Splitting' with Category 0100 (Balance Sheet Account)
    - Document Type AB is also included in 'Classify Document Types for Doc Splitting'
    - New GL is activated
    - Document Splitting Characteristic for General Ledger are Profit Center (Mandatory) & Segment (Mandatory)
    Could someone please advice how can we fix the issue?
    Thanks,
    SS

    Hi,
    Double click on NET SALARY PAYABLE GL account  008 line item and click on more data and give me profit center and save
    Thanks,
    Raviteja

  • RFBIBL00 - Error during session execution

    Hi,
    My requirement is to do the clearing of documents through execution of RFBIBL00.
    I am doing this by passing transaction FB05 and corresponding field mapping to this standard Program.
    The session gets created successfully.
    However, when  I execute the session (in back ground), I am getting the following error message.
    "Field BSEG-DMBTR. does not exist in the screen SAPMF05A 0304"
    When I am executing the session in Foreground, I am getting the following error message.
    "No batch input data for screen SAPDF05X 3100"
    Please help.
    Swastik

    FORM f_fill_bbkpf .
      PERFORM init_bbkpf IN PROGRAM rfbibli0  USING      bbkpf           IF FOUND.
      MOVE: c_tcode             TO bbkpf-tcode,
            'UMBUCHNG'          TO bbkpf-auglv.
      WRITE:<fs_header>-bldat   TO bbkpf-bldat,
            p_budat             TO bbkpf-budat.
      MOVE: p_blart             TO bbkpf-blart,
            <fs_header>-waers   TO bbkpf-waers,
            <fs_header>-xblnr   TO bbkpf-xblnr,
            <fs_header>-bktxt   TO bbkpf-bktxt,
            <fs_header>-bukrs   TO bbkpf-bukrs.
      TRANSFER bbkpf TO c_filename.
      MOVE bbkpf-waers TO g_waers_d.
    ENDFORM.                    " F_FILL_BBKPF
    FORM f_fill_bbseg .
      PERFORM init_bbseg IN PROGRAM rfbibli0      USING      bbseg    IF FOUND.
      IF  <fs_item>-bschl GE 1
      AND <fs_item>-bschl LE 8.
        MOVE '11' TO bbseg-newbs.
      ELSEIF <fs_item>-bschl EQ 9.
        MOVE '19' TO bbseg-newbs.
      ENDIF.
      MOVE p_kunnd  TO bbseg-newko.
      IF p_option EQ c_opt_a.
        MOVE <fs_item>-umskz TO bbseg-newum.
      ELSE.
        MOVE p_umskz TO bbseg-newum.
      ENDIF.
      WRITE:<fs_item>-dmbtr TO bbseg-dmbtr CURRENCY g_waers_l,
            <fs_item>-wrbtr TO bbseg-wrbtr CURRENCY g_waers_d.
      MOVE: <fs_item>-prctr TO bbseg-prctr,
            <fs_item>-zterm TO bbseg-zterm.
      WRITE <fs_item>-zfbdt TO bbseg-zfbdt.
      MOVE: <fs_item>-valut TO bbseg-valut,
            <fs_item>-zlsch TO bbseg-zlsch,
            <fs_item>-fdtag TO bbseg-fdtag,
            <fs_item>-fdlev TO bbseg-fdlev,
            <fs_item>-zuonr TO bbseg-zuonr,
            <fs_item>-sgtxt TO bbseg-sgtxt.
      TRANSFER bbseg TO c_filename.
    ENDFORM.                    " F_FILL_BBSEG
    Moderator message - Please use code tags around your code
    Edited by: Rob Burbank on Oct 23, 2009 9:36 AM

  • The Manager Requests competitors encountered an error during the execution

    Hi
    Once i try to execute the conucrrent program i got this error , can u plz help what is this error in log file also i did not get any error message.
    How to check where is this error is occured in program.
    Thank's

    Hi
    Now also it is working to day 50 percent programs got errored and remaining 50 percents got completed normal and just now i checkcode also
    in the code it self they worte one insert program to insert the data from requisitin headers table with approved data.in this created by column is selected requisition created by column,my doubut in the error it is showing requisition header_id,i query based on this requisition header id i got created by as value.but it is showing error.
    Thank's

  • Error during the execution of a planning function in BI 7

    Dear All,
    I created an input ready query and took it into a workbook.
    I have to execute a planning function (by a button) which calculates some new data but I get the following error after I clicked on the button message:
        Error when inserting or changing in a sorted table
    And the BW server closes the connection.  
    Any help?
    Thanks in Advance,
    Dezso

    You seem to be having a multi-mapping involved.
    The operation mapping has to produce at least the start and end tag.....even if the entire message is not present
    Ex:
    <SRC>
    <First>
    <Middle>
    <Last>
    </SRC>
    If above is the structure, then it should be ensured that at least <SRC></SRC> is created by your mapping program....however in your case this is not happening....the tags that you see Messages and Message1 are due to the multi-mapping program and your message should be more than this.
    if you say that occurence is 0..1 then what you can do is map this 0..1 node (root) with at least a blank Constant.
    Unless you create a message (even though empty) you will continue to receive the error message.
    Regards,
    Abhishek.

  • Run time error during transcation execution in ECC 6.0

    Dear All,
    Working on ECC 6.0; Activated the Business Function, and  any transaction that is run, we face the Run time error as follows:
    Category : Internal Kernal Error
    Runtime Errors : DDIC_TYPE_INCONSISTENCY

    from OSS Note 1049251 - Activate Enterprise Extensions in the switch framework
    2. Prerequisite for activation
    Unable to deactivate
               Before you activate Enterprise Extensions, note it is not possible to deactivate these extensions. Furthermore, not every Enterprise Extension is compatible with every Industry Extension. If you have activated an industry solution (known as a "Business Function Set") in your system, refer to the notes on how to activate the industry to find out if there are any restrictions regarding specific Enterprise Extensions.

  • JSPM DIR_EPS_ROOT  error during the execution of the JSPM_PROCESS phase

    dear sap experts
    I tried to use JSPM in order to update kernel and support packages.
    unfortunately i got errors..
    "Cannot initialize application data. could not extract value with key DIR_EPS_ROOT from file
    c:/usr/sap/SM4/SYS/profile/SM4_DVEBMGS01_solman40. "
    I linked some screenshots document.
    <a href="http://itedu24.net/solman/5.8 Applying the Latest Kernel and Support Packages.doc">5.8 Applying the Latest Kernel and Support Packages.doc</a>
    as you can see, txn RZ11, i can see the value of DIR_EPS_ROOT.
    *. it's another question.
    I found j2ee/dbdriver value
    it looks like this.
    C:/usr/sap/SM4/SYS/exe/uc/NTI386/mssjdbc/base.jar;~~~bulabula..
    Is it okay if the format of path is "C:/usr/sap/" rather than "C:\usr\sap\"
    thanks.
    david
    Message was edited by: David Kang (.) SAP@Home

    Hi David,
    It seams that you have not run JPSM as <sid>adm.Please try to run it as <sid>adm
    Best Regards
    Nina Petrova
    NW LM SL SDT JS (BG)
    Sap Labs Bulgaria Ltd.
    Error reports: CSS component BC-UPG-OCS-SPJ

  • JVM error during OMBPlus execution

    Hi,
    Has anybody come across the following problem while executing OMBPlus.sh?
    OMBPlus crashes with a JVM error.
    JVMXM004: JVM is performing abort shutdown sequence
    JVMDG217: Dump Handler is Processing a Signal - Please Wait.
    JVMDG303: JVM Requesting Java core file
    JVMDG304: Java core file written to /app/oracle/owb92/owb/bin/admin/javacore1491138.1127942211.txt
    JVMDG215: Dump Handler has Processed Exception Signal 11.
    ./OMBPlus.sh[5]: 1491138 Segmentation fault(coredump)
    OMBPlus was exectuing a deploy script. The database is 9.2.0.5 on AIX 5L and OWB is 9.2.0.4. The script was run successfully in DEV and QA several times, but throws up this error in PRODUCTION.
    Is it something to do with memory allocation specified in OMBPlus.sh?
    We also tried increasing the settings from -> -Xms64M -Xmx256M -Dlimit=256M
    to -> -Xms128M –Xmx512M -Dlimit=450M. But that didn't help.
    Thanks,
    Chethan

    Hi,
    Has anybody come across the following problem while executing OMBPlus.sh?
    OMBPlus crashes with a JVM error.
    JVMXM004: JVM is performing abort shutdown sequence
    JVMDG217: Dump Handler is Processing a Signal - Please Wait.
    JVMDG303: JVM Requesting Java core file
    JVMDG304: Java core file written to /app/oracle/owb92/owb/bin/admin/javacore1491138.1127942211.txt
    JVMDG215: Dump Handler has Processed Exception Signal 11.
    ./OMBPlus.sh[5]: 1491138 Segmentation fault(coredump)
    OMBPlus was exectuing a deploy script. The database is 9.2.0.5 on AIX 5L and OWB is 9.2.0.4. The script was run successfully in DEV and QA several times, but throws up this error in PRODUCTION.
    Is it something to do with memory allocation specified in OMBPlus.sh?
    We also tried increasing the settings from -> -Xms64M -Xmx256M -Dlimit=256M
    to -> -Xms128M –Xmx512M -Dlimit=450M. But that didn't help.
    Thanks,
    Chethan

Maybe you are looking for

  • Multiple Apple Remotes no longer work with Apple TV!

    I've been using Apple TVs since the minute Steve Jobs introduced them in 2007. I bought the 2nd and 3rd Generation Apple TVs the minute each of them were introduced. I've been watching every Apple Keynote Address since they were available online or o

  • LSMW-Error during processing of BDC session change to material master MM02

    I have created an LSMW for changing material master data.  I recorded MM02 and using the "select views" screen selected the accounting 2 view and entered the information in the fields on that screen requiring changes.  I've set up all of the technica

  • Palm handhelds are history, what about PalmOS?

    Greetings, I've joined this forum as a last resort to trying to get some questions answered. Can't seem to get a human being to answer a telephone at Palm (scary, since now Palm is only going to make phones ;^)  ). Anyway, I have a customer that has

  • Printing progressive numbers

    Hi All, Below is a reply (Peter) posted and I am trying to follow it. I do everything he outlined but when I click on section all I see is text or blank page. Can you tell me what I am doing wrong? Thanks Paul You don't duplicate the image to 100 pag

  • Does anyone know a bone texture tutorial for Photoshop or Illustrator? Would be much appreciated :)

    Looking for a realistic bone tutorial for my logo for my website, my site is reptile related and titled Prehistoric Reps so this should give some insight to the kind of style I am looking for - thanks. Stephen.