PCP - How to simulate upcoming months payroll data

Hi,
I'm try to get plan personnel cost for the year 2008 using the payroll data of 2007. We only have the Jan-Jul 2007 payroll data in the system. I used the program RPCIPE00 with "Cost planning data" checked and "Name of payroll program" as "HTRCALC0" with a variant. But it only works till Jul 2007 which is the latest calculated payroll date.
Any help?
Regards,

Hello,
Run a Payroll simulation for a future pay period with the Document type 'T' - Test Run and then select the Cost Planning checkbox using the program RPCIPE00. It stores the cost planning data in the PCL5 cluster tables. This data will them be used in the data collection for the forecasting.
Thanks,
Archie
Note - Please let me know how your project is coming along

Similar Messages

  • How to load 6 months of data for 11_VAITM

    Hello,
    We recently found out that our production BW system was getting ZERO records from it's R/3 source for 11_VAITM since the middle of June 2007 - almost 6 months.  We investigated to find out that it was because the last delta load with data thought it was cancelled.  All of the sales order data has been accumulating since this "cancelled load" in LBWQ, so the missing data is available.
    Our current issue is how we should load 6 million records for this datasource.  If we run the delta, it will take days to load and will impact other nightly loads and the users on the system.  Is there any way to split up the delta to load a specified range of data?  Or is our best option to do a full load by date range and delete the data in the queue in LBWQ?
    Thanks
    Cora-Lee

    Does your extractor load data to ODS first and then to cube or directly to cube?
    If you do repair full load directly to cube there may be addition of KF depending upon data present in the cube....
    Also 6 million wont take much time...but risk of bad data .. and to know best selection key to pull data is key...
    For repair ful : you need to delete and fill set up tables accordingly..
    --Hope it helps

  • How to extract only month and date ?

    Hi All,
    I have a problem to query the customer details. It goes this way, Today is 02-AUG-2007, when i issue my query today, irrespective of the year, takin only the date n month i.e 02-AUG into consideration and comparing it with birthdate column in the customer table, such that birthdates (irrespective of the year) which are in 15 days before or after 02-AUG must be displayed.
    Example. SYSDATE : 02-AUG-2007,
    OUTPUT: All B'Dates which are in the range 17-JULY(SYSDATE-15,irrespective of year) to 17-AUG(SYSDATE+15,irrespective of year) irrespective of year must be displayed.
    Regards,
    SAM

    or like this:
    with bd
    as ( select sysdate -16 dt, 'A' as pt from dual
    union all select sysdate-15, 'B' from dual
    union all select sysdate-14, 'C' from dual
    union all select sysdate, 'D' from dual
    union all select sysdate+14, 'E' from dual
    union all select sysdate+15, 'F' from dual
    union all select sysdate+16, 'G' from dual
    union all select sysdate - (365-15), 'H' from dual
    union all select sysdate - (365+14), 'I' from dual
    union all select sysdate - (365+16), 'J' from dual)
    select to_char(dt, 'MM/DD') as bd, pt from bd
    where to_date(to_char(dt, 'MM/DD/')||to_char(sysdate, 'YYYY'), 'MM/DD/YYYY') between sysdate - 15 and sysdate + 15
    I see this was part of the above suggestion :)
    Message was edited by:
    smccull

  • Urgent- How to Default Current Months First Date in a Dashboard Prompt

    We have requirement that whenever our user clicks on a dashboard it should show the report associated with the dashboard defaulted to MTD.
    For example if the user is running the dashboard on 16th Jan then the report associated with dashboard by default should show data from 1st Jan to 16 Jan.
    And then latter user should be able to select the dates of his choice in dashboard prompt and the report should show data according to selected date.
    Please send some clues or work around for this issue.

    Regarding Question 2:
    What you need to have is a Dashboard scope dashboard prompt for Product_ID (i.e., Don't use the column prompt from the prompt tab within the Request.)
    1) Create the dashboard prompt, put it on tab1 and save the prompt to a presentation variable, say prmtProdID. Set the scope to "dashboard." (This is the default, by the way.) If you create a dashboard prompt and set the scope to "dashboard," then the prompt values selected will hold true across dashboard pages.
    2) On tab2, go to your report and in Criteria mode, apply a filter to the Product_ID column making it equal to the PV. (Click the filter icon, Add>Variable>Presentation Variable and type prmtProdID. Save.)
    When the user selects a Product_ID on tab1 of your dashboard and hits "Go," not only will it filter your report on tab1, when you go to tab2 the report here will be filtered with the same value selected in the prompt on tab2.
    Regarding Question 3:
    If you implement 2, you cannot implement 3. You can't have it both ways. Not for the same scenario. But if you want to know how to do it in general, read this:
    http://obieeone.com/2009/08/24/how-to-stop-queries-to-automatically-fire-off-once-entering-dashboarddashboard-page/

  • Month to Date and Year to Date Scenarios

    <b>Dear SAP BI Gurus,
    Can anyone please give me guidance how to create a Month to Date and Year To Date Scenarios (Variables perhaps?) for 0SRR_CF_C1?  The date is in decimal and not DATE format…  I’m assuming the reason for this is to get the Time variance….  Nonetheless, I’d like to create a MTD and YTD scenario for reporting.
    Much Thanks
    Philips Manalaysay</b>

    Hi,
    You should take a look at the blog and doc below.
    /people/vikash.agrawal/blog/2006/10/17/enable-trend-reporting-150-by-manipulating-variable-value
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/25d98cf6-0d01-0010-0e9b-edcd4597335a
    Regards,

  • Last month end date based on current date

    Hi,
    How to show last month end date based on the current date.
    Eg:
    Current date = "08/26/09"
    Var- Last Month End Date = "07/31/09" etc...,
    Please help me how to get it...
    Thank You!

    Good to hear that it worked for you. but not for me.
    I tried like this:
    1st::
    1. var1= ToDate("06/30/09","MM/dd/yyyy")
    2.Var2= RelativeDate([Var1];-DayNumberOfMonth([Var1]))
    result: 5/30/09
    2nd:
    RelativeDate('6/30/2009';-DayNumberOfMonth('6/30/2009'))
    result: 5/30/09
    Am working on SAP OLAP cubes.
    Please help me where am going wrong....
    Thank You!

  • How to handle mid month proration in a calendar to month payroll

    Appreciate if some 1 can help in handling the mid month proration in a calendar to month payroll.
    i.e if an employee desides to quit his job by giving a 24 hours notice say in the middle of the month, then how can one handle such cases in monthly payroll calculations?
    Plz help me......!
    regards

    1. Create a Proration Event Group grouping all the events (here date track update on assignment_status_id of per_all_assignments_f). Attach the event group to elements that you want to prorate.
    2. Write a Proration Formula (Formula Type Payroll Run Proration) sth like this.
    inputs are pay_value,
    proration_start(date),
    proration_end(date)
    l_days = days_between(prorate_end,prorate_start) + 1
    pay_value = pay_value * l_days / 31 /* instead of hardcoding 31 u can get the days_between period start and period end db items */
    return pay_value.
    3. Attach the above proration formula to the elements that you want to prorate ( element screen > proration tab)
    Hope this helps.
    Regards,
    sharath

  • How can I find out my data usage for the past 3 months?

    Greetings all, I have been a long time Verizon customer, and as such I, along with my husband, was grandfathered into the unlimited data plan. When I last spoke to a representative, they informed me that the only way we were going to be able to keep our unlimited data was by paying the full retail price ($600+) to get a new phone. So we were considering upgrading and changing to one of the newer data plans so we could still get the discounted price on the new phone, but I would like to make sure I choose one with enough data, without paying for a bunch of data that I don't use, however MyVerizon only shows me the amount I have used since the start of the billing cycle. Is there a way to find out the data usage for both my husband and myself for the last 3 months so I can choose the right option?
    Thanks in advance for your help!

        Hello sweetpea1221! How exciting that you're considering upgrading with us. mrhelper is helpful, indeed. You can view your data usage for each line under the View Bill option via your My Verizon account. You can also view your 3 month average  data usage with our Account Analysis feature. Here's a link that will be helpful in doing so http://bit.ly/vnLjqO. I'm confident that we have a great plan to match your data needs. Please let us know if you have further questions.
    TanishaS1_VZW
    Follow us on Twitter @VZWSupport

  • How to get month last date and first date without FM's

    Hi Guru's,
       How can we get  month's first date and last date based on the date given in selection screen without FM's?Is it possible ?
    Like if i give 05-Oct-2008 in the selection screen, i should get the output as 01-Oct-2008 to 31-Oct-2008.Without FM's???
    Regards
    Rakesh.

    Hi Rakesh,
    You can implement this logic as follows:
    You can have two internal tables, one containing the days as numbered 31, 28, 31, and so on with the month number. This holds good if the year is a common year. Another internal table contains days as numbered 31, 29, 31 and so on with the month number. This year would be a leap year.
    An year can be calculated depending on the conditions:
    Say date is given as 20081008
    Concatenate 20081001 + 0(4) into l_date.
    Divide l_date by 4 and remainder should be equal to 0.
    Divide l_date by 400 and remainder should also be equal to 0.
    Then the dominical year will be a leap year.
    Now, if l_date divided by 100 and the remainder is 0 then the year is a common year.
    So depending on this populate the first date and last date from the respective internal table
    Regards,
    Sumalatha N.

  • How do I schedule regular daily/weekly/monthly/quarterly data uploads?

    Hello gurus!
    How do I schedule regular daily/weekly/monthly/quarterly data uploads?  How can I make it "automatic"?
    Thank you very much!
    Philips

    Hi,
    There are lots of documents available on how to design a process chain. It is basically your requirement what is needed.
    for eg.. You have  a daily masterd ata loaded into BW from R/3 and then the transaction data. So we create a chain where in we create anothe meta chain (for Master data) and drag the option of Load IP ( give variant as ur IP name you have created for that Particluar master data) , same for texts and hierarchy, for hierarchy use save option after the hierarchy process. and then use a attribute change run proces step to activate the master data. and then create another meta chain that loads transactiond data. Normally you have a IP that loads data into ODS here from source system, so Use IP process for that , next a process step to activate the ODS data and then use another IP to send the data to a cube. If you have aggregates built on that cube, use roll up process to roll up the data.
    If you can gimme your mail ID , I can send some docu's on process chains
    Regards
    Srini

  • How security is handled in HR-BW reporting? Specially for Payroll data.

    Hi,
    how security is handled in HR-BW reporting?
    Specially for Payroll data, how security handled?
    any Idea will be appriciated.
    Thanks
    Ali

    Hi Guys,
    any body has an Idea ! How security is handled in HR-BW reporting?
    Specially for Payroll data.
    any documentation etc....
    Thanks
    Ali

  • Please help.........how can i get the last date of the month?????

    Hello....
    I want to get the last date of the month.
    For example, the last date of Jan is 31.
    How can I get the last date of the particular month and year ????
    Thanks for help.
    Gloria

    Hi Gloria
    1. How can I compare the date???date1.compareTo(date2)
    where date1 and date2 is a java.util.Date Object
    will return 0 if it is the same date
    or
    date1.after(date2)
    where date1 and date2 is a java.util.Date Object
    will return true if date1 is after date2
    (the same for date1.before)
    2. How can I change the date format into yyyymmdd format???? I just want the year, month and date.try the java.text.SimpleDateFormat Object
    new SimpleDateFormat("yyyymmdd").format(yourdate)
    Hope this help.
    Please also have a look at a calendar I wrote, (maybe it help)
    demo & source :
    http://www.geocities.com/globe_software/java/components/
    globe_sa

  • No Assignment of Payroll Data to BW Month for Country Grouping 10 and 13

    Hi Gurus,
    I get the error "No Assignment of Payroll Data to BW Month for Country Grouping 10 and 13" when extracting data for 0PY_C02. I then added the "End Date of For Period" in the SBIW in the Payroll systen activity "Assignment of Payroll Data to BW Month". I am still getting the same error???
    Also I do have data in the cube from that extraction, but when I run a query I get no data?? Is this due to the above error?
    Thanks,
    Garth

    Hi,
    The extractor runs without errors in RSA3 in the source system. The error is red with the test of "No Assignment of Payroll Data to BW Month for Country Grouping 10 and 13". I completed the SBIW task to set this in the source system but I still get the same error?
    Any other ideas?
    Thanks,
    Garth

  • 'No assignment of payroll data to BW month for country grouping 99'

    hi gurus,
    i am getting the error 'No assignment of payroll data to BW month for country grouping 99'
    to solve this i went to
    SBIW>Settings for Application-Specific DataSources (PI)->Human Resources->Payroll Plug-In>Assignment of Payroll Data to BW Month
    i am choosing country 99 and here i get 4 options which should i choose.
    1.payment date of for- period
    2.end date of in -period
    3payment dare of for -period
    4payment dare of  in- period
    regards
    man

    Hi,
    As per the settings in the SBIW code in R/3 , we can go with a single Time based assignment for a Country at a time.So we can not use both IN Period and FOR period for the same country code.
    For more information, refer the below path.
    SBIW>Settings for Application-Specific DataSources (PI)->Human Resources->Payroll Plug-In>Assignment of Payroll Data to BW Month
    Under human resources.....go to payroll and assignment of payroll data to BW
    if you do not get...use Cntl + F and enter payroll..
    you will get
    in Assignment of payroll data to BW Month, after giving country grouping, what type of period assignment should be given. in R/3 dev side when i have chosen
    1.End of For period, extracted 972 records
    2. End of In period, extracted 1023 records
    3. Payment date of For period, extracted 972 records(just the same as in the first option)
    4.Payment date of In period, extracted 0 records
    Do u know more about these options??? one more thing to clarify on this. While doing payroll data extraction, do we have consider or say give "Define time frame for transfer", if that is compulsory then i have done that by givigng
    Earliest date as 01.01.2005
    Latest date as 31.12.2005
    but in the info package selection i have given to extract 01.01.2005 to 28.02.2006 and it has extracted successfully even 2006 records which means that though we define time frame, extraction is independent of this time frame, am i correct???
    Hareesh

  • Assignment of Payroll Data to BW Month- 0HR_PY_1

    We wish to extract data from R/3 payroll for both the IN Period and FOR period  for the same country code.. Does anybody currently do this and what are the options available
    thanks
    Rodd

    Hi,
    As per the settings in the SBIW code in R/3 , we can go with a single Time based assignment for a Country at a time.So we can not use both IN Period and FOR period for the same country code.
    For more information, refer the below path.
    SBIW>Settings for Application-Specific DataSources (PI)->Human Resources->Payroll Plug-In>Assignment of Payroll Data to BW Month
    With rgds,
    Anil Kumar Sharma .P

Maybe you are looking for