S_ALR_87010139 with additional column

hi, is it possible to add more field in this report?
i know its standard, but i know some of standard report allow to add more fields.
how can make this happen?
thanks

Hello
Any changes to a standard program are permitted to available options in the layout.
Modifications or changes to a standard program would not be supported by SAP.
Ideally, check with the ABAPer if he can copy the program / add column / field as desires and rename the program.
Reg
*assign points if useful

Similar Messages

  • Join table with additional data

    Hi,
    I'm new to JPA (Toplink Essentials) and I'd like to know how to handle this situation:
    I have ORDER table, ITEMS table and "join table" ORDER_ITEMS which holds refernces to ordered items with quantity of each oredered item.
    Many thanks

    I did mapping as shown in listing. It works for reading, but for writing JPA returns error. Can somebody help?
    Thanks
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Column name 'idexpedice' appears more than once in the result column list.
    Error Code: 264
    Call: INSERT INTO vklad_expedice (IDEXPEDICE, IDVKLAD, VAHA, idexpedice, idvklad) VALUES (?, ?, ?, ?, ?)
    bind => [null, null, 0, 4411, 2]
    @Entity
    public class Expedice implements Serializable {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer idexpedice;
    @Temporal(TemporalType.DATE)
    private Date datum;
    @OneToMany(fetch = FetchType.EAGER, mappedBy="expedice", cascade = CascadeType.ALL)
    private List<ExpediceVklad> vklady;
    @Entity
    public class Vklad implements Serializable {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer idvklad;
    private String nazev;
    @Entity
    @Table(name = "vklad_expedice")
    @IdClass(ExpediceVkladId.class)
    public class ExpediceVklad implements Serializable {
    @Id
    private Integer idexpedice;
    @Id
    private Integer idvklad;
    private Integer vaha;
    @ManyToOne
    @JoinColumn(name = "idexpedice")
    private Expedice expedice;
    @ManyToOne
    @JoinColumn(name = "idvklad")
    private Vklad vklad;
    public class ExpediceVkladId {
    @Id
    private Integer idexpedice;
    @Id
    private Integer idvklad;
    SQL tables
    EXPEDICE
    idexpedice
    datum
    VKLAD
    idvklad
    nazev
    VKLAD_EXPEDICE (this is the join table with additional column)
    idexpedice
    idvklad
    vaha
    Edited by: user10933983 on 31.3.2009 13:47

  • Upload file with additional comments column

    Hi Experts,
    When we upload data into the system using the import option of the data manager, we first upload the csv file into the system and then import the same using a transformation file.
    Now we have a requirement of inserting an additional column in the csv file for comments. We are able to insert the additional column among the other existing columns and upload the same after doing the changes in the transformation file. But the problem faced is that when we try to do the same by inserting the additional column as the last column, the import function fails throwing an error.
    Kindly suggest what changes need to be incorporated in the transformation file in order to insert the additional last column in the upload file.
    Thanks in advance.
    Regards,
    Rajit

    Column for comments cannot be added in the fact tables. Fact tables only have columns for the dimension members, the numerical fact values and a source column to identify whether the rows are being optimized or not. But comments across any dimension combination are stored in the comments table separately. Comments are not stored in the fact tables.
    The import package, imports data only to the fact table. The Data Manager package uses transformation file to transform the data to the format according to the fact tables for each application in BPC. So if extra columns are added to the data to be uploaded, it obviously fails and throws the error.
    My suggestion would be to load the comments to the comments tables using a customized SSIS package and run it after the import package has succeeded.

  • How to handle a repeating table in FrameMaker 8 with varying columns

    Hello,
    I have a unstructred FrameMaker 8 table question that I hope someone can answer for me.
    I have a RTF document that I have brought into FrameMaker 8.
    The table came into FrameMaker without any major problems.
    From FrameMaker 8, I now have to apply a special template to generate the special "Table Title" field, that allows the table to break across several pages; using the "Table Continuation Variable".
    Also, I must use select the "Add Rows or Columns" option and choose "Add 1 Row to Heading", so that my "Table/Column/Head" row repeats on every table page.
    With that said, here is where it gets interesting!
    ISSUE #1
    Usually, my next step is to add 20-30 rows to the last row on the first table page and then paste in the table data from the second (original) table into these new table cells. The end result is that the table will bump from page 1 to page 2 and "Table Title (Continued)" will automatically appear on the second table page - and so forth...
    It is not the fastest way to handle RTF tables, but this is the only approach I know off-hand.
    Does anyone know if there is a way to simply merge the legacy breaking tables together and then apply the "Table Continuation" variable and repeating Table Column Header row?
    ISSUE #2
    As mentioned above in Issue #1, I must manually add extra rows to the bottom of the first table page and then paste in the table data that flows over the next few pages.
    But, my multi-page table is based on procedural steps and therefore some table pages have 4 columns, while others have 5 columns.
    So, using the process stated above, I simply can't copy and paste.
    I must now manually add another column to the affected table page. But when I do this, FrameMaker 8 naturally adds an additional column to the first table page. When that happens, I must then go back to the first table page and straddle the new column into the original column.
    Does anyone know if there is a better way to handle these legacy (RTF) tables?
    Overall, I am hoping that there is an easier way of handling a legacy (RTF) table that breaks over several pages and has different columns, based on the section in the table.
    Thanks in advance for any solutions offered.
    Regards,
    Jim

    Rick Quatro has a plugin that handles some of your issues:
    http://www.frameexpert.com/plugins/tablecleaner/index.htm

  • When creating a "lookup" column be able to display not only one column from the other list, but additional columns

    With the lookup technique, it is possible to select an item from another list and display one column of this item
    It is obviously possible to create several lookup columns on the same list and therefore display several columns
    There’s a high risk of not selecting the same item and therefore have inconsistent columns
    The Requirement therefore consist of being able of displaying several columns of the same item from the other list, based on one unique selection
    Example:
    In list(x), define lookup column on list (y), column Title (possible today)
    Then define a “secondary” lookup column on same list, column Code
    The effect would be that when selecting an item from list (X), both Title and Code would show up consistently in 2 different columns of list (Y)
    All possible solutions are welcomed

    If you are using SharePoint 2010, you can retrieve additional columns when adding a Lookup. If you are using 2007, there is no direct OOTB way, but the following two posts provide potential work-arounds:
    https://www.definitivelogic.com/blog/microsoft-sharepoint-2007-pulling-column-data-one-list-another-based-common-list-field
    http://stefan-stanev-sharepoint-blog.blogspot.com/2010/11/sharepoint-2007-associated-lookup.html
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Additional columns in physical query

    hi,
    OBIEE 11.1.1.6
    This is continuation from my old post for strange behavior of logical to physical query transformation.
    Floor applied during
    I got additional column during the transformation from logical SQL to physical SQL
    select Distinct 0 as c1, case when .... as c2 from ....where 0 as c1 is additional column which I am getting.
    Did anyone experienced with the same issue? any solution for to overcome this issue?
    Thanks,
    Hesh

    Based on default OOB query settings this get generate, generally with WITH clause. No point to trace it for the reasons untill this is not affecting to your results.
    I would suggest just ignore ;)
    Pls mark as correct/helpful if helps

  • Pages always opens in a super wide window with extra columns

    I work with simple spreadsheets, often with just two or three columns, and usually with just one table that fits easily on a single page.
    In spite of this, when I open files the opened windows are much wider that they were when saved and have additional columns that were not there when last saved. I believe sometimes the columns are wider than they were when last saved.
    How can I stop this from happening?
    Thanks,
    Eric Weir

    EricWeir wrote:
    In spite of this, when I open files the opened windows ... have additional columns that were not there when last saved. I believe sometimes the columns are wider than they were when last saved.
    Hi Eric,
    Your tables are definitely not likely to be growing new columns or wider columns as they sleep unopened. I don't doubt that it looks that way to you, but we need to find something else to blame this on.
    With Numbers, it's best to eliminate all unused rows and columns before working with your data or Saving. Whatever columns or rows you don't need for data or calculations, delete them. Then Save. Otherwise, when you go to print your work, you'll get extra pages with blank cells on them. The Numbers way of doing spreadsheet work is that when you need to do a summary or add some different type of data, don't appropriate some unused cells in your main table, make a new table that fits what you are about to do. This way you don't have a patchwork of occupied and unoccupied cells in an oversize table.
    Hope this help.
    Jerry

  • Query Report - To display additional column in list selection box.

    Hi,
    There is query report where i want to display the additional column in list selection.
    Below is the system query report, where parameter passed is card code.
    When the cardcode - list selection is clicked system displays 2 columns i.e. Customer Code & No. of Records.
    Now in the same list selection; is it possible to display the customer name along with cardcode only for reference.
    SELECT T0.DocDate, T1.SlpName, T2.Name, T0.DocDueDate, T0.DocNum,    (CASE WHEN T0.DocStatus = 'O' THEN 'Open' ELSE 'Closed' END) AS Status,    T0.DocTotal FROM OQUT T0 LEFT JOIN OSLP T1    ON T0.SlpCode = T1.SlpCode LEFT JOIN OCPR T2 ON T0.CntctCode = T2.CntctCode WHERE T0.CardCode = N'[%0]'    ORDER BY T0.DocNum DESC
    Kindly let me know the details.
    Thanks & Regards,
    Yogesh Jadav

    Hi Yogesh Jadav,
    The answer is NO.  You may only display either code or name but not both.
    Thanks,
    Gordon

  • Customization - Additional column inserted in Inbox - value not rendered

    Hello,
       I have a requirement for customizing the inbox and populating the new inbox column with additional value. I made coding updates and everything looks good but the inbox does not render the new value at all. I made these updates and overrides.
    Added the column name and value in \apps\cq\workflow\components\inbox\list\json.jsp . When I go to http://localhost:4502/libs/cq/workflow/content/inbox/list.json?_dc=1358787785033&start=0&l imit=40, I am able to see the addition variable and value added and displayed in list.json. For e.g. view of list.json
               "payloadPath": "/content/dam/geometrixx-outdoors/articles/a-simple-plan.jpg",
               "payloadPath_xss": "/content/dam/geometrixx-outdoors/articles/a-simple-plan.jpg",
               "payloadSummary": {
            "lifestage": "Authored",
               "payloadTitle": "a-simple-plan.jpg",
               "payloadType": "dam:Asset",
       2.  Override and updated \apps\cq\workflow\extensions\inbox\cols. Added a new column, lifestage.js. Code in that js file is
        "header":CQ.I18n.getMessage("LifecycleStage"),
        dataIndex:"lifestage",
        ranking:30
        3. The inbox/list.json shows the value lifestage correctly. But still it doesnot populate 'lifestage' value in the inbox column. If I replace the dataIndex:"lifestage" with dataIndex:"currentassignee" or any other thing, the Lifestage column in Inbox is populated with the "CurrentAssignee".
    Why is the lifestage value though visible through list.json not visible in Lifestage column? What else needs to be additionally done?
    Thanks,

    Sham,
         I  followed exactly all steps like you mentioned. The value was not rendered. I put the alert messages. Please see the code below.
    As lifestage is not subpart of payloadSummary, tried both record.get("lifestage") and (record.get("payloadSummary").lifestage but still both alerts shows undefined.I see alerts for 'Inside renderlifestage' but the next alert shows 'undefined'.
      renderLifestage: function(value, p, record) {
                alert('Inside renderlifestage');
                alert(record.get("payloadSummary").lifestage);
                alert(record.get("lifestage"));
                return lifestageTpl.apply({
                   "lifestage": record.get("payloadSummary").lifestage
    Here is the output from inbox/list.json
          "item": "/etc/workflow/instances/2013-01-22/model_360104180212070/workItems/node4_etc_workflow_in stances_2013-01-22_model_360104180212070",
          "title": "Authorship Workflow",
          "description": "Select author for the authorship workflow.",
          "dialog": "/apps/lexmark/dialog/authorshipDueDateDialog",
          "participant": "",
          "currentAssignee": "Administrator",
          "startTime": 1358880950665,
          "metaData": {
            "workItem": {
              "historyEntryPath": "/etc/workflow/instances/2013-01-22/model_360104180212070/history/1358880950664"
            "instance": {
              "currentJobs": "",
              "currentJobs_xss": "",
              "workflowTitle": "authorship_workflow_test",
              "workflowTitle_xss": "authorship_workflow_test",
              "startComment": "authorship_workflow_test",
              "startComment_xss": "authorship_workflow_test"
          "payload": "/damadmin.html#/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payload_xss": "/damadmin.html#/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payloadPath": "/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payloadPath_xss": "/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg",
          "payloadSummary": {
            "icon": "/content/dam/geometrixx-outdoors/articles/downhill-ski-conditioning.jpg/jcr:content/rend itions/cq5dam.thumbnail.48.48.png"
          "lifestage": "Authored",
          "payloadTitle": "downhill-ski-conditioning.jpg",
          "payloadType": "dam:Asset",
          "lastModifiedBy": "admin",
          "lastModified": 1323947520464,
          "lockedBy": "",
          "lockedBy": "",
          "timeUntilValid": 0,
          "onTime": 0,
          "offTime": 0,
          "monthlyHits": 0,
          "replication": {
            "numQueued": 0,
            "publishedBy": null
          "scheduledTasks": [
          "inWorkflow": true,
          "workflows": [{
              "model": "Authorship_Workflow",
              "started": 1358880950439,
              "startedBy": "admin",
              "suspended": false,
              "workItems": [{
                  "item": "Authorship Workflow",
                  "assignee": "admin"
          "scheduledTasks": [
          "comment": "authorship_workflow_test",
          "workflowTitle": "authorship_workflow_test",

  • Custom component with additional tags

    Hi. I need to write complicated custom JSF component.
    I know how to write simple custom components, and receive String variables from tag attributes e.g.
    https://github.com/devalentino/temp/blob/master/src/main/java/net/monopolyclub/components/component/UserData.java
    But now I need to write custom component with additional tags (for example like dataTable and column tags).
    How can I write such component? How can I receive collections in my component? How can I work with additional tags in my component.
    for example I need something like:
    <m:chat>
         <m:tab value="#{UserList}" />
         <m:message value="#{MesageMap}" />
    </m:chat>
    where UserList - Collection with current users and MessageMap is Map with User as key and message as value.

    Iam using pt:ptdata.joincurrcommunitydata
    here is some code
    <pt:ptdata.joincurrcommunitydata pt:id="menutabsjoin" />
    <pt:logic.foreach pt:var="temp2" pt:data="menutabsjoin">
    <span class="CommunityPage">
    <pt:core.html href="$temp2.url" pt:tag="a">
    <pt:core.html pt:tag="img" src="$temp2.img" alt="$temp2.title" border="0" align="absmiddle" height="$temp2.imgheight"      width="$temp2.imgwidth" />
                        <pt:logic.value pt:value="$temp2.title" />
                             </pt:core.html>
                             </span>
                             </pt:logic.foreach>
    But the URL that is generated is not having the CommunityID, hence it errors out saying object not found.
    Any help would be appreciated?
    Thanks
    kartik

  • Creating Query with dynamic columns to show results

    Hi experts,
    I need to know how to create a query with dynamic columns. Meaning, I don't want to create a query with fixed columns representing the 12 periods of the fiscal year to show me actuals as the fiscal year proceeds.
    For example, if I am currently in the middle of period 3 (March) of a fiscal year, when I execute the query, I need it to automatically only show me the 'Actuals' for periods 1 and 2, without seeing the columns from periods 3 to 12 showing blank.
    Then when I am in the middle period 5 (May) the query should ONLY show me the columns for periods 1 to 4 'Actuals', no results should be shown for periods 5 to 12 yet, and I don't want to even see blank columns for period 6 to 12.
    How do I define my columns, to achieve this.
    Maximum points will be awarded.
    Thanks Everyone.

    Hi Josh,
    I'm having a little difficuluty understanding what should be included in my restricted key figures.
    The time characteristics that I have available to use are:
    0FISCPER3 (posting period)
    0FISCYEAR (fiscal year), currently using SAP EXIT to default current fiscal year.
    0FISCVARNT (fiscal year variant).
    In addition, I have the following characteristics available to be used in the columns:
    Value type (10)
    version (currently I'm using variable for it)
    Currency type (020)
    Currency (USD).
    Can you explain what my restricted key figure should be based on and how it should look.
    I tried to create a restircted key figure using 0AMOUNT, and 0FISCPER3. For 0FISCPER3  I created a range from 1 to previous period (using SAP EXIT that supplied previous period).I also had value type, version, currency type, and currency included in that restricted key figure.Then when I tried to drag 0FISCPER3 under the restricted key figure once again, it wouldn't let me, probably because I've already used 0FISCPER3 in the restricted key figure.
    Please let me know if my explanation is not clear.
    Your step by step help would be great.
    Thanks
    Edited by: Ehab Mansour on Sep 23, 2008 2:40 PM

  • Create additional column

    I have no experience or training in Illustrator and am trying, with the aid of  Classroom in a Book to pick it up as I go along.  I have a table with several columns.  I need to add an additional one.  I'm thinking I'd do that by using Area Type Options but every time I click on Type, Area Type Options is always greyed out.  What am I doing wrong, not doing?
    All advice much appreciated.
    Thanks

    I have a table with several columns.
    When discussing Illustrator (or any program, really), it's really important to carefully state what kind of objects you are actaully describing. There is no "table" object in Illustrator. You may have AreaType objects or PointType objects or PathType objects arranged in columns or rows. If they are PathType or AreaType objects, they may or may not be Threaded so that continuous text auto-flows between them. You may have a "single" AreaType object spit into columns and rows (which is really nothing more than multiple threaded AreaType objects with a "live" edtiability regarding the number of columns and rows and their spacing).
    Illustrator's convoluted and problematic text handling is very outdated, very poor, and is probably the worst program in the world for creating what most people mean by a textual or data "table." It provides no end-of-column character, so if text is threaded, you can't properly force continuous text to jump to the next threaded "cell" (text object) before you reach the text-content limits of the object. (In fact, Illustrator's Find & Replace feature doesn't even provide a special character to facilitate searches for hard returns!)
    In threaded PathType objects, a hard or soft return will cause threaded text to jump to the next object, but that, of course, makes it impossible to use hard or soft returns normally within a single "cell" of the "table" you try to build that way.
    In any proper table feature, ordinary tab-delimited text automatically flows into the row/column cells. Good luck on trying to make that happen in AI.
    The only decent way to make a textual table of continuous text in Illustrator is by using paragraph styles with Tabs set to delineate columns. But again Illustrator falls short because there is no way for tab stops except the last one to allow for differing numbers of lines. (Even Adobe InDesign has this problem.) So using paragraph styles and tabs, whenever you need an inner column cell to contain additional lines is to resort to entering the additional lines in what what would really be additional "rows" (paragraphs), and tab-tab-tabbing to the appropriate "column."
    Despite Illustrator's unnecessary feature glut complication, the only decent way to fake a proper text table (one that allows for automatic content-driven row height in any column) in Illustrator is to just arrange a bunch of un-threaded text objects in a grid, key text into them individually, and manually adjust their height or spacing as needed for multiple lines in a "cell" of a "row." Utterly lame.
    I need to add an additional one.
    You can add a column to an AreaType object, since that's the only kind of threaded text construct in AI that has any "live" editability. But doing so will cause the threaded text to reflow in the new order. So you can't, for examle, insert an additonal column between existing columns and have the text of existing columns stay where it should be, as is possible in any proper table feature.
    If your "table" is a bunch of individual threaded AreaType objects, then you could marquee select the existing columns to the right of where you want the new column, drag them rightward, create a new column of text objects in the vacated space. But then you'd have to tedously re-llink the flow order.
    So again: In short, don't expect anything like a conventional-wisdom text table functionality in Illustrator. It isn't there.
    In FreeHand, Adobe owns an innovative and elegant text-handling feature which allows you to set continuous text in a table fashion using nothing but paragraph styles. The elegantly unobtrusive feature is a Wrapping Tab stop. Using that feature, you can make any tab stop(s) in continuous paragraphical text automatically accommodate as many lines as needed. Adobe would do very well to incorporate this feature in all of its text-handling applications, including InDesign. With this feature and support for inline graphics (which Illustrator also still does not support), you don't even need an old-fashioned "tables" feature. This feature has existed in FreeHand for something like 15 years. That's just one example of how antequated Adobe Illustrator really is.
    JET

  • Adding additional Columns in Work Book

    Hi Experts,
    I have requirement to additional columns in work book. I have Trial balance amount .I want to create 2 more columns based on the Trial balance column.if trial balance amount is +ve value then it should go to Gross amount column .If trial balance is -ve amount then it should go to depreciation Amount  Column.
    How can I add new columns to the work book.please suggest me with formula.
    Thanks,
    Suryam.

    Hi Suryam,
    From what i get of ur requirement, I expect there is a column which shows Trial balance. And you are using a workbook, hence the format would be a static format and no drill downs etc. would be done in the report.
    You can create a column and use an Excel formula to achieve the same.
    Gross Amount Column:
    IF Column Cell (of trial balance) >= 0 then value = the Column Cell (of trial balance)
    Depreciation Amount Column:
    IF Column Cell (of trial balance) < 0 then value = the Column Cell (of trial balance)
    Hope this helps!
    Regards,
    Kunal Gandhi

  • Additional Columns in Appraisal Template

    Hi,
    I am currently creating a template similar to MBO in PHAP_CATALOG_PA.
    Can i add additional columns in the template. Is there any configuration step to add additional column and give a column header name. For example: See Below, I require first column to be the list of objevtives, second column appraisee set his goals at the start of the year after having a mutual discussion with his manager. 3rd and 4th cloumns are for Mid year review one for self and other for manager. 5th and 6th columns are for the end of financial year to give the final scores.
    Please note we are on ECC 6 with Latest support pack 61 (But not EHP4)
    Objectives                                 | Goal Setting by | Mid Year Review | Mid Year review | Final Review |Final Review
                                                        Self & Manager   Self                       By Manager         By Self           By Manager
    1. Primary Objectives
    2. Department Objectives
    3. Individual Objectives
    4. Others.
    Regards
    Srinivasa Naidu

    Hi,
    Yes, you can create custom columns through transaction code OOHAP_BASIC.
    Hope this helps.
    Donnie

  • Additional Columns field in Table Valueset

    Hi all,
    I would like to display all fields of a table using a valueset.I tried with giving additional columns names of that table at specified column while creating table valueset.But these additional fields are not shown when i select that Valueset that is attached to a parameter for a report.What i need to do inorder to display additional colums of a table using a valueset?
    Thanks & Regards
    Binu

    First test the feasibility that the enhancement can be done or not.
    For finiding the exists in the program :
    1> find the program name of the tcode under the status button.
             [hope you can do tht]
    2> go to table modsap
    3> execute it .in the member give <programname> and then execute
    4> it will give you the userexits if any .
    in the form
    endform
    you can write your own code.
    Else you can go for badi also.
    1>go to se24
    2>give the class name - CL_EXITHANDLER
    3>in the methods go to get_instance
    4>create a breakpoint in the first call method
    5>then run your transaction /nMIR7.
    6>it would stop .find the badi's.
    7>if you get any as per your requirement ,work upon it .
    Friend i am not working anywhere , i am just learning sap-abap.this is what i knew regarding enhancements .

Maybe you are looking for

  • How to fill a Key figure at Query run time

    Hi All, I have a requirement where I have to fill a key figure while the query is running. This value is obtained by multiplying 2 attributes of a Material Master Data object.I  could have used Formula Variable but there are two problems - 1. I have

  • Adobe Media Encoder and f4v files

    I have a bunch of f4v files that were created by FMLE 3.2 that I'd like to convert to a more usable format, but when trying to open them in Adobe Media Encoder CS5.5, I get an error that says: "The file <my file> could not be imported.  The source co

  • ICloud transition lost all email access

    Hi, I have read a few people are having issues with .mac / .me email once moved over to iCloud. Since my move everything is working fine, except email; this has not been working on Macbook, iPad & iPhone for 3 days now, it's now getting unbearable an

  • Preventing additional component consumption after final confirm in PM Order

    Hi, I am trying to block the consumption of additional components after the final confirmation in a PM order, this is causing erroneous component consp. especially in orders with multiple operations. The user may choose a confirmed operation while re

  • BI Standard edition

    I have oracle 11g installed on my laptop as well as on server2003. I have several data sources which I want to create reports using BI standard edition. When I read about BI products, I see clear documentation about BI EE, and BI SE , but when I go t