Sanity check - Logical column named "Month"

Logical Table: Period
Logical Column: Month
Version: 10.1.3.3
- Can create a dashboard prompt on this column
- Can create a report filter on this column, but it only works for the month of September
- Logical SQL looks fine (WHERE Period."Month" = 'August')
Is this some sort of reserved word weirdness?
When I do the same report based on "Month Abbreviation" (Aug) I get data.
Thoughts?

I have this model and it works fine.
If you create a new condition based on that column, and click to generate a list of values to select one, are you seeing the value 'August' in there? Could there be a space at the end of the string? ie. 'August_'

Similar Messages

  • Logical Column Mapping to Multiple Physical?

    I am "learning" OBIEE still and a consultant today showed me something that totally blew my mind
    In the OBIEE Admin tool (in verson 10) there are 3 layers displayed. The physical, business management and presentation layer.
    I was under the impression that columns would be "mapped" one to one from each layer
    The consultant proved me wrong and showed me that in fact, when making a logical column that you can have it "map" to two physical column names
    Since every minute with the consultant is $$$ I tried to google around to find out why and how is this so but havent been able to find anything
    Could someone explain to me why this would be done?
    For example I have the logical column named "Home Faculty" and it is mapped to two physical columns "Faculty Short Desc" & "Main Faculty"
    How would OBIEE know which one to use when?
    Or does it simply "merge" the data between the two columns into one?

    In this case equi join.
    When you are using OBIEE try to see wrt fact table with Table 1 and 2 and follow as I suggest earlier.
    When you use Fact,Table 1 and 2
    Physical Layer Joins would be like:
    Fact join with Table 1
    Fact join with Table 2
    In BMM I can make 3 tables
    Like
    Fact
    dim 1
    dim 2
    Other case would be
    Physical Layer Joins would be like:
    Fact join with Table 1
    Fact join with Table 2
    Table 1's A1,A2 equals Table 2's A1,A2
    In BMM I can make 2 tables
    Like
    Fact
    dim sourcing 1 and 2
    a) 1 mapping with 2
    b) dim with LTS 1 and 2
    Hope this helps
    If I made it more confuse ;) send me email with US mobile# will call you back
    If helps mark

  • CMP : Table does not have a column named ...

    Hello All,
    The following error is generated while verifying CMP bean before deployment with asant tool.
    The table and field are present in the database, is there any way to debug whats wrong?
    Error:
    The table XYZ does not have a column named ABC
    Test Name : tests.ejb.ias.cmpmapping.ASSunCmpMappingTest
    Test Assertion :
    Test Description : FAILED [JDO-GEN-CMP-Validation] : Unexpected exception occured while initializing JDOCodeGenerator, for the mapping file [ META-INF/sun-cmp-mappings.xml ], of the ejb archive [ SchemeEJB ] .Check stacktrace for details :
    [ java.lang.RuntimeException: The table XYZ does not have a column named ABC[/b]
    The following error is reported. But in reality there is a column name(ABC) in the table(XYZ).
    Thanx in Advance
    Rgds,
    Girish.
    Here is the cmp-mapping.xml we are using
    <sun-cmp-mappings>
    <sun-cmp-mapping>
    <schema>SchemeEJB</schema>
    <entity-mapping>
    <ejb-name>SchemeEJB</ejb-name>
    <table-name>SCHEMES</table-name>
    <cmp-field-mapping>
    <field-name>schemeDeptCode</field-name>
    <column-name>SC_DEPT_CODE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeCode</field-name>
    <column-name>WF_SCHEME_CODE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeEnName</field-name>
    <column-name>EN_NAME</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeUcdName</field-name>
    <column-name>UCD_NAME</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeStartDate</field-name>
    <column-name>START_DATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>schemeEndDate</field-name>
    <column-name>END_DATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>isActive</field-name>
    <column-name>IS_ACTIVE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>enShortDescription</field-name>
    <column-name>EN_SHORT_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>enLongDescription</field-name>
    <column-name>EN_LONG_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>ucdShortDescription</field-name>
    <column-name>UCD_SHORT_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>ucdLongDescription</field-name>
    <column-name>UND_LONG_DESC</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>sponsererCode</field-name>
    <column-name>SPONSERER</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>userId</field-name>
    <column-name>WS_USER_ID</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>createdDate</field-name>
    <column-name>WS_CREATED_DATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>lastModified</field-name>
    <column-name>WS_LAST_MODIFIED</column-name>
    </cmp-field-mapping>
    </entity-mapping>
    </sun-cmp-mapping>
    </sun-cmp-mappings>

    This is almost always the case when using CMP and the schema hasn't been updated after adding the new column to the database. This has happened to me multiple times in the past month.
    I'm referring to the <schema> element under the <sun-cmp-mapping> element in the sun-cmp-mappings.xml deployment descriptor that's generated from the capture-schema utility.
    I'm 99% certain this is what you're encountering.

  • Logical Column Aggregation

    I have CurrentDollars and CurrentUnits in my measures table, and I"ve created PriorDollars and PriorUnits logical columns utilizing the AGO function. Since 'Use existing logical columns as the source' is checked, I don't have access to the Aggregation tab, and everything I've read leads me to believe that this is OBIEE's way of forcing inheritance of the aggregation rule of the 'source' column.
    Problem is, the Prior* columns don't aggregate (sum). If I create a report with Year, CurrentDollars, CurrentUnits, I get three rows... one row for each year that has data. That's what I want. But when I add either of the Prior columns, I get 52 rows per year (since my data is at the week level). If I wrap either of the Prior columns in SUM, it sums all Prior* column values. If I check the box that says I want it to use Sum aggregation, nothing changes. I get similar bogus results if I add a SUM function around the original AGO function.
    This is a real drag. Am I missing something obvious? Some blogs lead me to think that this is a known bug. Does anyone have a workaround?
    Edited by: Tom G. on Aug 26, 2009 11:30 AM

    Hi,
    What is the source for AGO measures PriorDollars and PriorUnits?
    AGO(CurrentUnits, '?',?)
    AGO(CurrentDollars, '?',?)
    Have you set up hierarchy correctly (because you said that the granularity in your fact table is at week grain) and it should be like this:
    Fiscal Year > Fiscal Quarter > Fiscal Month > Fiscal Week
    It depends on how did you define your TIME dimension.
    Try maybe like this:
    PriorYEARDollars = AGO(CurrentUnits, 'YEAR',1)
    and the same for
    PriorYEARUnits =AGO(CurrentDollars, 'YEAR',1)
    Now, if you put in the report
    YEAR
    CurrentUnits
    CurrentDollars
    PriorYEARUnits
    PriorYEARDollars
    you'll get only three rows (for 3 years) with PRIOR YEAR measures.
    Try it.
    A good reference for understanding AGO:
    http://obiee101.blogspot.com/2008/11/obiee-ago-and-todate-series.html
    Also you need to set chronological key correctly for TIME dimension.
    Regards
    Goran
    http://108obiee.blogspot.com

  • Why logical column in terms of other logical columns and not physical sourc

    Hello
    Can someone shed some light that in what scenario ..defining a logical column in terms of other logical column is beneficial compared to defining logical column in terms of physical sources?
    I found something on google that said defining in terms of logical columns is like one time thing. I dont understand, even if you define in terms of physical source that' too one time.
    In both the case we build an expression specifying which logical or physical columns.
    Thank you

    well logical columns from physical source, if in logical fact table you can set aggr rules. Logical columns based on other logical columns you can not. Logical columns based on other logical columns will inherit the aggr rules. So for instance, if you create col1 and col2. Both based off physical and both having sum aggr rule. If you create logical column col3 based off these two as such "col1"/"col2" it will produce the following sum(col1)/cum(col2). Now if you really wanted sum(col1/col2) then you should have made col3 based off physical as col1/col2 with aggr rule of sum.
    Also of some note, all logical columns based off physical will be performed in the inner most query. So for my example above to get col3 where it is logical col1/logical col2 or sum(col1)/sum(col2) the physical query will be:
    select D1.c1/D1.c2
    from (
    select sum(col1) as c1,
    sum(col2) as c2
    from tableA
    ) D1
    So my short summary of this, is what or how do you want your sql to be created. Based on this can you lead you to your answer of whether to use logical col based on physical or other logical columns. And unltimately, check the sql generated from your work to ensure the sql queries generated are what you want and expect.
    I hope this helps!

  • 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") ='..'??

  • Logical Columns - Running Sum & 3Month Rollover

    Hi All,
    Need to build a logical column.
    I have a column with number of units (count distinct) in RPD.
    I need to build a new logical column in the REPOSITORY , such that it has running sum values.... sothat when i pick this #units column and months column in the ANSWERS...I need to get roll over of all previous values for first month.
    Say Jan ---> XXXX units ( summation of all previous available units - few years)
    Feb----> YYYY units ( sum of till jan values & Feb units)
    Mar----> ZZZZ ...etc ( sum of till Feb values & Mar units) so on.
    Based on this newly built column I need to build another column of " 3 months roll over " column.
    Replies appreciated.
    Thanks in advance.

    Hi user11939829m
    So help me understand your new measures a little better. For the sake of this post, let's say your data is like so
    Month Year -- Units
    Jan 2010 -- 1
    Feb 2010 -- 2
    Mar 2010 -- 3
    Apr 2010 -- 4
    May 2010 -- 5
    Jun 2010 -- 6Then let's say you have a report with the above columns and the new running sum columns.
    Month Year -- Units -- Running Sum Units
    Jan 2010 -- 1 -- 1
    Feb 2010 -- 2 -- 3
    Mar 2010 -- 3 -- 6
    Apr 2010 -- 4 -- 10
    May 2010 -- 5 -- 15
    Jun 2010 -- 6 -- 21Now what exactly would your three months rollover be? Would the 3 month rolling sum = running sum for current month + running sum for last month + running sum for last last month?
    i.e.
    Month Year -- Units -- Running Sum Units -- 3 Month Rolling Sum
    Jan 2010 -- 1 -- 1 -- 1
    Feb 2010 -- 2 -- 3 -- 4
    Mar 2010 -- 3 -- 6 -- 10
    Apr 2010 -- 4 -- 10 -- 19
    May 2010 -- 5 -- 15 -- 31
    Jun 2010 -- 6 -- 21 -- 46Not sure what value such a measure would add. Or do you mean 3 month rolling sum would be the running sum for just the last three months (like below)? This makes more sense but in your description, you indicated that you'd build the 3 month rolling sum off of the running sum which confused me a bit.
    Month Year -- Units -- Running Sum Units -- 3 Month Rolling Sum
    Jan 2010 -- 1 -- 1 -- 1
    Feb 2010 -- 2 -- 3 -- 3
    Mar 2010 -- 3 -- 6 -- 6
    Apr 2010 -- 4 -- 10 -- 9
    May 2010 -- 5 -- 15 -- 12
    Jun 2010 -- 6 -- 21 -- 15 Is that what you are going for? Please elaborate.
    Best regards,
    -Joe

  • Logical column levels and aggregation

    Hi all,
    In order to have reliable results, I had to specify a dimension level in a logical column properties.
    As a consequence, the generated query includes this level in the query (that's great), but no aggregation is performed afterwards. Therefore, when I display this measure alone in a flat table or a ticker, I have a set of detailed value instead of an aggregated value. The only place where I can see my aggregated value is in a pivot table.
    In answers, I tried to :
    - replace the default aggregation by an explicit SUM, or
    - add a SUM() in the measure formula
    but neither solved the issue.
    Does anyone know how to solve it?
    Thanks in advance.
    Ced.

    Hi,
    What is the source for AGO measures PriorDollars and PriorUnits?
    AGO(CurrentUnits, '?',?)
    AGO(CurrentDollars, '?',?)
    Have you set up hierarchy correctly (because you said that the granularity in your fact table is at week grain) and it should be like this:
    Fiscal Year > Fiscal Quarter > Fiscal Month > Fiscal Week
    It depends on how did you define your TIME dimension.
    Try maybe like this:
    PriorYEARDollars = AGO(CurrentUnits, 'YEAR',1)
    and the same for
    PriorYEARUnits =AGO(CurrentDollars, 'YEAR',1)
    Now, if you put in the report
    YEAR
    CurrentUnits
    CurrentDollars
    PriorYEARUnits
    PriorYEARDollars
    you'll get only three rows (for 3 years) with PRIOR YEAR measures.
    Try it.
    A good reference for understanding AGO:
    http://obiee101.blogspot.com/2008/11/obiee-ago-and-todate-series.html
    Also you need to set chronological key correctly for TIME dimension.
    Regards
    Goran
    http://108obiee.blogspot.com

  • Error in edit formula of a logical column in report

    Hi All,
    I'm getting the below error when I click ok in 'Edit Formula for a logical column in Criteria of Report.
    Formula syntax is invalid.
    Assertion failure: !sFormula.empty() at line 998 of C:\ADE\aime_bi\bifndn\analytics_web\main/project/webreport/reportquery.cpp
    Could anybody help me out in this?
    Thanks in adv.

    Hi,
    did u included any case condition over there..kinly check the syntax and correct it.
    Thanks
    Deva

  • URGENT: Paradox "Logical" Column Lost in HS translation to Oracle 8.1.7.3

    I have a Paradox table with several fields. One field is a Logical Column.
    Although I can see the paradox table through my HS set-up, I cannot see the
    Logical column. Additionally, I can not select from it either.
    Has anyone encountered this scenario, and if so, what is the
    fix?
    Ato Arkaah
    Oracle 8.1.7.3
    Paradox 4,5,9
    ODBC MS Paradox Driver

    Please check what the logical ODBC datatype this logical column is translated to and verify if Generic Connectivity supports that datatype or not.
    I believe it converts to SQL BIT and Generic Connectivity does not support this datatype.
    The datatypes that we support are listed in Chap 7 of the Heterogeneous Connectivity Administrator's Guide.
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96544/gencon.htm#1004703

  • Changes to Derived Logical Column not reflected in Answers

    Before I go off my rocker and stab myself with my IPhone lightsabre... :-)
    I created a new logical column for an existing table in my BM, deriving from an existing column (a datetime field called ESTIMATEDCLOSE) as follows:
    MONTHNAME(Sales.OPPORTUNITY.ESTIMATEDCLOSE) || ' - ' || CAST(Year(Sales.OPPORTUNITY.ESTIMATEDCLOSE) AS CHAR(4))
    ...which should give me something like "Jan - 2008". The problem is that it returned something like "2008/01/31 00:00:00" in Answers - completely unexpected.
    I decided to start out small and try something simpler, changing my derived column to be only Sales.OPPORTUNITY.ESTIMATEDCLOSE. This returned "2008/01/31 00:00:00" in Answers - sort of expected.
    Then I changed it to MONTHNAME(Sales.OPPORTUNITY.ESTIMATEDCLOSE). This also returned "2008/01/31 00:00:00" in Answer!!!
    It almost seems as if a derived logical column is cached in some weird way and changes to the formula is not reflecting in answers. Thinking that something so simple must work and I made a simple mistake somewhere I have spend a good part of the past day playing around with this and trying every possible solution I can think of - no luck. The odd thing is that I would rename my logical column and this will be reflected in Answers, but changes to the derived expression is not reflected.
    - I deleted the column and started all over - no luck
    - tried creating derived columns using different datetime expressions or even just concatenating strings to each other - no luck.
    - Restarted all the Oracle services, thinking it's a cach'ing issue - no luck.
    - I rebooted the server - no luck.
    Once, when I started out with only MONTHNAME(Sales.OPPORTUNITY.ESTIMATEDCLOSE) I got back correct values in Answers (Jan, Feb, Mar..) and I thought the problem was finally gone. So I added || ' - ' || CAST(Year(Sales.OPPORTUNITY.ESTIMATEDCLOSE) AS CHAR(4)) to the derived formula. Guess what, Answers kept on giving me back only the Month names, completely ignoring my updated formula.
    Anybody else ran into this problem? Something so simple should surely work...

    John,
    Yes, cleared the cache (from Dashboard Administration) and also used nqcmd Call SAPurgeAllCache. Restarted BI Server. Still no luck.
    I tried your formula and then only got back "2008/01/31" (just the date without the timestamp) - very strange.
    Then I noticed the following amazing thing (by accident):
    I started with a request in Answers that does not contain my derived column and then add my derived column to the report. The text would be all wrong in this column (Jan, Feb, March). Then I add the same column again to the report and the second added column will magically show the correct strings (Jan - 2008) !!! Even stranger is that the moment I added the same column again to the report, the text on the first column would also magically jump to the correct values (Jan - 2008).
    I did a bit more testing and created a blank request and added my derived column as the only column - this time it will show the correct values immediately. It does seem like it's tied to the content already in the request. I went a step further and saved my buggy request and added it to a Dashboard - it worked perfectly in the Dashboard.
    Must be something buggy here in Answers when working with derived columns. I'm on 10.1.3.4...

  • Get Last value in logical column or answer OBIEE

    Hi Gurus,
    I have detail report like this
    YEAR  GRADE_ID    Group    Value      Desired Value
    2013    D                     1         9000      100000
                                      1         9000       100000
                                      1         9000       100000
                                      2         1000        100000
                                      2         1000          100000
                                      2         1000          100000
    I want to sum the lastest value from group 1 and group 2, how to do this in Logical column in repository or in dashboard or perhaps in PL SQL?
    Please help
    Regards
    JOE

    Let me explain further:
    >>Desired report:
                          Level
    Item                 D
    Jan-Mar            9.000
    Apr-Dec            1.000
    -----------------------------------------+
    Annual Year       10.000
    >>Detail:
    Year     Grade      Month        Group        AVG Value    Desired Value
    2013    D          Jan                    1               9.000          10.0000
                            Feb                  1                9.000          10.0000
                            Mar                  1                9.000          10.0000
                            Apr                  2                1.000          10.0000
                            May                 2                1.000          10.0000
                            Dec                 2                1.000           10.0000
    Note:
    The datas per year divided in two section group 1 (Jan-Mar), group 2(Apr-Dec).
    But If the current month is FEB then the latest avg value is 9000 then desired value also 9000,
    If the current month is JUN then Desired value =  the latest avg value of MAR + the latest avg value of JUN
    I really appreciate your help
    Thanks
    JOE

  • OBIEE 11.1.1..6.9 Logical Column Derived from existing columns

    Hello,
    I've just installed the last version 11.1.1.6.9 in my test environment and I already have a problem with the RPD.
    I've some logical column derived from existing columns using an expression. (so far, so good)
    With Adminsitration Tool (Last Version 11.1.1.6.9), when I launch the Consistency Check Manager I have the following error (I use the SampleAppLite RPD in order to reproduce the problem)
    ERRORS:
    SampleApp Lite :
    [nQSError: 46008] Internal error: File server\objectmodel\Src\SOSecureRpGateway.cpp, line 479.
    [nQSError: 23013] An error occurred when extracting the metadata definition for the Attribute '"SampleApp Lite"."D3 Orders (Facts Attributes)"."test"'.
    The logical column test on "D3 Orders (Facts Attributes)" :
    CASE WHEN "SampleApp Lite"."D3 Orders (Facts Attributes)"."Order Date" > "SampleApp Lite"."D0 Time"."Calendar Date" THEN 1 ELSE 0 END
    The problem appears only when I use multiple source table in column expression.
    Does anyone has the same problem ? I think it's easy to reproduce (I searched on OracleSupport but I didn't find anything yet)
    Benjamin

    I know that there is no relation between "SampleApp Lite"."D3 Orders (Facts Attributes)"."Order Date", "SampleApp Lite"."D0 Time"."Calendar Date", it's also the same thing in my own RPD.
    But as it's working with the 11.1.1.6.2 BP1 version I don't understand why it's not working with 11.1.1.6.9.
    Implicit fact column is not set on my repository, but I don't have any request with only dimensional column, so if my understanding is correct I don't need to use it. Also, the problem appears during the check of the repository not in answers.
    thanks anyway

  • Check box column trouble

    Hi !
    I am new with java server faces.
    What i am trying to do now is adding a check box column to a rich extended data table, i did this adding a new column with a h:selectBooleanCheckbox inside of it.
    The trouble is that i could not syncronize my check box selection with onRowClick event of table, an example could be when i deselect a table row the check box still remain selected. I am trying to solve this issue using just control components without using beans logic (i don't know if this is right).
    Please if you know some tutorials explaning how to add a check box column to a extended data table or if there are some properties or events of table that could help me, give me a feed back.
    Basicly what this is what i did:
    <rich:extendedDataTable .... >
    <rich:column width="8%" styleClass="checkBoxColumn">
    <h:selectBooleanCheckbox value="true" />
    </rich:column>
    </rich:extendedDataTable .... >
    Regards,
    Radu

    cezarini wrote:
    The trouble is that i could not syncronize my check box selection with onRowClick event of table, an example
    could be when i deselect a table row the check box still remain selected.
    Basicly what this is what i did:
    <rich:extendedDataTable .... >
    <rich:column width="8%" styleClass="checkBoxColumn">
    <h:selectBooleanCheckbox value="true" />
    </rich:column>
    </rich:extendedDataTable .... >
    By default the value attribute of h:selectBooleanCheckbox tag is true i.e.
    <h:selectBooleanCheckbox value="true" />I would suggest you use a4j:support tag. For more information about this tag please visit the following URL:
    [http://livedemo.exadel.com/richfaces-demo/richfaces/support.jsf;|http://livedemo.exadel.com/richfaces-demo/richfaces/support.jsf;]

  • How to create logical column...

    Hi experts,
    i am new in using obiee... i would like to ask how to create a logical column based on a select statement. i have a column report_date and the logical column will be a distinct year-month of that column.. please refer below..
    REPORT_DATE
    7/1/2006
    7/1/2006
    8/23/2007
    8/26/2007
    6/3/2008
    6/9/2008
    this is the format i want to have in my logical column..
    2006-7
    2007-8
    2008-6
    thanks in advance... :)

    hi,
    thank you for your reply, i just created a view just to have a column with the data that i want then used the column in the business layer.. :D

Maybe you are looking for

  • Verizon Edge Truth

    So after endless research and speaking with CS reps, I've decided to share the interesting details that I've come across for any that may be interested.  Background:  About 2 weeks ago I contacted Verizon in regards to the Edge program.  I "thought"

  • My mouse wheel is not resizing text like it's supposed to ... how do I fix this?

    BACKGROUND: I'm getting tired of warnings in Seamonkey about sites no longer supporting it, and am considering switching to firefox (with the add-ons that keep the Mozilla look and feel, instead of trying to pretend it's M$ IE (which I wouldn't touch

  • How do I export ONLY the workspace artwork?

    First of all hi everyone, i think this is my first post here. now for the problem: illustrator cs4: its simple, when i export my artwork it saves everything incuding whats on the pasteboard (not the direct stage / immediate workspace). so my question

  • Enhancement implementation for enhancement spot DPR_EVENTS

    Hi. SAP Export. I created an enhancement implementation for enhancement spot DPR_EVENTS, and set the filter value equal to ON_TTO_IN_PROCESS, it means the code executed when user set system status to u2018IN PROCESSu2019. I added my code to do some l

  • EPMA - Batch Client

    Hi, Can you batch up the tasks of creating ADS files etc? Thinking a great way to backup Planning EPMA apps would be the ability to batch up some functionality of creating ADS files, calc mgr rules, webforms etc... Is there a way to batch that stuff