Making Canada specifi changes to RPIPSR00 Payscale Reclassification Report

Hi Guru's,
We got the requirement to work around the standard SAP report Payscale Reclassification which RPIPSR00. Since this is not suits to our client specific Canada changes we are required to create a custom program or need to impliment BADI. Please find the following changes that we need to impliment in the custom progrem.
1.The program should automatically progress full-time employees which have reached the threshold (time in level or hours worked) to progress to the next level.
2. Employees that are part-time and must meet a certain number of actual hours to jump to next step in the progression program and this is done manually by HR. These employees should be excluded from the progression program but are included on the progression report.
3. Employees that require an examination prior to moving to the next level do not progress automatically.  The manager notifies HR once they have completed the appropriate training and HR manually progresses them to the next step. These employees should be excluded from the progression program but are included on the progression report as due to progress pending examination. Need an indicator within the rules configuration to be able to note levels which require an examination prior to progression
3. Check for a temporary rate higher than next step rate
4.Not progress any employees that are part-time or require certification.
5. Program needs to read the IT0019 Date stored in u201CStep Progression Base Dateu201D field to determine when the previous progression date was. Step Progression program will need to update this date when the program is run to match the begin date (BEGDA)  of IT0008 Reason Code u201CStep Progressionu201D.
6.Program should run report to automatically update the Pay Scale/Level for eligible employees and reflect this update on their IT0008 basic pay record.
Could you please advise me on this whether do we have any  BADI's or Enhancements to achieve this requirement or need to go for Custom program with the prototype soluiton.
Thanks in advance for your time.
Regards,
J.
Moved the thread from SAP HCM to SAP North America

Dear Amit,
Thanks for your reply..
I have maintained the TARIFF and LGMST properly..
One employee has joined 02.01.2011.In configuration i have maintained the condition 1 year(11 months)..I have maintained the IT0041.
If run report RPIPSR00 i am getting the error..
Please correct me..
Regards,
R.Rajesh

