Partial Period Parameter Error

Dear all,
I had created new daily work schedule, period work schedule, define valuation classes, set work schedule rules and generate work schedule.
After creation of this new work schedule rule, I assign it to an employee infotype 0007 Planned working time.
However, when I simulate payroll for this employee, error occurs.
I check in the log, when operation PARTT Partial month parameter, message was shown "Customizing error in work schedule rule 2 MY 14 SECG1SU". System could determine the Partial period parameter for WPBP period 02. There was no Individual divisors for partial period in WPBP period 02 being computed.
Please help...

Customizing error in work schedule rule 2 MY 14 SECG1SU".
here 2 is ur EG
MY is ur Holiday Calendar
14 is ur PSA
SECG1SU is ur DWSR
Check the dates of the above customisations and also check the Groupings properly  Check the tables
V_001P_ALL  V_503_ALL thru SM3o for that PERNR
did u generated the WSR thru PT01
Edited by: Sikindar on Jan 24, 2009 2:43 PM

Similar Messages

  • Period parameter error

    Hi experts,
    Would you please help me out to understand about give below error :
    "Nothing generated for period parameter 29 on key date 18.11.2010"
    Where in 18.11.2010 is the hiring date of employee  and 29 is the pay roll area. I have cross checked all the configuration part but i m unable to short out.
    Your inputs most appreciable for me.
    Regards,
    Kamlesh

    Dear Kamlesh,
    Please go to table V_T549Q and check whether there exists an entry including date 18.11.2010 for payroll period parameter 29.
    If not, create it using report RPUCTP00 (SA38).
    Warm regards,
    Dilek

  • ESS Benefits error - No entry for period parameter 04/payroll year/payroll

    Hi,
    When I click on Annual Enrollment link under ESS Benefits section, I get an Error from Standard WebDynro Application - No entry for period parameter 04/payroll year/payroll period. What config could be missing in the R/3 ?
    Any suggestions?
    Cheers,
    Murali.

    Hi,
    Employee assigned Payroll area (refere to  IT0001- Org Assignment) not moved into prd Payperiods. And as per you Payroll area assigned to "00", Ask your payroll consultant assign payroll area period parameters and generate periods through T.code "OG00"
    Issue is with T549Q..

  • 11.5.5 - OPEN PERIOD PROGRAM 수행시 ERROR

    제품 : FIN_GL
    작성날짜 : 2003-05-12
    OPEN PERIOD PROGRAM 수행시 ERROR
    =============================
    PURPOSE
    GL Open Period Program 수행시 발생하는 Error를 해결한다.
    Problem Description
    11.5.5 에서 GL Open Period Program 수행시 gllock 모듈에서 stuck되었다는 error가 발생한다.
    정확한 error message는 다음과 같다.
    Current system time is 03-JAN-2003 13:22:27
    main() 03-JAN-2003 13:22:27Set_of_books_id = 3
    Chart_of_accounts_id = 50214
    Application_id = 101
    execution_mode = P
    User_name = INTERFACE
    Request_id = 106736
    Login_id = 87859
    SHRD0181: glooap() - request_data_value =
    gllock() 03-JAN-2003 13:22:27Current system time is 03-JAN-2003 13:22:42
    Current system time is 03-JAN-2003 13:22:57
    Workaround
    Solution Description
    1. 다음 query문을 수행한다.
    select * from gl_concurrency_control
    where concurrency_class = 'OPEN_PERIOD';
    2. 위의 문장으로 조회하여 CONCURRENCY_ENTITY_NAME 에 해당 set of books id 가 있는 row의 concurrency_entity_id 값이 확인한다.
    3. 만약 값이 -1 이 아닌 경우에는 -1 로 update 하신 후 다시한번 open
    period 프로그램을 수행한다.
    Reference Documents
    Note 204080.1

    Hi,
    There is function called get_company_name in the before report trigger and the function gives TRUE/FALSE output. (below is the function code)
    FUNCTION get_company_name RETURN BOOLEAN IS
    l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE;
    l_name gl_sets_of_books.name%TYPE;
    l_sob_id NUMBER;
    l_report_start_date DATE;
    BEGIN
    l_report_start_date := sysdate; -- Get the report start date from sysdate
    l_sob_id := :p_set_of_books_id; -- Copy from parameter to PL/SQL variable
    SELECT name,
    chart_of_accounts_id
    INTO l_name,
    l_chart_of_accounts_id
    FROM gl_sets_of_books
    WHERE set_of_books_id = l_sob_id;
    :c_company_name_header := l_name;
    :c_chart_of_accounts_id := l_chart_of_accounts_id;
    :c_report_start_date := l_report_start_date;
    RETURN (TRUE);
    RETURN NULL; EXCEPTION
    WHEN OTHERS THEN
    RETURN (FALSE);
    END;
    Try making the set of books to be same and run the program.
    karthik

  • Partial Period Factor in INP1

    Dear Experts,
    I have copied INP1 to ZNP1& created new PPF as /807 in it. I have a wagetype 1102 - Attendance allowance that is to be paid to those having 0 days leave without pay in a month. I have set Processing Class 10 to WT 1102 as 7.
    Now even if a person has 0 LWP, attendance allowance is not paid to him. If I set PC 10 to 3, then it is deducted in prorata basis which I dont want. May I know if this program is technically & logically correct for my requirement?
       /807 Partial period factor 7
         RTE=AAU**  Set
         RTE?0      Comparison
             RTE=0      Set
             ADDWT *    OT   Output table
           =
             RTE=1      Set
             ADDWT *    OT   Output table
    May I know commenly used commands / syntax in PCR & Schemas?
    Regards
    Bindumadhav
    9869028264

    Dear Shashi & Praveen,
    Many thanx for your help. I am giving current scenario :
    Setting    Amount without absence   Current Amount with absence              Expected Amount with absence
    PC 10 = 3               1000          Proportionately deducted              Totally deducted
    PC 10 = 7            Not Shown          Not Shown                              Totally deducted
    Changes in ZVAL are as follows :
    ZVAL Valuate payroll elements using partial period factors
            VWTCL 10   Processing class
                ERROR      Cancel processing
    0
                ADDWT *    OT   Output table
    7
                RTE=AAU**  Set
                RTE?0      Comparison
                    RTE=0      Set
                    ADDWT *    OT   Output table
                  =
                    RTE=1      Set
                    ADDWT *    OT   Output table
    Changes in ZNP1 are as follows :
       /807 Partial period factor 7
         RTE=AAU**  Set
         RTE?0      Comparison
             RTE=0      Set
             ADDWT *    OT   Output table
           =
             RTE=1      Set
             ADDWT *    OT   Output table
    Please suggest if the coding logic is correct ?
    Or Please call me on my mobile 9869028264
    Regards
    Bindumadhav
    9869028264

  • Converted MS Word 2007 to Adobe Acrobat 9 random "Bad Parameter" Error

    Question: I Converted MS Word 2007 file which contained 892 pages into Adobe Acrobat 9 Standard afterwards and while needing to update only certain pages I receive the "Bad Parameter" Error. My process is using drop down Document/Extract pages(make my updates)/Replace pages into complete PDF file/ usually with no problem then towards the last pages of the PDF the Error showed up! I believe that it’s possible, the conversion initially may have allowed many tags to be written correctly but some are corrupted. It could be a buffer-overflow failsafe that is having an adverse effect against the two programs because of the file’s size? I have seen some good advice come from many people on this site like "Bill@VT" and "CtDave" and others so I am humbly requesting assistance? Some additional background information is I have to keep the file size the same and I cannot print to PDF file from Word due to a specific format I must keep and most of the PDF is not corrupt: meaning receiving the "Error". I would like to know if the error that seems to be due to the conversion process can be corrected. I have provided some additional similar post below from other customers that may be useful as reference material?  R/ Thanks in advance! 
    “Like 10 others, I get a "bad parameter" pop-up window when I try to delete 1 or more pages from a PDF created from Adobe 8 Pro from Microsoft Word 2007.  Of the 3 computers we have tried to delete the pages, we are running Windows XP and Office 2007 on all.  But 1 computer has Adobe 7 Pro, one has Adobe 8 Pro, and the 3rd has Adobe 9 Pro.  None are able to delete or extract the pages -- we get the bad parameter error each time we try. The PDF has 260 pages and occupies 5.7 MB memory.  What additional information can I provide to get a resolution to this problem?  Thanks!” “Civilengr10” (posted Aug 17, 2010)
    “I am taking adobe files from a database, saving them, and then making changes to them by inserting (from other adobe files from the same database) or deleting pages.  Very basic stuff! However, sometimes when I want to insert pages, it will insert them but then say "bad parameter".  After that point, I cannot delete any pages.  It will give me the "bad parameter" error again and not delete. I have reduced the file size, ran "Examine Document" and removed whatever it wanted me to, and whenever I save a file, I do Save As...instead of Save! Also, under preferences > security I have the "Verify signatures when the document is opened" unchecked. None of these recommendations that I have read elsewhere work.  Can someone offer me some guidance? I am working on the files locally.  I save the files from the database unto my own folder on the computer. The thing is, some of the files I download from the database are fine and do not give me any error, but others do.  Do you know how I can fix the files that are corrupted from the database?” “hoda64” (posted July 22, 2009)
    “Problem converting Word 2007 DOC to PDF 9
    I have a Word 2007 DOC (not docx) file with pictures and text which converted perfectly with Distiller 8. I installed CS4 Distiller 9, and now the same DOC file flows over onto several extra pages. I am using the default settings. Any idea what has changed? Thanks in advance.  “Petrula” (posted Nov 29, 2002) “First, select the Adobe PDF printer in WORD. Then go through the document to check for the flow of the document. It should print the same as you see in the document after the printer has been selected.”

    For the replace and delete pages, I can only guess that you are messing up some of the bookmarks or links in the page from what I think you have based on the description. I would work on copies between each stage so that you can at least go back to the last success stage. If possible, you are better to go back and do the modifications in the original page and the recreate the PDF. If that is not possible, then maybe a better explanation of how you are creating the PDF would help folks understand your process fully and suggest a solution.
    On the latter, I would do a repair on Acrobat. However, it may be in the process you are using in the conversion from WORD. How are you creating the PDF from WORD? Have you updated AA9 and not simply have 9.0? The confusing point is that you talk about Distiller for getting the PDF from WORD. Distiller is often involved, but only behind the scenes and normally you either print to the Adobe PDF printer, use PDF Maker, or use the MS plugin for PDF creation. So when stating Distiller, it is unclear what process you are using since none of the methods I mention state the use of Distiller even if it is used in the background.

  • Parameter error

    Hi folks,
    Slight problem here, i have a form in a HTML page linking to a servlet. The servlet's checking the parameters and using the requestDispatcher to redirect to a JSP page. The servlet is compiling fine, but when after i enter details into the form and click on the submit button, i'm getting a Parameter error. I'll show u the e-mail address i'm adding, then the error checking method (which is compling ok) and then the error it returns, and see if you can shed light on the prob.
    e-mail................
    [email protected]
    checking the parameter..............................
    public void doPost(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException
    // Check e-mail parameter parameter
    String[] values = req.getParameterValues("emailAddress");
    if (values == null || values.length != 1 || values[0].trim().length() == 0)
    this.parameterError1(res);
    return;
    String par_email = values[0].trim();
    the error it returns............................................
    private void parameterError1(HttpServletResponse res) throws IOException
    res.setContentType("text/plain");
    PrintWriter writer = res.getWriter();
    writer.print("Parameter error 1.\n");
    writer.close();
    Any help would be appreciated, thank you!

    It is returning "Parameter error 1"?
    My guess would be the parameter isn't getting through.
    On your HTML page, you have an input with name "emailAddress" (exact match including case) ?
    Is your form submitted with method="post" ?
    If that doesn't work try the following in your servlet to print out the values.
    String[] values = req.getParameterValues("emailAddress");
    PrintWriter writer = res.getWriter();
    if (values == null){
      out.println("Values is null:  no parameter was found<BR>");
    else{
      out.println(values.length "values of emailAddress: <BR>");
      for (int i=0; i<values.length; i++){
        out.println( i + " = " + values[i] + "<BR>");
    }

  • Partial Period factoring

    Dear Friends,
    I have re-written the rule for Partial period factoring for LOP days and it is working fine.Now I need your help to do the same for mid-month joinees. Help needed in rewritting the second rule XPP1.
    This is working fine for LOP Days,Deducting the number of days the employee is absent including holidays(including holidays is client's requirement)
    UPP1 Determine partial period factors (subrule)-LOP Days when Indicator is 'U'
          /801 Partial period factor 1
            RTE=TKDIVI Set
            RTE-TKAU** Subtraction
            RTE*KGENAU Multiplication
            RTE/TKDIVI Division
            ADDWT *    OT   Output table
    This needs the change
    Employee Joined on November-17-2009. Sap is calculating by hours, requirement by Days.
    XPP1 Determine partial period factors (subrule)- When Indicator is 'E'
          /801 Partial period factor 1
            RTE=TSSOLL Set               
            RTE-TSAU** Subtraction          
            RTE*KGENAU Multiplication     
            RTE/TSDIVI Division
            ADDWT *    OT   Output table
    I wanted the above rule to calculate for days instead of hours.

    in standrad
    hire an employee in mid month and check how the pay roll is being processed
    801 Partial period factor 1
    RTE=TKSOLL Set
    RTE-TSAU** Subtraction
    RTE*KGENAU Multiplication
    RTE/TKDIVI Division
    ADDWT * OT Output table
    try this

  • 0017 Travel Privileges - Period Parameter is not visible?

    Hi there
    I want to maintain the Period Parameter in infotype 0017 but it is not visible. In the Travel COsts section, I just see
    RGrp Travel Costs
    Vehicle Type
    Vehicle Class
    License Plate Number
    There is no screen variant switched on. Any ideas?
    thanks.

    If I understand here correctly...do you mean you wished to have these fields "pre-filled" in IT017?
    The assignment of the trip provision variant in feature TRVCT is based on the parameter WERKS = personnel area and PERSK = Employee Subgroup. Both of the parameters are taken from infotype 0001 and this  would be the basis of the employee being assigned to trip provision variant. (see also feature TRVCT via tcode PE03) and then subsequent customizing of such trip schemas in transaction FITVFELD
    I hope this helps somewhat answer the question!
    Sally

  • Measure Period with error out.vi

    I am using LV6.0. Can Measure Period With Error Out be found in the functions panel? If not where it is? If not there can it be imported into LV6.0?

    labview1958,
    Are you looking for a specific VI called Measure Period with Error Out.vi or are you asking about any general function that can be used to measure the period of a signal and includes error handling? If you are looking for a specific VI, I'm unaware of it, so I won't be much help there. If you're looking for any function to do it, have you looked at the VIs called Measure Pulse Width or Period.vi or Pulse Width or Period Meas Config.vi? They are located in the Data Acquisition>>Counter palette. The Measure Pulse Width or Period.vi does not include error handling, but it would be extremely easy to add it. The Pulse Width or Period Meas Config.vi DOES contain error handling, but it only configures the counter to measure the period, it doesn't actually measure it. These, of course, are for TTL signals coming into your hardware device. If you are reading waveform data from a file and want to calculate the period of that signal, these won't do much for you. So what exactly are you wanting to take a period measurement on, a physical signal, physical signal data points from a file, or some other method?
    Tyler S

  • "Cloud Tool" Causes "Bad Parameter" error

    On new or existing PDF's, the "Cloud Tool" causes a "Bad Parameter" error as soon as you click on the PDF.
    It only appears as though only the Cloud Tool has a problem.
    Acrobat 9.
    Anyone have any idea how to fix this?

    Hi,
    To apply this update rollup, you must have Exchange Server 2010 SP2 installed. And remove all interim updates for Exchange Server 2010 SP2 before you apply this update rollup. Please check your installation deployment by the following article:
    Install the Latest Update Rollup for Exchange 2010
    http://technet.microsoft.com/en-us/library/ff637981.aspx
    Description of Update Rollup 8 for Exchange Server 2010 Service Pack 2
    http://support.microsoft.com/kb/2903903/en-us
    If all requirements and preparations are configured properly, please collect your error logs to check your installation. It would be helpful to post some event logs here for further analysis.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Parts parameter error

    Hello,
    I have a requirement where in I have to reimport the web service in my project. There has been change in one of the fields in a structure in R/3 .
    After the reimport the deserialization error is no more found but there appears to be a Parts Parameter error.
    I checked with the ABAP team if we are not passing any thing to some mandatory fields or table in the BAPI.
    But that is not the case. Its an urgent requirement so I request you to post the answers ASAP.
    Looking forward to you.
    Regards
    DK

    Hi,
    Generally if there is any change in RFC we need to restart the server after reimporting it, otherwise it will give an error.
    That might same with Webservices I think. Try restarting the server.
    Thanks & Regards
    Jhansi Miryala

  • Positional Parameter error

    Hi everyone,
    While running simple (dept form) under scott schema I received positional parameter error message after running this form.
    How would I avoid Jinitiator before running the forms 9? Because when I click ok It opens athe application Server then run the form. I can't want to open application server for running this simple form.
    Forms Version is 9.
    What setting I do in order to run the dept form successfully on version forms 9.
    Mentor

    Hello Francois,
    I don't want to sound skeptic, but wasn't that a bug in release 9.0.2.9?
    I tried in 10g R2 and it does run even if the path has a space in it. I tested in C:\test forms my Oracle home is under D:\Devsuite10g. I ran it from the builder.
    If it's the same bug than it has some weird behavior :o)
    Anyway You are 100% right, the invention of spaces in a directory name it's hmmmm not so right :o)
    Regards.
    Tony

  • Period parameter

    Hello,
    i am stuck up in building a report thru Report Painter from GRR1.
    The report involves ratio calculation like debt-equity, RONW, etc..
    In the Lead column, i have put various selection parameters like Fiscal Year, Co Code, Period etc which is working fine.
    However, i am not able to build a formula based on the Period parameter as i am not able to access the value entered by user in the Period field. What could be the problem?.
    i want to use the period value to do some additional calculation on the ratios for giving annual effect. i tried putting a new variable, but was not successful. Can anyone please suggest/guide. Thanks in advance.

    You can get number of threads on these topics. I would suggest to check the previous threads before posting a question. You can also refer to SAP Doc library.
    For your reference this time, i am putting SAP library link here. But please search for the threads first...
    [Generation of Payroll Periods|http://help.sap.com/saphelp_45b/helpdata/en/35/a47c3c763e0392e10000009b38f9b7/content.htm]

  • Iphone 3G has stopped playing video entirely. (will not take play videos taken on the iphone no longer play), unable to transfer to computer either. Says Parameter error when I try to copy or play file

    My Iphone 3G has stopped playing video entirely. (will not take play videos taken on the iphone), unable to transfer to computer either. Says Parameter error when I try to copy or play file. very frustrating, not being able to access past videos taken at all. This has been going on for a while now

    Have you done any of the basic troublshooting steps described in the User Guide (Appendix B) - Restart, Reset, Restore?

Maybe you are looking for

  • Cannot see see host drives, Win 7 guest on Virtual PC Win 7 host

    I have Virtual PC running on Windows 7 Enterprise with a Win 7 guest OS and integration features enabled (all drives are selected), as per instructions here: http : / / technet.microsoft.com/en-us/library/ee449412(v=ws.10).aspx However after restarti

  • Connect to TV/Get Screenshot of Program Playing?

    I tried searching before posting (someone else must have this problem, yeah?) but after hours couldn't find a solution and am just running out of time trying to noodle this on my own... Any advice/assistance would be HUGELY appreciated! I have a clie

  • Firefox 15.0.1 firefox -silent -setDefaultBrowser not working

    I installed Firefox 15.0.1 in a machine which already had Firefox set as default browser. After the upgrade it's no longer the default browser. I tried the firefox -silent -setDefaultBrowser command (because I need a script to set it without user int

  • What is the importance of "CONTROLLER" in proxy structures generated

    Hi, i have created a proxy for service interface in ESR. i can see one field "CONTROLLER" of type PRXCTRLTAB (Control Flags for Fields of a Structure ) in all of structures generated for proxy. i have given functional specification where in one of th

  • Dreamweaver / Sharepoint Developer NIGHTMARE

    I am a long time Dreamweaver user and love using it for all my web design work. Our workplace is talking about making a transition to Sharepoint for all our web sites on post. Even though I find it hard to believe they will be able to rid the entire