HR Forms Issue - Payroll Simulation

Hi all,
I have requirement to run HR Forms through payroll simulation.
When I run for certain scenario, at a time 9 periods are processed as below.
Each period is generating 1 HR Form each, totally 9 HR Forms are generated.
In the Form Interface, I have taken selection screen period and done all the calculations.
As I am taking the selection screen period, I am getting the 9 HR Forms with same data instead of getting different data for each period.
How can I modify my HR Form, so that I can get period relevant data?

At last the problem is resolved by myself.
In order to get the period relevant data, we need to filter the tables in the context area of the adobe forms part in the HR Forms with the for period date.
Regards,
Naveen Maroju

Similar Messages

  • PY : Need to run a custom HR Form in Payroll Simulation

    Hi Experts,
    I need to run a custom HR Form in Payroll Simulation for India PY ( PC00_M40_CALC_SIMU ) . The default form is IN01, how do i change that to my Custom Form. Plz help.
    Thanks and Regards,
    Vishwas

    Hi go to TC pe51,
    Select form IN01 & Copy the form.
    MHPO

  • Run time error while running payroll simulation

    Dear All SAP HR experts,
    I am getting an error in QA Server, This occurs whenever I run payroll simulation for an employees  getting an error dump i.e .."TABLE_FREE_IN_LOOP" . The transaction code for which I am getting error is PC00_M40_CALC_SIMU.
    Attached is the dump for reference.
    Trigger Location of Runtime Error
        Program                                 SAPLRPIB
        Include                                 LRPIBU01
        Row                                     165
        Module type                             (FUNCTION)
        Module Name                             RP_FILL_WAGE_TYPE_TABLE
    Please help in this regard.
    Thanks
    Srini

    function module RP_FILL_WAGE_TYPE_TABLE
    is generally used for reading the wage type assigned for indirect valuation (INVAL A,B,C,D)
    check whether you are using any Z function in your payroll schema which might be giving problem
    Also check with your basis guys whether QA server has any memory issues.
    Regards
    Sumit Pradhan.

  • Payroll simulation

    Experts,
    when i am running payroll simulation an error coming as this
    customizing error in work schedule rule
    what to do?

    GENPS
    This error comes form GENPS
    >Generation of Periodic work Schedule form XT00  Time Data
    Compare  the dats of
    Holiday Calendar
    DWS
    DWSR
    and Grouping of all these settings in V_T508A
    Do it slowly

  • Error - While running Payroll Simulation After HR Patch Update

    Dear Gurus,
    Below is the system Information
    OS : AIX
    DB : Oracle 10 g
    Current Patch Level : HR : SAPKE60471 (Old was SAPKE60453)
    Basis Patch Level : SAPKB70115 (Old was SAPKB008)
    Now at old patch level payroll simulation was running fine and with no problem.
    We update patches related to HR & Basis.
    After that we are getting error in simulation of payroll which is attached here with.
    Please let me have any solution.
    This is our quality server. We apply patch for calculation tax rebate of Rs. 2000 for employees earning less then 500000 INR / year.

    Hi Irin,
    The error says there is not entry in table V_T511K for country grouping 40 for Constant "S80EM"
    Employee contribution % NPS.
    All you need to do is
    Go to V_T511K -> Country Grouping 40-> Create a Constant S80EM- and enter the constant value in the last column-> Run the payroll again.
    Regards,
    Hari

  • SQL Verification Problem / Muse Form Issue (Server uses MySQL muse uses SQLite) I'm in desperate need of help

           Alright well here is my issue... I have been trying to fix it on my own for the past week non stop and I have finally came to a solid conclusion as to the cause of the issue.
       I always get the error "The server has encountered an error..." in red text when anyone tries to submit a form and also when I try and test it myself. This led me to test the server / site for compatibility or issues by using the test:
    mydomain.com /scripts/form_check.php
    I got the first two checks green (pass) and the third test threw a red check meaning I was having an issue with SQL verification. This then led me to days of trying to work with my hosting provider (one.com) trying to solve the problem and I was told that they use mySQL on their servers and that they couldn't do anything on their end to solve the issue. I read alot that we are recommended in this case to try and get our host to add the SQLite database to their server or whatever it is they would do, long story short I guess many people are able to ask their host to make SQLite work and most accept and add SQLite functionality to their servers but unfortunately my hosting provider doesn't want to do this and they said they were sorry and that I would need to either switch the script to work with mySQL or figure something else out...
       I took a lot of time building my site and I dont want to take the form out. I absolutely need it... I know many post on here saying "forms dont work, oh poop " or "adobe sucks I dont want to use business catalyst grrr" but I tried to find the source of the problem and I've successfully came to the conclusion that my issue is that my script wants to use SQLite but in order for my sites forms to work the server needs to have SQLite as well... My idea is that if I can configure the script and the site itself to use mySQL instead of SQLite the SQL verification will then not be an issue and my websites forms will function with no issues. I am curious if a member of the staff with adobe has experience with this particular issue and can help me out? or if a member of the adobe community has solved this problem? If not I am hoping that with the description I provided that someone with knowledge of mysql, sqlite or code in general could help me modify the script or write a new script that will allow the forms to work properly. I know its a long shot, I say that because this discussion is full of people who used muse in favor of dreamweaver because just like a large number of people in the muse discussion area, I'm a graphic designer, with plenty of computer experience, art and design skill and I am extremely familiar with photoshop. Muse is perfect in so many ways. In fact, like I mentioned above, I don't even have a complaint at this time about muse. I understand the form issue in this case, and I imagine in thousands of other users situations, is all just a matter of scripts and compatibility.. Its just a little issue between the SQLite scripts we are all given when we export our muse website and the SQL version our various hosting service may be using on their servers.
       Just incase I missed anything, to provide just a bit more info on the topic and myself for anyone who may be able to help:
    I can alter the text inside of the scripts easily if anyone happens to know any lines of code that easily solve this issue (making the muse contact forms, which are native to SQLite, functional on a server using mySQL)
    I was told one way I could make the forms work on a server using mySQL (or any version other than SQLite) If I were to make changes to adobe muses SQL version by converting the SQLite db to mySQL db (db = database)
    I am computer literate and I can take any directions necessary, I really just need to get this done, I really appreciate any help I can get!!
    Thank you in advance,
    Roy

    <?php
    If you see this text in your browser, PHP is not configured correctly on this hosting provider.
    Contact your hosting provider regarding PHP configuration for your site.
    PHP file generated by Adobe Muse CC 2014.1.6
    function formthrottle_check()
        if (!function_exists("sqlite_open"))
            return '1';
        $retCode ='5';
        if ($db = @sqlite_open('muse-throttle-db', 0666, $sqliteerror))
            $res = @sqlite_query($db, "SELECT 1 FROM sqlite_master WHERE type='table' AND name='Submission_History';",  $sqliteerror);
            if ($res == null or @sqlite_num_rows($res) == 0 or @sqlite_fetch_single($res) != 1)
                $created = @sqlite_exec($db, "CREATE TABLE Submission_History (IP VARCHAR(39), Submission_Date TIMESTAMP)",  $sqliteerror);
                if($created)
                    @sqlite_exec($db, "INSERT INTO Submission_History (IP,Submission_Date) VALUES ('256.256.256.256', DATETIME('now'))",  $sqliteerror);
                else
                    $retCode = '2';
            if($retCode == '5')
                $res = @sqlite_query($db, "SELECT COUNT(1) FROM Submission_History;",  $sqliteerror);
                if ($res != null and @sqlite_num_rows($res) > 0 and @sqlite_fetch_single($res) > 0)
                    $retCode = '0';
                else
                    $retCode = '3';
            @sqlite_close($db);
        else
            $retCode = '4';
        return $retCode;
    function formthrottle_too_many_submissions($ip)
        $tooManySubmissions = false;
        if (function_exists("sqlite_open") and $db = @sqlite_open('muse-throttle-db', 0666, $sqliteerror))
            $ip = @sqlite_escape_string($ip);
            @sqlite_exec($db, "DELETE FROM Submission_History WHERE Submission_Date < DATETIME('now','-2 hours')",  $sqliteerror);
            @sqlite_exec($db, "INSERT INTO Submission_History (IP,Submission_Date) VALUES ('$ip', DATETIME('now'))",  $sqliteerror);
            $res = @sqlite_query($db, "SELECT COUNT(1) FROM Submission_History WHERE IP = '$ip';",  $sqliteerror);
            if (@sqlite_num_rows($res) > 0 and @sqlite_fetch_single($res) > 25)
                $tooManySubmissions = true;
            @sqlite_close($db);
        return $tooManySubmissions;
    ?>

  • HR payroll simulation in closed periods

    Hi everybody,
    Does anyone know of a method to enable HR payroll simulation in periods, which are closed in FI transaction OB52?
    Kind regards,
    Karsten Nors

    Hi Hugo,
    Save you are payroll log with some Variant and Maintain the Feature "PM004"
    The return value of this feature is "01/your Variant"
    with you will be getting one Pushbutton in IT0008, if you click on that you will be able to see your payroll simulation for IT0008
    Regards
    <u><i><b>Anil.C</b></i></u>
    <i><b>Reward the full points if my answer helps you out.</b></i>

  • GP adobe interactive form issue

    GP adobe interactive form issue  
    Hello All ,
    My scenario :
    I need to create three forms
    namely 1). Initiation (1)
    2). Sanction forms (2).
    When I create an interactive form to accept the initiation form details & submit the data to the next form that is sanction form , I am not able to process to the next form . why is it so ?
    basically I need to move from one action to another with two different forms.

    Hi,
    Check if you have saved and activated your interactive form callable object.
    Are you using this document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7fad6fea-0c01-0010-56b4-8ac88b4185ab
    Regards,
    Mona

  • Off Cycle Payroll error - not encountered during Payroll Simulation

    Hello,
    We've modified the Canadian payroll schema K000 by creating some new subschemas, rules and payroll operations to address calculation of the factor /801.  When running payroll simulation for a test employee, everything looks fine.  However when we run off cycle payroll for the same employee and period, we are encountering an error.  Checking the log of off cycle, it shows that it is also accessing schema K000.
    What could have caused the OC error?  is there a difference in what off cycle and simulation accesses?
    Thanks.
    Malou Navera

    I assume that you copied the K000 and create a new custom schema called ZK00 or YK00 or something else other than K000.
    Go to this table  V_T52OCV and set up an entry with
    CALC       RPCALCK0 PayrollVariantName
    "PayrollVariantName" is your variant with your custom schema for RPCALCK0.
    Or goto IMG
    Payroll: Canada
    Off-Cycle Activities
    Set up report variants for off-cycle activities
    Edited by: Amosha on Oct 4, 2011 9:30 AM

  • Many forms issues in one spool

    Hello,
    Can we have many forms issues(smartforms) in one spool?
    I need to send one print stream / PCL format not multiple spools.
    Best Regards,

    Hello everybody,
    Thanks for your replies.
    I found another way to resolve this situation.
    For many invoices who are saved in nast. We initialize  no_dialog to space.
    After in the loop at the invoices : for the first one no_close to 'X' and the last one with no_close parameter to space.
    After the call FM(Smartform) we pass 'X' to no_open .
    I hope that answered for all.
    ls_control_param-no_dialog = space.
      LOOP AT t_nast INTO nast.
        AT FIRST.
    ls_control_param-no_close = 'X'.
    ENDAT.
    AT LAST.
    Close spool file
    ls_control_param-no_close = space.
    ENDAT.
        PERFORM processing.
    ENDLOOP.
        CALL FUNCTION lf_fm_name
               EXPORTING
                          archive_index        = toa_dara
                          archive_parameters   = arc_params
                          control_parameters   = ls_control_param
                          output_options       = ls_output_options
                          user_settings        = space
                          v_exemple           =   v_exemple
                          s_nast               = s_nast
               IMPORTING
                          job_output_info      = ls_ssfcrescl
               TABLES:
                          t_komv = t_komv
                          t_ekpo = t_ekpo
                          t_ekkn = t_ekkn
            EXCEPTIONS formatting_error     = 1
                          internal_error       = 2
                          send_error           = 3
                          user_canceled        = 4
                          OTHERS               = 5        .
              ls_control_param-no_open = 'X'.
    Best Regards
    Thanks

  • Error in payroll simulation rgdir already contains an entry with the same l

    hi all
    please help  am having a problem when running a payroll simulation which says rgdir already contains an entry with the same logical key even when i run the correcting report i still encounter the same program
    thnx

    Did you try to run SAP program to rebuild payroll directory RPUDIR00, as sometime this gets corrupted ?

  • FB beta 3 form issue - bug

    FB beta 3 form issue - required fields remain with red border
    When a form is submitted the erroring formitem remains with a
    red border!
    I am using the following validation function.
    private function valStep7():void {
    if (r_username.text.length == 0){
    r_username.errorString = "Please enter a valid username";
    focusManager.setFocus(r_username);
    }else if(r_givenname.text.length == 0){
    r_givenname.errorString = "Please enter a valid given
    name!";
    focusManager.setFocus(r_givenname);
    }else if(r_surname.text.length == 0){
    r_surname.errorString = "Please enter a valid surname!";
    focusManager.setFocus(r_surname);r_address
    }else if(r_address.text.length == 0){
    r_address.errorString = "Please enter a vaild address!";
    focusManager.setFocus(r_address);
    }else if(r_suburb.text.length == 0){
    r_suburb.errorString = "Please enter a valid suburb!";
    focusManager.setFocus(r_suburb);
    }else if(r_findus.selectedItem.record_id == 0){
    focusManager.setFocus(r_findus);
    Alert.show('Please select how you found out about us!');
    //+'\n'
    }else{
    usernameService.checkFinalUsername.send();
    is there an easy way to remedy this or has someone had a
    similar issue?
    the text input controls look like this....etc.
    <mx:FormItem label="First name" styleName="formlabels"
    required="true">
    <mx:HBox width="100%" height="100%"
    verticalAlign="bottom">
    <mx:TextInput id="r_givenname" width="180" text=""
    color="#000000" />
    </mx:HBox>
    </mx:FormItem>
    Any help appreciated...
    Regards
    Chris

    Hi Chris,
    This is just a quick guess, but -- I think you may need to
    clear the errorString once the form item has been updated to
    contain a valid value.
    - Peter

  • Muse and Forms issues

    Muse and forms issue
    Good morning all, I have an issue that I thought I would ask the greater group to see if anyone has a workaround or fix for what is happening.
    Here is what I have:
    1. I have a customer that I am redesiging their site and they have this current form on their site that they want me to reuse ( <u><font color="#0066cc">http://www.selectpos.com/rma.htm</font></u> )
    - note at the bottom the buttons look great they look like buttons and operate like buttons.
    2. Now I have pulled the code from their old site,and added to the new site with Muse insert HTML were I needed it. It operates great, but note the buttons they no longer look like buttons or act like buttons. ( <u><font color="#0066cc">http://www.selectpos.com/temp/rma.html</font></u> )
    3. That same code just put into a text file and placed in a html file. the buttons come back and is fine. this again is all the same code no changes from the current to redesign and to the simple html file ( <u><font color="#0066cc">http://www.selectpos.com/temp/test01.html</font></u> )
    Not sure what to do, it all work fine in the new site, but I just don't like the buttons at the bottom nor des the client. I need to reuse this code as their customers are familiar with the GUI of the form and are happy with the way it is. their invoice system is tied to the number that is generated. The page is hosted on Godaddy so I can't take it to Adobe Business Catalyst and redo the form there.  Note I have tested this on multiple system and browers.  it works fine on IPhone and Ipad, but IE 8 and 9, chrome, and firefox nothing.
    Any help or direction is greatly appreciate, thank you all in advace for taking a look at this issue and I look forward to your replys and suggestions.

    It appears you have now updated the button code to use an image instead.
    The issue you are facing is happening due to CSS that Muse uses in order to style input elements. To get the plain default look for a button in Muse, you would need to update the CSS in /css/site_global.css. The easiest option would be to remove the first two instances of "input," (including the comma) from the file and thus the properties affecting the default look of the input element won't apply sitewide.
    However, we do not generally recommend editing files generated by Muse as any manual changes you make to files generated by Muse would be overwritten the next time you export/publish a site through Muse. Though this condition does not always apply to common CSS/JS files during subsequent exports at the same location but it does when your Muse installation upgrades to the current latest version where it exports/publishes all files in order to take into affect any improvements/optimization to code made since the prior version.
    You might want to test this locally or by directly inspecting the element in a browser if you are comfortable with it.
    Thanks,
    Vinayak

  • Contact form ISSUE

    Hi,
    I have a contact form ISSUE with all my websites.
    Can you somehow help me? Thank you!
    When I send message with contact form I recive this:
    This message was created automatically by mail delivery software.
    A message that you sent could not be delivered to one or more of its
    recipients. This is a permanent error. The following address(es) failed:
      [email protected]
        SMTP error from remote mail server after end of data:
        host smtp2.hosting90.cz [2a03:b780:1:0:216:3eff:fe00:24c]:
        550-This message <[email protected]> was classified as
        550 SPAM.
    ------ This is a copy of the message, including all the headers. ------
    Return-path: <[email protected]>
    Received: from mainftp60038 by h90hr-w2.hosting90.cz with local (Exim 4.72)
            (envelope-from <[email protected]>)
            id 1XReVJ-0002Mw-89
            for [email protected]; Wed, 10 Sep 2014 11:47:57 +0200
    Date: Wed, 10 Sep 2014 11:47:57 +0200
    Message-Id: <[email protected]>
    To: [email protected]
    Subject: Contact Form Submission
    From: [email protected]
    Reply-To: [email protected]
    X-Mailer: Adobe Muse CC 2014.1.6 with PHP
    Content-type: text/html; charset=utf-8
    X-MainFTP-Name: mainftp60038
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
    xmlns="http://www.w3.org/1999/xhtml"><head><meta
    http-equiv="Content-Type"
    content="text/html;charset=UTF-8"/><title>Contact Form
    Submission</title></head><body style="background-color: #ffffff;
    color: #000000; font-style: normal; font-variant: normal; font-weight:
    normal; font-size: 12px; line-height: 18px; font-family: helvetica,
    arial, verdana, sans-serif;"><h2 style="background-color:
    #eeeeee;">New Form Submission</h2><table cellspacing="0"
    cellpadding="0" width="100%" style="background-color:
    #ffffff;"><tr><td valign="top" style="background-color:
    #ffffff;"><b>Ime:</b></td><td>Maja</td></tr><tr><td valign="top"
    style="background-color:
    #ffffff;"><b>Email:</b></td><td>[email protected]</td></tr><tr><td
    valign="top" style="background-color:
    #ffffff;"><b>Poruka:</b></td><td>poruka</td></tr></table><br/><br/><div
    style="background-color: #eeeeee; font-size: 10px; line-height:
    11px;">Form submitted from website: www.ciscenje-pcelica.hr</div><div
    style="background-color: #eeeeee; font-size: 10px; line-height:
    11px;">Visitor IP address: 89.164.37.254</div></body></html>

    What that means is the host that the mail was sent to has flagged the sending domain as Spam. The recipient would have to contact their provider to be removed from the spam list. That isn't a Muse issue so you would have to contact your hosting provider to have this fixed.

  • Taxes PCR not entered during Payroll SImulation

    Dear Experts,
    i created a taxes PCR, and when i run payroll simulation, in the log tree, the PCR exists but it is not processed for the wage types, and so no results come out of it !!
    i have put it right before XNA9, and tried different locations in the schema, but yet nothing changed in the processing.
    in the PCR i have used the results table (Amt+E XXXX, and ADDWTEXXXX )
    and declared the PRC as PRT in the schema
    i also tried to process the internal table (ADDWSIXXXX)
    and declared it as PIT but nothing happens either.
    Any suggestions ?!!
    and could that have anything to do with the wage types processing classes ?!
    Thanks in advance

    Hi Rovanna:
        Have you used GEN in parameter 2 and NOAB in parameter 3 of your PIT call?
    Let us know if that helps, otherwise share the code of your PCR, so it is easier to help you
    Best regards,
    Federico.

Maybe you are looking for

  • Foreign language input on "Solaris 10"

    Hello. I installed "Solaris 10" via 5 CD's (minus the 6th, Languages CD). My question is in what way can the GNOME desktop present an indicator of a language other than English?Via Preferences>Keyboard Layout I added Serbian, German and Bulgarian (it

  • System login error

    Anyone know about this system login error see screencast http://screencast.com/t/Jh5fr1r1aTI thanks, Adam

  • Journal Entry's Query

    Hi All, I need to come up with a Query/Report that displays a list of all the Manually-Entered journals with the Debit and Credit amounts as well as the User who did the Journal. How do I go about this? Are there better tables for achieving this than

  • Can I set a thumbnail/icon preview for movies in Finder?

    I would like to set a certain frame from a video as the icon how it appears in Finder. So I can easily find the right video. I make .m4v videos. iMovie automatically sets the frame at 8 seconds into the movie. Can I change this?

  • Trusted function help

    Hi all, I need to clarify if i am looking in the right place! I have a form with templates, when the first page is signed there is a button to create a second page from a template (with a new signature). I get this error: NotAllowedError: Security se