Can you help me understand Offset on time variable

Hi,
1.
if it prompts for user entries and the user enters Feb/3/06 to Feb/10/06.
What time period does “Day Interval-1” i.e. with offset of 1 appears on report?
2.
What about an offset of +1. Will Feb/3/06 to Feb/10/06 as a user entry lead to reporting on
Feb/3/06 to Feb/11/06
or
Feb/4/06 to Feb/11/06
3.
Also, does an offset of -1 on ocalmonth give one day less of the month or one month less of the month?
4. Similarly, is an offset of +2 on Year, adjusting it by 2 years?
Thanks

Hi Edwin,
now that we are on the same page,
what if I want to report on data for the period:
Feb/3/06 to Feb/10/06
when the user enters Feb/3/06 to Feb/11/06
i.e. for the Day Interval, I am trying to make the offset only apply to the upper limit.
Also, to set the Offset, whether I make the Selection "Single values" or "Value Range" I still have only one textbox to enter the off set of -1. Wrere you suggestion that I should have seen one for the lower limit and one for the upper limit?
I don't want the reported data to be for
Feb/2/06 to Feb/9/06  i.e. I don't want it to also shift it for the lower limnit.
Any help will be appreciated.

Similar Messages

  • I try to sync my nano and get:  the ipod cant be synced because there is not enough free space to hold all of the items in the items library (need 100MB) - I have a new computer?? can you help me understand this message: what to do?

    I try to sync my nano and get:  the ipod cant be synced because there is not enough free space to hold all of the items in the items library (need 100MB) - I have a new computer?? can you help me understand this message: what to do?

    Hello pryan1012,
    What this message means is that you have more music in your itunes library than there is free space in your ipod.
    I had this same issue at one time. This is what helped me put my music on the ipod. I used manually manage.
    Learn how to sync muisc here.
    Hope this helps.
    ~Julian

  • Can you help me understand the use of the word POSITION in TR and CFM?

    Hi,
    I am trying to have a view of typical BI reports in TR and TM/CFM so through my research I came to the following link:.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/62/08193c38f98e1ce10000000a11405a/frameset.htm
    My problem on this link and other postings on this site seem to be the same. Can you help me understand the use of the word POSITIONS in these context:
    1. Our client has asked for financial transaction reports in BW, such as position of Borrowings, Investments and Hedge Operations (TM data).
    2. I have a requirement on, some reports related to Money Market (Fixed Term Deposits, Deposits at Notice) something on FSCM-Treasury and Risk Manager. These reports will be similar to that of Loans, i.e. Position statement, flow statement, etc.
    3. The set of position values for a single position or a limited amount of positions can be reported by transactions TPM12 and TPM13 in R3.
    4. 0CFM_C10 (Financial Positions Cube)
    Do you have some simple report outputs to help clarify how the word POSITION is used in such environments?
    Thanks
    Edited by: AmandaBaah on Feb 15, 2010 4:39 PM

    If I future buy 10 shares in company at £1 per share - at the end of the day my potential value is £10
    The next day the shares drop tp £0.9 per share - I have a negative position - my shares are only worth £9
    I haven;t bought them yet - but I have a negative position - ie if things stayed as they are - I am going to realise (ie end up with)  a loss
    Now you can use this for loans and foreign exchange banks as well...

  • Can you help me understand this sentence about Maser data/routine?

    Hi,
    I read the following statement from this forum:
    “… if u add an attribute to master data and that field is not getting populated from source system and you want to get it populated dynamically we can write look up code in routine such as getting data from some other master data table.”
    1. Can you clarify what this sentence really mean? Any examples?
    2. Why is it that in some cases when you modify master data, you don’t have to write a routine to populate it with data but in some cases you do?
    e.g. in the quote it says, if the attribute is not getting populated, why will it in some cases and others not?
    3. Please explain in particular “..to get it populated dynamically we can write look up code in routine..”
    4. Any hints on writing a look up code? Any example?
    Thanks

    Hi Amanda,
    I would understand the sentence you stated as related to load of TRANSACTION DATA (not populating the MASTER DATA) -- and aTripple k example (a good one) shows me that s/he treat it similarly.
    When you are retreiving a lot of data from the transaction system (R/3) you may really not getting values of some infoobjects. However, if the infoobject is an attribute of another infoobject which value we have in incoming data, we may get the value of the attribute from master data of main (basic) infoobject. For this you either may use the mentioned functional module (must be accessable through SE37 t-code) or write a lookup routine.
    Here (in the text itself and in the threads linked):
    Re: Look up at master data in  update routine 
    you may see examples of lookup routine and usage of that FM RSAU_READ_MASTER_DATA.
    Hope this helps.

  • Can you help me understand these 2 update rule lines

    Hi,
    ODS1 has field1, field2 with data. Field1 and field2 have also been included in ODS2 and I see the code which reads from ODS1 to fill ODS2: i.e. in the startup routine for ODS2 I see:
    Data: begin of i_logxxx occurs 0,
    Field1 like /BIC/AAlogxxx00-Field1,
    Field2 like /BIC/AAlogxxx00-/BIC/Field2
    end of i_logxxx.
    1. I know that developer was bouncing from screen to screen copying
       /BIC/AAlogxxx00-Field1 to paste in the code.
       I can’t seem to find where this was copied from.
        I double clicked on Field1 and by going through the maintenance screen of this infoobj, the closest I find is /BI0/MField1.
    2. Also, why is it that in the case of Field2, it is not
    AAlogxxx00-Field2 but AAlogxxx00-/BIC/Field2  
    (trying to understand the format)
    3. Can you explain the significance of these BIC, AALOG, AA and 00 in the following:
    /BIC/AALOGODS100
    4. Also, does logxxx in i_logxxx necessarily have a relation to same in
    /BIC/AAlogxxx00-Field1
    1
    Thanks

    Hello Amanda,
    1.Data: begin of i_logxxx occurs 0,
    Field1 like /BIC/AAlogxxx00-Field1,
    Field2 like /BIC/AAlogxxx00-/BIC/Field2
    end of i_logxxx.
    1. I know that developer was bouncing from screen to screen copying
    /BIC/AAlogxxx00-Field1 to paste in the code.
    I can’t seem to find where this was copied from.
    I double clicked on Field1 and by going through the maintenance screen of this infoobj, the closest I find is /BI0/MField1.
    When you want to see the tables of the ODS ,
    Goto SE11 or SE16 and give /BIC/A<ODSTechName>00
    Actually there are 3 tables Activation Queue (/BI0/A(ODSTechName)40), Active table (/BI0/A(ODSTechName)00) and Change log table (/BI0/B<10 digit number>)
    The above will be the same for customized except /BI0/ it will be /BIC/.
    2. Also, why is it that in the case of Field2, it is not
    AAlogxxx00-Field2 but AAlogxxx00-/BIC/Field2
    (trying to understand the format)
    Normally when its a generated code it will be like BaseTable-Field Name so the field can be used with /BIC/ or without also since you are giving the base table first.
    3. Can you explain the significance of these BIC, AALOG, AA and 00 in the following:
    /BIC/AALOGODS100
    As I said in BIC, C stands for Customized Object. AALOG refers to the change log table which will be used for delta loads. AA and 00 denotes the Activation table, if its 40 instead of 00 then its activation queue.
    4. Also, does logxxx in i_logxxx necessarily have a relation to same in
    /BIC/AAlogxxx00-Field1
    i_logxxx is an internal table where they have taken few fields from ODS1 and here /BIC/AAlogxxx00-Field1 is a field of the internal table i_logxxx.
    Hope its clear.
    Thanks
    Chandran

  • When I open up iphoto and click on the events tab then double click on an event, it used to show minis of all the photos in that event.  Now it shows only one photo at a time.  How do I get it back? Can you help?

    When I open up iphoto and click on the events tab then double click on an event, it used to show minis of all the photos in that event.  Now it shows only one photo at a time.  How do I get it back? Can you help?

    On the bottom bar of the window (on the left iPhoto 11, on the right in other versions) note the slider. Drag it left.
    Regards
    TD

  • When I try and launch Firefox, I get this error message A copy of Firefox is already open. Only one copy of Firefox can be open at a time." and have tried all of the trouble shooting tips, can you help?

    When I try and launch Firefox, I get this error message >A copy of Firefox is already open. Only one copy of Firefox can be open at a time." and have tried all of the trouble shooting tips, can you help? I thought if I were to completely uninstall and re install it might help, but I cannot seem to find instructions to do this....

    See [[Firefox is already running but is not responding]], the image shown in that article is the Windows equivalent of the error message that you are receiving, but the information relates to the Mac.

  • HT1222 I would like to be able to delete more then just one email at a time. I get a lot of mail that needs deleted and takes a long time to do. Would like to do 10 email deletes at a time on my iPad. Can you help me.

    I would like to be able to delete more then just one email at a time. I get a lot of mail that needs deleted and takes a long time to do. Would like to do 10 email deletes at a time on my iPad. Can you help me.

    open inbox
    tap Edit on top right of list.
    tap each email to check it off.  Then tap trash.   then 'trash selected mesages"
    done

  • My adobe keeps crashing on me, every day numerous times a day I use linux can you help me out here?

    I don't know what else to say my adobe flash keeps crashing and I use Ubunto and I don't know what to do it just keeps crashing on music, videos and pictures can you suggest something for me?

    Thanks very much.  Could you recommend an alternative PDF user?
    Many thanks
    FrancesEve
    Date: Thu, 21 Oct 2010 20:05:19 -0600
    From: [email protected]
    To: [email protected]
    Subject: Can you help me with a  problem I'm having with adobe 9.4?
    I have seen this same problem a number of times in this forum; it seems to happen only on Vista and Windows 7.
    It also seems to happen only to people who are not very experienced computer users, and these things are very difficult to diagnose via forum posts.
    I have in the past always ended up recommending to uninstall Adobe Reader, and find an alternate PDF Reader.
    >

  • HT2801 I understand there is a way to use my Super Drive with my PC.  However, it requires a System OS Disk.  Which I never received.  Can you help me with this?

    I understand there is a way to use my Super Drive with my PC.  However, it requires a System OS Disk.  Which I never received.  Can you help me with this?

    Rick6812 wrote:
      I'm using Windows 8.1. 
    I do not know what you mean by a Windows 8.1.  Please clarify.
    The Apple superdrive is designed to be used with the following Macs.
    It will not work with any other Mac unless you perform this modification;
    http://www.tuaw.com/2012/04/02/use-the-macbook-air-superdrive-with-any-almost-ma c/
    Are you trying to get it to work with a PC? 
    Ciao.

  • Hi Guys, Im trying to send a 80pages IPhoto book to the store but the uploading fails, I tried several times and always a message "an error occurred" without clarification, can you help me?

    Hi Guys, Im trying to send a 80pages IPhoto book to the store but the uploading fails, I tried several times and always a message "an error occurred" without clarification, can you help me?
    Is there any size limit? or a limit of time to upload? (as it takes more than one hour!!!)

    Preview the book -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    if it is good boot into safe mode, preview again (only limited fonts are loaded in safe mode) and upload
    LN

  • My iphoto crashes within a few seconds every time I open it. Can you help?

    My iphoto crashes within a couple of seconds every time I open it. Can you help?

    Hi
    A standard approach to this sort of problem is to delete all cache files and reboot.  If that doesn't work, try dragging the iPhoto preferences to a different folder (also known as "trashing" the preferences)
    Bob

  • My Iphone was stolen  - what can I doing? My Face Time is turn ON, maybe it's better? Can you help me ?

    Hi! My iPhone was stolen - what can I doing? My Face Time is turn ON, maybe it's better? Who can you help me? Maybe you have an idea? Please - help me. Iphone was stolen in my office (it my client, but I do not know who).

    The only way to track your phone is if you had find my iphone installed and activated, then you go to icloud.com log in and track your phone.
    If you didn't set it up then there no way to track it.
    Not sure what facetime has to do with your stolen phone.

  • Mozilla "unable to detect plug-in version", click "rsearch" and get myriad sies offering stuff I have no hope of understanding. Can you help?

    Want to update plug-ins as I've been getting script errors, usually involving chrome and what may be java script, advisories of virtual memory being too small, etc. Nurse indicates some "Up to date" in green box. Others indicate "unable to detect plug-in version. I click "research" and get myriad sites offering options I've no hope of understanding. Can you help? L

    What are the names of the plugins that show up as "Research" on the [https://www.mozilla.com/plugincheck/ Mozilla Plugin Check] page?
    For example, I only have one like that, Microsoft® Windows Media Player Firefox Plugin np-mswmp ... and the Research button lists a Microsoft page as the first link.
    For script errors, maybe this will help? [[Warning Unresponsive script]]
    For troubleshooting plugins, read [[Troubleshooting plugins]].

  • HT1725 hello i just bought gem from dragon vale's game. and i bought it 2 times, because it said the download has been failed. can you help me please?

    dear community,
    hello i just bought gem from dragon vale's game. and i bought it 2 times, because it said the download has been failed. and it cost about $10. and i just want to buy $4.99
    can you help me please?

    You are not addressing Apple here. We are all just users like yourself
    lost/stolen                                     
    No app on the iOS device is required.                           
    - If you previously turned on FIndMyiPod/iPhone/iPad on the iOS device in Settings>iCloud and wifi is on and connected or cellular data is on and connected for, on a computer browser go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up or continue to show off-line.
    - You can also wipe/erase the iOS device and have the device play a sound via iCloud.
    iCloud: Erase your device
    iCloud: Use Lost Mode
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the device and report to police and carrier if iPhone or cellular iPad
    - There is no way to prevent someone from restoring the erase (it erases it) using it unless you had iOS 7 or later on the device. With iOS 7 or later, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                               
    Reporting a lost or stolen Apple product                                              
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

Maybe you are looking for

  • When trying to log in says my apple id is valid but is not an icloud account

    when I try to log in it says my apple id is correct but is not an icloud account

  • Rebinding Backspace Key

    Is there anyway to rebind the backspace key so that it does something else other than what it is supposed to do (i.e. delete the character before the current carat position). I've tried doing the inputMap()/actionMap() method to rebind and it fails t

  • Server error: '504 5.5.2 LITBSL2 : Helo command rejected: need fully-qualified hostname'

    Clearly I've messed up my DNS. Non of my Windows clients using Outlook can send mail, though they can all receive mail. what am i missing? tks,

  • Territory for Mobile

    Hi CRMers,     I am not able to see Territory id and Territory Hierarchy data in CDB tables even after execting the   spro setting for data trnsfer from CRM to Mobile. Canyone anyone help me in figuring out the problem. Regards, Rahul

  • Illustrator cs 5.5 install problem

    I have CS5.5 Production Premium and when I install on windows 7 Pro i get yhis error, Exit Code: 7 -------------------------------------- Summary -------------------------------------- - 1 fatal error(s), 2 error(s), 4 warning(s) WARNING: DW031: Payl