Current period load and previous period load

Hi
when I look into some cube, its loading the full load data  for Previous period as well as Current period.
the next day we r deleting the both over laping request and loading the same current and previous load .
could any one explain why this selection in infopackage in full loading.
why dont't we load with last posting period / Fiscal year selection into infopackage selection for full load.
Thanks
Ram
Message was edited by:
        ram

Is the datasource is non delta enabled ?
If yes , den Full load is done always using the Overlapping Request Deletion in the Infopackage or DTP in BI 7.0 - so as to make all data available .
If ur willing  to change the dates in the Infopackage filter daily ( u can rite some routine though )  den u can do that but if u want to automate all this process u go with Overlapping feature.

Similar Messages

  • P & L report for current period,YTD and previous YTD

    I am trying to create a P & L report with the columns for current period,YTD and previous YTD,  I have include the measures as the key of columns, which by using period or YTD we can retrieve the current period and YTD column, is there as easy way to get the previous YTD? although I can get it  by using evtim to het every month and calculate the previous YTD.

    resolved, just need to bring both time and measures in the columns

  • Report that display 'Net Pay' by Empl for current and previous period.

    Hi,
    We are looking for a SAP report that display 'Net Pay' by Employee for current and previous period in USA payroll module. If you know of any, pl let me know.
    Thanks in advance,
    Niranjan

    Thanks Archana and Sikindar.
    We knew about this report, however, it gives information one below the other if we run, say for 2 periods, but what we are looking for is something as shown in example below
    Empl #      Empl # Name    Prev Pay period Net Pay        Current Pay period net pay.
    123              XYZ                     $ 1200.00                                 $ 1200.00
    256              ABC                    $  2000.00                                $ 3000.00 
    We want to run for 2 periods at a time and get the results as above. That way, payroll dept can run this report and compare if we are paying too much in current pay, compared to previous pay. This is basically to avoid any typos when they create new pay records in infotype 0008.
    Niranjan

  • Current period time vs previous period time

    Hi All,
    I have to create a report which compare the sales period time..
    for example variable 0calmonth period 0108 - 0208
    product  |  current period  0108 / 0208  |  previous period 0107 / 0207   |  current - previous
    TV        |      1000                              |            500                            |   500
    Audio    |      100                               |             300                            |  -200
    its work great
    but when I add 0calmonth in column query
    product  |  current period  0108 - 0208  |  previous period 0107 - 0207   |  current - previous
    0107
    0207
    0108
    0208
    0107
    0207
    0108
    0208
    0107
    0207
    0108
    0208
    TV           |     0   |     0  |  800   |  200     |  300    |   200 |    0      |    0    |   -300 |   -200 |  800    |  200   |
    Audio    |     0   |     0  |  70   |     30     |  150    |   150 |    0      |    0    |   -150 |   -150 |  70      |    30   |
    This is not what i want.
    I want this.
    product  |  current period  0108 - 0208  |  previous period 0107 - 0207   |  current - previous
    0108
    0208
    0107
    0207
    0108-0107
    0208-0207
    TV        |   800                     |  200     |  300                           |   200   |   500           |  0              |
    Audio    |    70                     |     30     |  150                          |   150    |   -80           |   -120         |
    How do that?

    Hi,
    I think there is a way to do this, take normally first 4 fields, product | current period 0108 - 0208 | previous period 0107 - 0207 | current - previous
    Then remove 0CALMONTH from columns and after that create a RKF by new selection, using sales Keyfig. with 0CALMONTH resticted to the value 0108, and next take a new selection and restrict the same with 0208.
    Similarly restrict for remaining months also (0107  0207  0108-0107  0208-0207 ) so that it can be arranged in the order u want.
    Hope this helps.
    Rgs,
    I.R.K

  • Current fiscal year and previous fiscal year restriction in Query  Customer

    Hi ,
    My requirment is disply current year qtrs and previous year qtrs in the report . User will not enter year , date , month or qtr . system should calucualte and disply curremt year qtrs and previous year qtrs .
    I have created ZFISCYEAR reference of a 0FISYEAR year . now I would like to write customer exit for Current fiscal year and previous fiscal year to display current year qtrs and previous year qtrs.
    Could you please provide customer exit code if you have or recomend if you know any other options.
    Appriciate you help
    Thanks

    hi try this
    take into account that I don't know th periv you use could be K4 or one defined by you so I have commented it.
    The coding here is for the current fiscal period for the previous year just to another l_year varibale and populate with offset for instance l_year = l_year - 1.
    so for current year
    WHEN 'CURRPERIOD'.
        current_date = sy-datum.
        CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
          EXPORTING
            i_date  = current_date
        '    i_periv = ''
          IMPORTING
         '   e_buper = l_period.
            e_gjahr = l_year.
        l_s_range-low = l_year.
        l_s_range-sign = 'I'.
        l_s_range-opt = 'EQ'.
        APPEND l_s_range TO e_t_range.
    for previous period
    WHEN 'PREVPERIOD'.
        current_date = sy-datum.
        CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
          EXPORTING
            i_date  = current_date
        '    i_periv = ''
          IMPORTING
         '   e_buper = l_period.
            e_gjahr = l_year.
        l_year = l_year - 1.
        l_s_range-low = l_year.
        l_s_range-sign = 'I'.
        l_s_range-opt = 'EQ'.
        APPEND l_s_range TO e_t_range.
    bye
    Boujema

  • Hey guys i was wondering if i could downgrade my iphone 5 from ios 7.1.1 to 7.0.6 or .0.4 i have 7.0.6 and .0.4 shsh blobs but when i try to build a custom ipsw using ifaith it loads and never stop loading is there any way to downgrade to older ios 7 ?

    Hey guys i was wondering if i could downgrade my iphone 5 from ios 7.1.1 to 7.0.6 or .0.4 i have 7.0.6 and .0.4 shsh blobs but when i try to build a custom ipsw using ifaith it loads and never stop loading is there any way to downgrade to older ios 7 ?

    No, you cannot downgrade your iOS device. That's not supported by Apple.

  • Loading through Process Chains 2 Delta Loads and 1 Full Load (ODS to Cube).

    Dear All,
    I am loading through Process chains with 2 Delta Loads and 1 Full load from ODS to Cube in 3.5. Am in the development process.
    My loading process is:
    Start - 2 Delta Loads - 1 Full Load - ODS Activation - Delete Index - Further Update - Delete overlapping requests from infocube - Creating Index.
    My question is:
    When am loading for the first am getting some data and for the next load i should get as Zero as there is no data for the next load but am getting same no of records for the next load. May be it is taking data from full upload, i guess. Please, guide me.
    Krishna.

    Hi,
    The reason you are getting the same no. of records is as you said (Full load), after running the delta you got all the changed records but after those two delta's again you have a full load step which will pick whole of the data all over again.
    The reason you are getting same no. of records is:
    1> You are running the chain for the first time.
    2> You ran this delta ip's for the first time, as such while initializing these deltas you might have choosen "Initialization without data transfer", as such now when you ran these deltas for the first time they picked whole of the data.Running a full load after that will also pick the same no. of records too.
    If the two delats you are talking are one after another then is say u got the data because of some changes, since you are loading for a single ods to a cube both your delta and full will pick same "For the first time " during data marting, for they have the same data source(ODS).
    Hope fully this will serve your purpose and will be expedite.
    Thax & Regards
    Vaibhave Sharma
    Edited by: Vaibhave Sharma on Sep 3, 2008 10:28 PM

  • COPA Report current period and previous period issue

    Hi Gurus,
    I have defined COPA report (Tcode KE94) based on line items. Now I want all values to be displayed based on an entry parameter in terms of period. That is to say that  If I give input values of "010.2013" as a period entry , my report should display the values for the the period specified i.e. 010.2013 in the first column and in second column  values for the period 009.2013 should be displayed and in the third column values for the period 001.2013 till 010.2013 should be displayed cumulatively.
    For this, I choosed the character "period/year" in General data selection tab, clicked "Variable on/off" tab and gave values "From"  as well as "To" for the Global Variable "OFP"  which is Curr.fisc.per./year.
    For the 1st column (1st column which is suppose to display the values according to selection parameter), along with the character "company code" , I choosed the character "period" and clicked "Variable on/off" tab and gave value "From"  as well as "To" for the Global Variable "OFP"  which is Curr.fisc.per./year.
    For the 2nd column (2nd column which is suppose to display the values for the immediately preceeding period of the selection parameter), along with the character "company code" , I choosed the character "period" and clicked "Variable on/off" tab and gave value "From"  as well as "To" for the Global Variable "OFP"  which is Curr.fisc.per./year. While doing so, I selected operator as "-" and choosed offset as 1.
    For the 3rd column (3rd column which is suppose to display the cumulative values from the beginning of the fiscal year till the period mentioned in the selection parameter), along with the character "company code" , I choosed the character "period" and selected 001 in "From" and 016 in "To" tab.
    Company Code selected in all the three columns is same and I have selected actual values i.e. 0 for "plan/actual indicator" tab.
    When I run the report through Tcode KE30 , I give values as "010.2013" for the From and To selection tabs. System shows the values as per the selection parameter in the 1st column which is correct  but display values same as per coulmn 1st in the 3rd column which is wrong because it should be cumulative. 2nd column is blank. 
    How to display the values for the immediately preceeding period and for cumulative period?
    Regards,
    makrand

    Dear Ajay,
    Thanks for the reply. Here are the screen shots.
    For the general data selection tab
    For the first column "current month" i.e. for the month
    For the second column "Last Months"
    For the third column "Cumulative" i.e. year to date
    Following is the result of KE30
    Values for the period 010.2013
    You can see that values in the report for the period 011.2013 contains value for the previous period which is 59090.21
    This value is matching when the report is run for the period 010.2013.
    But in both the reports,the figures for Current month and YTD (year to date) are same.
    Please let me know what setting is required in the current month column.
    Regards,
    makrand

  • Using SQL*Loader and UTL_FILE to load and unload large files(i.e PDF,DOCs)

    Problem : Load PDF or similiar files( stored at operating system) into an oracle table using SQl*Loader .
    and than Unload the files back from oracle tables to prevoius format.
    I 've used SQL*LOADER .... " sqlldr " command as :
    " sqlldr scott/[email protected] control=c:\sqlldr\control.ctl log=c:\any.txt "
    Control file is written as :
    LOAD DATA
    INFILE 'c:\sqlldr\r_sqlldr.txt'
    REPLACE
    INTO table r_sqlldr
    Fields terminated by ','
    id sequence (max,1) ,
    fname char(20),
    data LOBFILE(fname) terminated by EOF )
    It loads files ( Pdf, Image and more...) that are mentioned in file r_sqlldr.txt into oracle table r_sqlldr
    Text file ( used as source ) is written as :
    c:\kalam.pdf,
    c:\CTSlogo1.bmp
    c:\any1.txt
    after this load ....i used UTL_FILE to unload data and write procedure like ...
    CREATE OR REPLACE PROCEDURE R_UTL AS
    l_file UTL_FILE.FILE_TYPE;
    l_buffer RAW(32767);
    l_amount BINARY_INTEGER ;
    l_pos INTEGER := 1;
    l_blob BLOB;
    l_blob_len INTEGER;
    BEGIN
    SELECT data
    INTO l_blob
    FROM r_sqlldr
    where id= 1;
    l_blob_len := DBMS_LOB.GETLENGTH(l_blob);
    DBMS_OUTPUT.PUT_LINE('blob length : ' || l_blob_len);
    IF (l_blob_len < 32767) THEN
    l_amount :=l_blob_len;
    ELSE
    l_amount := 32767;
    END IF;
    DBMS_LOB.OPEN(l_blob, DBMS_LOB.LOB_READONLY);
    l_file := UTL_FILE.FOPEN('DBDIR1','Kalam_out.pdf','w', 32767);
    DBMS_OUTPUT.PUT_LINE('File opened');
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.READ (l_blob, l_amount, l_pos, l_buffer);
    DBMS_OUTPUT.PUT_LINE('Blob read');
    l_pos := l_pos + l_amount;
    UTL_FILE.PUT_RAW(l_file, l_buffer, TRUE);
    DBMS_OUTPUT.PUT_LINE('writing to file');
    UTL_FILE.FFLUSH(l_file);
    UTL_FILE.NEW_LINE(l_file);
    END LOOP;
    UTL_FILE.FFLUSH(l_file);
    UTL_FILE.FCLOSE(l_file);
    DBMS_OUTPUT.PUT_LINE('File closed');
    DBMS_LOB.CLOSE(l_blob);
    EXCEPTION
    WHEN OTHERS THEN
    IF UTL_FILE.IS_OPEN(l_file) THEN
    UTL_FILE.FCLOSE(l_file);
    END IF;
    DBMS_OUTPUT.PUT_LINE('Its working at last');
    END R_UTL;
    This loads data from r_sqlldr table (BOLBS) to files on operating system ,,,
    -> Same procedure with minor changes is used to unload other similar files like Images and text files.
    In above example : Loading : 3 files 1) Kalam.pdf 2) CTSlogo1.bmp 3) any1.txt are loaded into oracle table r_sqlldr 's 3 rows respectively.
    file names into fname column and corresponding data into data ( BLOB) column.
    Unload : And than these files are loaded back into their previous format to operating system using UTL_FILE feature of oracle.
    so PROBLEM IS : Actual capacity (size ) of these files is getting unloaded back but with quality decreased. And PDF file doesnt even view its data. means size is almot equal to source file but data are lost when i open it.....
    and for images .... imgaes are getting loaded an unloaded but with colors changed ....
    Also features ( like FFLUSH ) of Oracle 've been used but it never worked
    ANY SUGGESTIONS OR aLTERNATE SOLUTION TO LOAD AND UNLOAD PDFs through Oracle ARE REQUESTED.
    ------------------------------------------------------------------------------------------------------------------------

    Thanks Justin ...for a quick response ...
    well ... i am loading data into BLOB only and using SQL*Loader ...
    I've never used dbms_lob.loadFromFile to do the loads ...
    i 've opend a file on network and than used dbms_lob.read and
    UTL_FILE.PUT_RAW to read and write data into target file.
    actually ...my process is working fine with text files but not with PDF and IMAGES ...
    and your doubt of ..."Is the data the proper length after reading it in?" ..m not getting wat r you asking ...but ... i think regarding data length ..there is no problem... except ... source PDF length is 90.4 kb ..and Target is 90.8 kb..
    thats it...
    So Request u to add some more help ......or should i provide some more details ??

  • Sometimes after trying to load videos, Firefox will not finish loading and will not load any website afterwards. The ONLY way to fix it is by pulling the modem for a few minutes.

    When I try to load videos, there is a good chance the video will randomly stop loading, and nothing is accessible until I turn off the modem. Restarting my computer, clearing my browser cache, cookies, etc. None of that works. I've had "slightly" better luck immediately pausing a video and letting it buffer entirely, but that still doesn't work all the time. Surfing has just become a gamble until I just get frustrated.

    Is anyone here to help?

  • Posting period authorization for previous period for specific users

    Hi Experts,
    In our company we want to restrict normal users to present period only. (in FI).
    we are having now two user groups core and normal. for core group both periods should be open. for normal users only have access for current period.
    Please suggest how to achieve this requirement in FI.
    Regards,
    Vara
    Moderator: Use authorizations groups in OB52. Please, search before posting

    Hello,
    You need to create a single role with whatever transactions you would like the users to proceed.
    When you assign the users in the role, you assign for the period you would like. Once that period is over, no use is able to transact with those transaction codes.
    Whenever, you make the changes to users in role, you need to do the user comparison, then only the profile get generated in the user masters.
    Please discuss this with your security team with your requirement.
    Regards,
    Ravi

  • Mobile website ASPX 2.0 Page not loading and Instead of loading it tries to download the aspx page sometimes

    We are facing a issue in a our Mobile Banking app built on ASP.NET 2.0. Sometimes, when we load the mobile website[https://mobile.dib.ae] from iPhone or any Android phones, log-in page will never get loaded. When the log-in page fails to load in iPhone/iPad,
    it’s giving us an option to download the login.aspx as a file. In some cases it shows download failed [Safari & Chrome]. In Android phone default browser, we are getting a different behavior when the log-in page fails to load. In Android phones its showing
    an error message as if the page was considered as a XML file and one special character in the xml file causing issue. [Images are shown below& attached].
    We are not getting the same issue in staging. Production fails randomly.
    We have three servers and load balancing is in place for production. We tried to access the site many times from different iOS and android versions and was successful with each of the servers. We have even tried connecting the mobile site by turning off all
    the servers except one, alternatively. All the servers worked fine individually. But it failed in the same mobile after clearing cache and cookies sometimes.
    This behavior is random and we haven’t able to figure out the root cause yet. There is no error in our log files or DB.
    There was security updates on all the servers before this issue started happening. We haven't uninstalled it yet.
    There were no updates on the filrewall F5.
    When we checked the IIS logs after a failed page load with the IP of mobile, we found there was only one entry made and it was for the favicon. We don't have favicon from the beginning and 404 error for favicon is since we started the site. As the only entry
    was for favicon and as it returns an error 404 just considering that possibility.

    It appears that your issue concerns web app development/troubleshooting and not .NET Framework setup (this forum's topic).
    Therefore, I suggest you ask in a topical forum here:
    http://forums.asp.net/

  • GMail displays loading and does not load in Firefox, IE ok

    After opening GMail, if I try to look at sent mail or compose a new email much of the time it displays loading but never loads. I can go to Internet Explorer and open gmail and it works fine. The problem is with firefox and I am running 3.6.10

    [https://support.mozilla.org/en-US/kb/Error%20loading%20web%20sites#w_try-clearing-firefoxs-cookies-and-cache Try clearing Firefox's cookies and cache] and try again.
    forget it, it is some kind of problem with the web page http://www.codehook.com/ can not load it either.
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Loading and unloading movie loader

    OK I have my mask working. I want to load a new file like
    test.jpg with each event listener.
    I need to add the url request to the event listener with the
    goto and stop functions.

    Thanks it works great but I have one problem I don't
    understand. The Home button loads the photo test.jpg fine in to the
    mask, I made the About button load a photo called test2.jpg. but
    the About button loads the photo but not in the mask. If I press
    the Home button again the photo.jpg show behind the mask
    correctly?

  • Dreamweaver cs5.5 on win 7 recently failed to open/load and just stops loading and goes away.  Never makes it to fully load.

    How do i fix the load issue.  It wont load anymore.  i see the opening version screen and then it vanishes and goes away.  Never loaded.  this just started recently in the last week or two.

    Try turning on your OS's hidden files and clearing the program cache: Deleting a corrupted cache file
    If that doesn't work, renaming the personal configuration folder at the location discussed above can fix issues the cache clearing doesn't. If neither of those work, restoring preferences can help: Restore preferences | Dreamweaver CS4, CS5, CS5.5

Maybe you are looking for

  • BPM n:1 transformation

    Hello Experts, I'm doing a IDOC-to-File scenario using BPM. I have many Transformation steps which uses different mappings. In the end i have a mapping which merges all the messages into one. I have created two receiver determinations in the configur

  • Applications Window appears when start up

    Last week I had a problem with my printer not being on line, after some unguided troubleshooting, I got the printer back on line. Don't ask what I did, I don't know for sure. But, now when I boot up OS 10.4.7, the Applications Window appears with the

  • Sending pictures from Iphoto

    How can my friend who uses iphoto send the pictures to me if I don't have mac (and I use gmail) ? I would need them in the original resolution or a good resolution at least etc., so I would be able to edit them. If somebody could tell me how to copy

  • ResourceBundle and Locale ?

    Hi All, Anybody please tell me what is the use of ResourceBundle and Locale ? Can I use it in my util/Servlet class ? What is the advantage of using it ? Please reply soon Thanks Harish Pathak

  • Multiple Sample Edits

    Hi all, was just wondering, is there a quick key to open up multiple regions in seperate sample edit windows. So for instance I select all individual regions on a track, hit the mysterious quick key, they all open in their own sample edit window, I a