Similar Messages

  • Payscale Reclassification report RPIPSR00 giving error

    Hi Experts,
    We are implementing OM/PA in SAP ehp6
    We are trying to use standard Payscale Reclassification report RPIPSR00 based on Age.
    whenever we run this report for an employee we get a balnk putput,it does not upadte the IT0008
    we have mainatined values in the view  V_T510_PSRCL as SAP documentation suggests.
    Kindly suggest the correct method to run this report successfully
    Regards
    Shravani R

    Dear Amit,
    Thanks for your reply..
    I have maintained the TARIFF and LGMST properly..
    One employee has joined 02.01.2011.In configuration i have maintained the condition 1 year(11 months)..I have maintained the IT0041.
    If run report RPIPSR00 i am getting the error..
    Please correct me..
    Regards,
    R.Rajesh

  • BW Specific Change

    Hi gurus,
    I got one requirement like thisin DEV side.
    BW-Specific Change.
    Possible change to existing ODS/PO Line Item Attributes(Ref: o01).
    Here I m having an exixting ODS namely ZODS_p01. But I m not having PO Line Item Attributes in the above existing ODS. Here my doubt is possible change means what, i mean adding(include) newly PO Line Item Attributes in existing ODS or any other meaning? Generally changes(Possible) in existing ODS means what(changes it maybe & where can we do these in ODS)? I m not understanding this clearly?
    Any inputs r greatly appreciated.
    Thanks Inadvance,
    Yogeswaran.

    Hi Yogi,
               Yes u can change the existing ODS by adding the new PO line item attributes normally there is no specific methods to do that. we will do this normal way. As of ODS is overwritten what ever data is added it will be overwritten. it will not maintain duplicate data.
    regards,
    anil

  • How Does EJB 2.0 Specification Change the BC4J?

    Hi,
    I had read the while paper of BC4J thoroughly. The following statement interested me:
    "As Oracle9iAS, WebLogic, and other J2EE application server vendors begin to rollout complete support for the new EJB 2.0 specification in the first half of 2002, a new release of the BC4J framework will be released which includes support for the new local entity beans. This work entails enhancing our lightweight, local entity classes to support the necessary interface to be lightweight EJB 2.0 Local Entity Beans. ...."
    I have searched all the documents about BC4J, but I couldn't find anything more about "How Does EJB 2.0 Specification Change the BC4J?"
    I think the "Local EJB Entity Beans" is similar with BC4J DAO. So is there someone who can tell me how does EJB 2.0 Specification change the BC4J?
    Any help would be appreciated!
    James

    We support using local CMP entity beans as your persistence layer for your entity objects, but as it adds an extra layer, it's turned out (in all honesty) to not be that popular a feature.
    The performance offered by the simpler BC4J entity object (plain old java class) is fine, and the notion of using simple java beans for your model is widely recognized as a fine option for J2EE applications.
    For example, check out Rod Johnson's book called "Expert one-to-one: J2EE Design and Development" which covers this subject excellently.

  • Can the specific changes/updates made to a customer be captured with the detail of changes?

    One of our 11i Customer placed the below requirement:
    We are creating a report that will extract customers that have changed or updated in Oracle. The user requested to include also the specific change made to the customer. Is there a way that we can capture what are the changes/updates made to a customer?
    We understand that the last update date and updated by could be tracked. But, is it possible to find what change was done in which field?
    Gurus, kindly respond.

    This will only tell you if the user you're interested in was the most recent person to update that table, but not what they did, and if they were not the most recent, then all trace will be gone.
    Have you considered enabling auditing? It's not going to provide details of anything which has already happened, but it keeps fairly detailed records, but at the cost of a large performance hit.

  • How to trace specific changes made to an object?

    Hi experts,
    Is there any log or trace file in the SAP Portal where to check specific changes made to an object by an administrator ? (i.e. current and former value for "Maximum Automatic Height" iview property, who changed that value, when...).
    Thanks in advance.

    Hi ,
    As you told some changes identified. so navigate to corresponnding portal obejcts and find modified and last changed by similar properties in the property editor object.
    portal activity reports gives how many users visted specific pcd object but not who visited. You can use pcd filter to compare properties.
    Regards,
    Koti Reddy

  • Specific changes are left undetected when using proxy indirection

    Hello!
    Recently, the following issue have been identified:
    ObjectReferenceMapping together with ProxyIndirectionPolicy and *UnitOfWorkValueHolder fails to identify specific changes - setting a reference to 'null' when the attribute's value was not instantiated previously.
    Detailed description:
    Consider we have 2 objects: A and B, and A has OneToOneMapping to B and uses ProxyIndirection.
    In initial moment we have A1 that references B1 in DB.
    Then we register A1 for modification. What we have in memory in UnitOfWork? Something like the following:
    A1(Clone) with attribute for B reference uninstantiated;
    A1(Backup) with <null> reference for B, as the attribute is expected to be retrieved when we access B from A1(Clone).
    Then we set reference in A1(Clone) for B to <null>.
    This change then will not be identified during commit phase, because of the result of getAttributeValueFromObject both for B reference in A1(Clone) and A1(Backup) is <null>. This part is clearly visible from the ObjectReferenceMapping.compareForChange method code:
    if ( !owner.isNew() ) {
    backUpAttribute = getAttributeValueFromObject(backUp);
    if ( (backUpAttribute == null) && (cloneAttribute == null) ) {
    return null;
    Accessing the B field in A1(Clone) fixes the problem, because in this case backUpAttribute value is initialized through *UnitOfWorkValueHolder.
    So it seems the part should be reworked to handle such cases, it seems reasonable that fields in backup clones that are using proxy indirection should be initialized even if not accessed to contain all required information to allow correct comparision in such cases.
    Can somebody from TopLink team comment this?
    Thanks,
    Sergey

    This does appear to be an issue. I will log this problem internally, you may want to follow it up with support.
    A work around is to instantiate the proxy in your set methods.
    i.e.
    public void setAddress(Address newAddress) {
    if (this.address != null) {
    this.address.hashCode();
    this.address = newAddress;
    }

  • Losing changes in LabVIEW 8--bug report

    Don't know if this has been reported yet or not but it was driving me crazy making my coding changes evaporate until I started realizing it wasn't me.
    To reproduce:
    Create a blank project and a new VI
    Add FP.Open VI Property node with a False Constant
    Run the VI
    All changes will be LOST
    After nearly going mad and tracking down the root cause, I find the newly added note:  "National Instruments recommends using the Front Panelpen [or Close] method instead of this property."
    So you can try that too if you want, which has the same results:
    Create a blank project and a new VI
    Add FP.Close Method
    Run the VI
    All changes will be LOST
    *POOF*  If the VI was an Untitled new VI that hadn't been saved, it will just vanish from the project list.

    You're correct. I forgot one step to make the, "This
    is
    how we close instances of VI templates opened to avoid the Save
    dialog." statement true. The VI must open a reference to itself and
    pass that to the Node to avoid the Save dialog. 7.1 does indeed pop up
    the Save dialog if you just have the Node set to close.
    So now the question is, did NI intentionally change this or not. I've
    found other changes that I thought were bugs that they intentionally
    changed. See this thread for one of them.
    I'll see if I can get the attention of an AE to look into this.
    BTW, I do hit (Ctrl+S) before I run anything because I've had LabVIEW dissapear when I hit Run.
    Ed
    Message Edited by Ed Dickens on 05-03-2006 03:56 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Can not change the field property - 10gR2 reports crashing on Linux :(

    All I want to do, is to change one field's property from NUMBER to DATE in the property palette. It does not allow me to do it (not east like forms). I can not change the field property - 10gR2 reports keep crashing on Linux :(
    I don't know if this is a Linux specific iDS issue, or a generic one.
    What are the proper steps to change one field (in my query, the field name is ptime, it was defined as a number field originally, and now I need to change it to DATE and apply the proper format mask). The matching database field definition was modified from number to date.
    very frustrating...
    Any input is appreciated.
    Message was edited by:
    zaferaktan

    nop, did not change anything in the select statement at all. Just selected the related query under the data model (in the navigator), then selected the related query from within the property panel, connected to the db, then from the related navigor menu selected compile all, when the related query was highlighted (selected). Then I saved it, checked the groups, and bingo - the datatype was changed from number to date. Then I went to the related object under the page layout and applied the format mask (that was another funny story). And it worked. It is not as flexible as the forms for sure - pain in the a.. And I still don't know why Reports Builder keeps crashing on Linux - have no problems with Forms Developer on Linux at all. It is a certified RH platform with all the required libs, rpms, etc installed. I am certain it is not an installation issue. Maybe I should check Metalink and apply if an iDS 10gR2 patch exists for reports.

  • How to change AR aging 4-bucket report to 7-bucket

    hi 2 all
    how to change AR aging 4-bucket report to 7-bucket  in oracle apps r12 . in AR module 7 bucket report also exist but it include all collection (applied & unapplied) my requirement is that aging create on applied collection just like 4 bucket. thanks
    Regards ,
    Zulqarnain.

    the planning book transport as mentioned by Ian will get your time bucket profiles   to production
    ....along with macros
    Producton systems are usually closed to make planning book changes (the system would be locked - its not an authorization issue)
    its better to transport the planning book with the correct time bucket profile
    P,S: there is a quick and dirty way to make the change you want though without going though the transport...  but if you can transport... do that

  • Unable to change data source of any report

    Hello there,
    I am using the Crystal Reports Eclipse plugin. I added a datasource to Eclipse 3.3 which connects to a Oracle database using JDBC.
    Now I want to change the data source of a report. I get a popup window which displays the old data source with all tables and columns on the left side. On the right side of the window I see the name of the new data source at the top, but a list of "remove" options below it with a red cross in front (see screenshot).
    It does not matter if I want to change an existing report or a new report.
    I can create a new report with a datasource, but even when I want to change to the same datasource as already assigned to the report, I get the problem described above.
    I already followed some tips found in this forum, e.g. expanding all used tables in the data source explorer etc., but this did not help.
    I know that there was also a possibility to remove the "data source" information completely from the query (as mentioned at http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do;jsessionid=2F140BDBA03E8E97EEF1E15F84964F12?cmd=displayKC&docType=kc&externalId=c2017570&sliceId=&dialogID=13402443&stateId=1%200%2013406567), but I cannot find this option in Crystal reports for Eclipse. I see a field "qualified name" in the properties of each table of my report, but this field is read-only...

    Doesn't anyone have an answer to this problem? I would just like to change the datasource of a report. But I am not able to do so, because the only option I have in the dialog is to remove all tables.
    I just saw that the screenshot is missing. See it here:
    http://img119.imageshack.us/img119/4999/pic1dh1.png

  • Change row's color in report painter

    Hi all!!!
    anybody knows how change row's color in report painter,
    for example
    number   name        |  money          
       7020   payments1 | 100.00   
       7021   payments2 | 200.00
        summary            |  300.00
    change color of row  "7020   payments1" and "7020   payments1"
    Regards!!!

    Hi,
    For it, first place the cursor on the row and choose Formatting > Row. In the next dialog box, select a color (for totals, subtotals, inserted rows, or for emphasis). The system assigns a color based on the selection you make here.
    Regards,
    SDNer

  • Changing Layout of BI 7 reports (not through Themes)

    Hi,
    Currently we have a couple of BI 7.0 reports integrated into portal.
    We have also used Portal Themes to alter the Look and Feel of the BI reports with respect to Heading colors, alternate row colors etc. But the scope of changing the Look and feel of BI reports from the Portal theme is very limited.
    We are interested in changing the Layout of the reports in BI. i.e. unlike the standard BI format of reports as generated from the Web Application designer, we would like to change the layout as well.
    How is this layout change carried out? Web Templates?
    If so please give me some links/documents to kickstart that.
    Please note Portal Themes is not the solution for us as it doesnt allow us to change the Layout in terms of structure of the report. e.g There are many rows returned by a BI query. Instead of navigation down to see the total, we would like to have the Total as a cell on the top
    I havent got much of a reply as yet from the BI forums. So I thought maybe any Portal consultants having knowledge on this might help.
    Thanks and Regards,
    Prem

    Prem,
    This blog might be handy for you.
    Playing With Css in BW Report
    Cheers,
    Sandeep

  • Changes to Asset Master Record Report (S_ALR_87012037)

    This are my data field selections:
    Company Code
    Marked "Display new assets also?" radio box,
    Date change
    Changed by name
    Execute
    The report display incorrect change documents. Asset were been displayed has deactivated, but the asset is still active.
    (program: RAAEND01)
    Appreciate any help. thx

    Larry,
    I'm not sure I fully follow your problem statement.
    Is it that Assets which actually are active are being shown as deactivated by this report?
    If this is the case, then I suggest you go to AS03, and have a look at that particular Asset and see the Change documents from there. That might give you better idea why the system is behaving in this fashion.
    IMO, standard SAP transactions are quite rarely wrong
    Remember to assign points if found useful.
    Regards
    Gulshan

  • How to change the pagesize of a report?

    Hi,
    I'm confused by a 100%-standardproblem but didn't figure it out yet :-(
    I want to decrease the pagesize of a report (output into pdf), so the "white area" in acrobat reader should be smaller then a4 (standard).
    My "solution": I moved and resized the border of the mainsection - now the content is at it's right place, but the whole page (white area) is still to large.
    Even if I create new (=empty) report, I don't know where to change the size of the report.
    I'm using Report Builder 9.0.4.0.21.
    Can somebody please help me with this? Thank's a lot. :-)

    You should be able to do that by so:
    Go into the object navigator. Click on Paper Layout, and click on the Main Section label (not the plus sign). Hit F4 for properties - height and width are there. I think if you just changed those to what A4 is designated as, it should work.
    Note if you use a header/footer page, you would need to do the same to those pages as well.
    Hope that helps as I have not actually needed to do this yet. Good luck!

Maybe you are looking for

  • How do I copy photos from my Mac to my iPad without deleting the ones that are there?

    I understand how to sync photos from my iPhoto library to my iPad. I want to copy photos from my Mac to the iPad without syncing, because syncing deletes everything on the iPad that isn't included in my sync selections. In addition,I have several iPh

  • I would need to connect an external drive to my iMac computer?

    I have an iMac hard drive that was purchased 1 year ago from the Apple Summit Sierra store in Reno, Nevada. I have had a lot of issues so this drive was replaced by a new one.  The old hardrive contains OS 10.5.x and has appleworks which I created a

  • Error in XML Parsing  through Schema doc.

    I know this is not the correct group for XML related queries. I had posted the query in XML forum but could not get any reply. I have been in the forum and know this is very active forum. Please help if you can.. Hi Friends, I am trying to validate X

  • Is there any standard report which give all information about purchase orde

    hi is there any standard report which give all information about purchase order. i need following information from Purchase Order. Vendor No, vendorname, PO No, basic , Excise , insurance , Frieght. thanks .

  • Display is intermittently lost

    Hello, I have the Macbook Pro from last fall (2009). This is the 3.06GHz Intel Core duo with the Nvidia GeForce 9400 video card. Sporadically over the summer the display would fail to come on when waking from sleep. No key combinations would bring th