Data column (for posting period) converted to COMPARISON COLUMN

Hi all,
I use 'posting period'(derived from fiscal period/year) in the data column and assigned CHAR-posting period to a variable (the value is 1.2.3....12) in the planning level.
When I execute my layout, I got an error message: Data column 2 will be converted into a comparison column.
Diagnosis:
You have entered variable ZFIU004 in data column 2 and provided it with an offset. This results in values arising for variable ZFIU004, which are no longer within the selection, which was defined for the variable.
Can someone please advise me?

Hi,
What is the selection maintained for posting period on the level.
thanks

Similar Messages

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • Get start and end date for posting period (YYYYMMM format)

    In revenue recognition I'd like to have the start date and the end date of the posting period, which is in format YYYYMMM. It's field VBREVR-BDJPOPER.
    Any idea?
    I had no luck so far to find a relevant FM.
    Thanks in advance,
    Peter

    Hi,
    Use this FM To convert the date into DD.MMM.YYYY format
    <b>CONVERSION_EXIT_SDATE_OUTPUT</b>.
    Use the followiong FM To convert the date into <b>user specified</b> format
    <b>SLS_MISC_CONVERT_TO_DATE</b>     
    Rewaed if helpful.
    Regards,
    Sandhya

  • Tables for posting period check

    Hi,
    Can somebody tell me the tables for posting period check for tcodes F-63 and MIR7. I need to check whether the posting period is open when uploading data to these tcodes.
    Arun Mohan

    Use FM <b>FI_PERIOD_CHECK</b>
    Check this out for the same
    http://sap4.com/wiki/index.php?title=FI_PERIOD_CHECK
    Regards,
    Santosh

  • How to create logical columns for current period and prior period

    Hello all.
    Is there any way in obiee to create a new logica column in BMM layer that says "CURRENT PERIOD" AND "PRIOR PERIOD" OR ONE SINGLE COLUMN THAT SAYS "PERIOD".
    In those columns what I need is if it a current period column it shoould have 03/01/2012-03/31/2012 (this month date range)
    and in prior period column I shouldhave 02/01/2012 -02/29/2012(which is previous month date range).These columns I will be using in my reports.
    Please help me if we can create any such columns with these conditions/requirements

    Hi,I have already created he dynamic variables.But I am not getting how to use those variables and create the new logical columns in bmm layer.
    this is what I am trying
    case when VALUEOF("Current Month begin date"."Current Month begin date") ='..' and VALUEOF("Current Month end date"."Current Month end date")
    ='..' then 'current period' end
    I don't really understand what I should write case when VALUEOF("Current Month begin date"."Current Month begin date") ='..'??

  • Viewing Data Usage For A Period Of Time With The WRT1900AC

    Is there a way to view the overall data usage for a period of time with the WRT1900AC? For example, I would like to see how much data I've used (up and/or down) for this month.

    Hi. The Linksys firmware does not have that feature.

  • Details on data types for posting data to DB2 on AS400 from XI

    Hi
       We have a scenario in which we post data from XI (3.0, SP23 ) to DB2 on AS400 and we are using jdbc adapters ( jdbc drivers from IBM deployed on XI J2EE server as per SAP's instructions )
    On AS400-DB2, there are two files F1 and F2  that we have to update in a particular library L1 - on a server S1.  Each of the two files has a single field with the same name as that of the file.
    I have the following questions :
    1. How do we construct/specify the data type in order to convert XML from XI to the sql that DB2 needs - I do understand there is a standard data type structure used to convert XML to sql calls when we use JDBC receiver adapter type communication channel. Do we use the same for posting XML data from XI to DB2 too ? 
    2. What is the url for the jdbc driver - to connect to DB2 on AS400 ?
    Please share experiences of XI -- > posting to DB2 using JDBC.

    Used standard xml -->SQL constructs

  • Due Date in new posting period

    Hi All,
    Posting date range in new financial period (new posting period) is one in which my JEs should posted and they will be having impact in financial system. Which is logical.
    What is the need of Due Date? Is it useful in any practical situation?
    B Ravi Shankar

    Ravi,
    You do not have to specifically define a range? When you create a posting period SAP automatically create the range from first day of Fiscal year to last day of Fiscal year.
    Let me explain with an example. 
    Let us consider  01/01/2007  to  31/12/2007 as the fiscal year
    For some of the document that you create during the last few months, you may require to enter a Due date later than the Fiscal year (going into next fiscal year)
    example: Invoice created on 15/12/2007 with Net 30 terms will need a Due date of 14/01/2008 but since you Due date range ends on 12/31/2007 you will not be able to Add this document.
    To overcome this you will have to click on the yellow arrow next to the Period and change the <b>Due Date to</b> to accomodate the 14/01/2008 due date.
    Hope it helped
    Suda

  • AFAB dynamic variant creation for Posting period.

    HI,
    Business Requirement :
    Business want to run AFAB transaction code every month automatically with schedule job.
    system should pick present month period in posting period field.
    i checked in variant creation  against posting period there is no dynamic " D " in selection variable column.
    how can i fix this.

    Hi Jani,
    Check with abaper if TVARV table can Help you in this case, or create a z program from AFAB. And add date field to it, and schedule job based on that,
    I think TVARV table will be a better approach.
    Another point to consider here would be that dep should be run once business is ready to do so, and has its own hick ups in business if corrections are required to be made after executing AFAB by job
    Regards
    Pankaj B.

  • BICA import data only for specific period

    Hello,
    when using BI connector (BICA) and importing data, is it possible to set for which period (month) to import data?
    Because now I see that it deletes all the data and imports for all months, which I think is not performance wise.
    Thanks.
    Regards,
    Nerijus.

    Also, why connection between PAS and BW is kept, even after both schema and data import into PAS?
    If I break connection, I can see from logs that DAT171:Unable to do drillthrough operation is being spammed due to connection failure, so it seems it checks for connection frequently.
    Why is it needed when I have both schema and data imported?

  • Planned depreciation not showing for posting period

    hi,
    I have query for planned depreciation.
    my company code is having following setting.
    1. check "dep to the day" is there.
    2. in Fiscal year Variant for the period 7 & 8 the setting is as below.
    month day period
    8          1      7
    8          29    8
    so the planned depreciation is not showing in period 8, in period 7 it is showing double (for period 7 & 8). this is the same for posted depreciation also.
    please suggest if any setting available for the same.
    Thanks,

    Why do you have your both periods 7 & 8 setting in the same month 8 ??
    Every period and month should be exclusive and look something like this > http://www.saptechies.com/userfiles/Define-Business-Area-5.jpg
    Please post your query properly if you don't get this explanation.
    Zub

  • Authorization for posting periods

    Hi All,
                 is it possible to give authorization to only one user for postings for the previous months. where as my requirement is I need to unlock previous months posting periods, so that one user will login into XXX userid and he will start postings in to previous months. Mean while i want to restrict other users to post entries in to previous months.
    Please help.......
    Thankyou,
    Sree.

    Hi!
    Yes, very much possible in SAP B1 2007B
    Set Posting Period as Closing Period for the Financial Year
    Do Authorization for Closing Period under General Authorization.
    Give full autho to that particular user who going to do postdated entry.

  • Profit Center-wise authorization for posting period

    Hi
    I have two profit centers - 1000 and 2000 under company code A001. Now management requires that posting in different must be restricted separately. For ex: Profit center 1000 needs more time for closing. Hence Profit Center 2000 must be closed in OB52 even though Profit center 1000 is opened.
    Posting period variant assigned to company code: A001 is 1100.
    Now in OB52, i gave
    Variant:1100
    Account type: +
    GL Accounts: 1000000 (from account) 99999999 (to account)
    From period 1/2011 to 2/2011
    Authorization group: 1000
    But how to link (add / remove) user id to that authorization group. Please help

    Hello,
    I'm using new GL and i've activated the Profit Center cenarios. However, the profit centers filled at the GL items aren't transferred for the FAGLFLEXA / FAGLFLEXT tables.
    Do you know why isn't the FAGLFLEXA / FAGLFLEXT  filled?
    Additionally i'm using the transaction F.5D and 1KEK to transfer information at the GL items for the GLPCA / GLPCT tables. Why aren't this information transferred online?
    Best regards,
    Rita Magno

  • Error message PG009 : no data stored for the period

    During upgrade testing from 4.7 to ECC6 noticing an error message PG009 with a suggested solution "In table T582A maintain the indicators 'Choose with start', 'Choose with end', 'Choose without date' for each infotype"
    I am able to see recotds in 4.7, but however unable to view anything in ECC6. The message I get is No data stored for the time selected.

    We have the same problem - during upgrade phase. Any suggestions?

  • I am setting up a Numbers table for gas milage using one column for gallons divided by the next column of miles and having the answer in the third column in miles per gallon.

    I am setting up a Numbers table for gas milage using one column for miles and the next column for gallons, the two to be divided to produce the third column of miles per gallon and am unable to find out how to do that.  Add and/or subtract, yes, but not to divide.

    ...and results in yield signs indicating an error:
    Hi Wayne,
    Yield signs must be different in Texas. Here (and in much of the rest of the world) they're white with a red border, and installed with an apex pointing down:
    Some still include the word "Yield" (or in Quebec, "Cedez"in black letters.
    Maybe you're thinking of the "Warning triangle", which is similar, but installed base down, and often including a symbol in the white space:
    These are more common in Europe, with the exception of the portable version, which I've seen used at road construction sites or as 'flares' to warn of a disabled vehicle on the road.
    Or maybe you were thinking of this
    (Most of these 'slow moving vehicle' triangles have an orange center. This one looked a bit more 'Texas,' though.)
    Cheers,
    Barry

Maybe you are looking for

  • How to Quiet a Mac Pro keyboard?

    Need to work online without keyboard noise

  • For all of you who can't play Purchased tunes from iTunes...

    I spoke to AppleCare and solved the problem. You need to Restore your iPod software. It works! If you need help let me know or someone else please post. Gotta run out for a bit...

  • Attachment PO

    All, I have converted a PR which created through shopping cart in SRM to a PO. Now this PO contains an attachment. In item details if I am clicking 'Documents' , then I can see a dcoument number. How I can print this attachment? Please advise. Thanks

  • NO YouTube on 4G LTE

    YouTube videos WILL NOT PLAY on the 4G network in Atlanta Georgia.  It was reported on Saturday 2/25/2012 and as of today 3/1/2012 it STILL DOES NOT WORK. YouTube will work on 3G. I called Verizon yesterday, re-reported it.  Today I am wondering if t

  • Error when installing i tunes

    when i try to install / upgrade itunes for my new i pod with video i get the following error "could not open key HKeyLocalMachines\Software|classes|Quicktimeplayerlib.QuicktimePlayerAoo\CLSID Verify that you have sufficient access to that key or cont