How Bex Flag effects SID, MAster Data and ODS data tables?

Hi every one,
I do understand how the Bex flag setting works in relation to reporting like y we set the flag or y we dont set the flag when we do reporting or not on ODS.. My question here is, i dont understand, how the SID tables or the master data tables or ODS tables get effected with this flag. Can some one explain me what kind of changes in the tables takes place with this flag setting and how it is used in the reporting.. How this thing is different with respect to Cube reporting process.. I do understand that ODS doesnt have Dimensions.. so i am just looking for conceptual clarification and any forum links related to clarifying this process at table level which i am looking for... ANy help will be highly appreciated in SDN way..
regards,
kishore

A typical dimension table looks like this
DIMID
SID_0COUNTRY
SID_0EMPLGROUP
SID_0EMPLOYEE
SID_0EMPLSGROUP
SID_0JOB
SID_0PAYRL_AREA
SID_0HRPOSITION
SID_ZWKCONT
SID_0COUNTRY_ID
The Fact tables contain a Dim ID (excpet for line item dims), which is used to join to the Dim table.  The Dim table contains SIDs for the chars values in that Dim.  The Dim table is then joined to the SID table, which is then joined to the attribute table.
For ODS - the /BI0/S***** SID tables have indexes on both the SID and the chars actual value.  ODS queries will join to the SID table using the actual char value.
Here's the SQL for a typical <b>ODS</b> query that you can see how the ODS table joins to the SID tables:
<b>SELECT</b>
   T_01 . "SID" "S____206" , T_02 . "SID" "S____066" ,                          
   SUM( T_00 . "FM_AMOUNT2" ) "0FM_AMOUNT2" , COUNT(*) "1ROWCOUNT"              
<b>FROM</b>
   "/BIC/AZPU_O5200" T_00 , "/BI0/SCURRENCY" T_01 , "/BI0/SVENDOR" T_02 ,       
   "/BI0/SBUS_AREA" T_03 , "/BI0/SCMMT_ITEM" T_04 , "/BI0/SCOSTCENTER" T_05 ,   
   "/BI0/SFISCPER3" T_06 , "/BI0/SFISCYEAR" T_07 , "/BI0/XFUND" T_08 ,          
   "/BI0/SGL_ACCOUNT" T_09 , "/BIC/SZCI_AVCON" T_10                             
<b>WHERE</b>
( T_00 . "CURKEY_TC" = T_01 . "CURRENCY" ) AND
( T_00 . "CREDITOR" = T_02 . "VENDOR" ) AND
( T_00 . "BUS_AREA" = T_03 . "BUS_AREA" ) AND
( T_00 . "CMMT_ITEM" = T_04 . "CMMT_ITEM" AND
  T_00 . "FM_AREA" = T_04 . "FM_AREA" ) AND
( T_00 . "COSTCENTER" = T_05 . "COSTCENTER" AND
  T_00 . "CO_AREA" = T_05 . "CO_AREA" ) AND
( T_00 . "FISCPER3" = T_06 . "FISCPER3" ) AND
( T_00 . "FISCYEAR" = T_07 . "FISCYEAR" AND
  T_00 . "FISCVARNT" = T_07 . "FISCVARNT" ) AND
( T_00 . "FUND" = T_08 . "FUND" AND
  T_00 . "FM_AREA" = T_08 . "FM_AREA" ) AND
( T_00 . "GL_ACCOUNT" = T_09 . "GL_ACCOUNT" AND
  T_00 . "CHRT_ACCTS" = T_09 . "CHRT_ACCTS" ) AND
( T_00 . "/BIC/ZCI_AVCON" = T_10 . "/BIC/ZCI_AVCON" ) AND
  T_08 . "OBJVERS" = 'A' AND
  T_03 . "SID" = 12 AND
  T_00 . "CHRT_ACCTS" = 'COPA' AND
  T_04 . "SID" = 1260 AND
  T_00 . "COMP_CODE" = 'COPA' AND
  T_05 . "SID" = 25093 AND
  T_00 . "CO_AREA" = 'COPA' AND
  T_00 . "FISCPER" <= '2005013' AND
  T_06 . "SID" <= 13 AND
  T_00 . "FISCVARNT" = 'V6' AND
  T_07 . "SID" = 100002005 AND
( T_00 . "FM_ACTDETL" = '010' OR T_00 . "FM_ACTDETL" = '110' OR
  T_00 . "FM_ACTDETL" = '160' OR T_00 . "FM_ACTDETL" = '170' ) AND
  T_00 . "FM_AREA" = 'COPA' AND
  T_00 . "FM_STATS" = ' ' AND
  T_00 . "FM_VTYPE" = '70' AND
  T_00 . "FUND" = '1026105000' AND
  T_08 . "S__0FUNDTYPE" = 1 AND
  T_09 . "SID" = 13695 AND
  T_10 . "SID" = 8
<b>GROUP BY</b>
T_01 . "SID" ,
T_02. "SID"#

Similar Messages

  • How to start Designing Master Data and transactional Data

    Can anyone tell me how to really start to design Master Data and transactional Data in Sales? What are the steps if is it possible to share? Thanks!

    Hi Lei,
    first step is to read all necessary document on help.sap.com about Business Content for SD. Here you can see all the parts covered directly by SAP with the Business Content.
    Then you can start the GAP analysis: you check if all your requirements are fully covered by BC or not, in this second case you can start developing your own InfoObjects.
    Start always by Business Content.
    Take a look also at this doc:
    <a href="https://websmp110.sap-ag.de/form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002719062002E">https://websmp110.sap-ag.de/form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002719062002E</a>
    Ciao.
    Riccardo.

  • Master Data and Transaction Data For DB Connect extracted Data...

    Dear Experts,
    I have been working on SAP NetWeaver BW 7.3 and for the first time I have extracted data from Oracle DBMS by using DB Connect. I have successfully extracted data of a View namely Sales_View into BW by creating a DataSource. This View has about 100 fields and I have been told that this view consists of Master Data and Transaction Data too. For my further reporting needs say building a Dashboard or InfoSpace I have to design a DSO and InfoCube for this DataSource. I'm bit confused about the Master Data and Transaction Data of this DataSource.
    1. Should I create all custom InfoObject against all fields of DataSource for DSO and InfoCube design?
    2. Do I need to create and load the Master Data for all InfoObjects or I need to create or load the Master Data for only those InfoOjects which will be   
         used for drill down or reporting in Dashboard or InfoSpace?
    3. Do I need to load the Master Data manually by creating Flat Files and using these files for Master Data loading for required objects?
    4. How should I approach the designing of DSO and InfoCube?
    I will appreciate your inputs in this matter.
    Many thanks!
    Tariq Ashraf

    Thanks!

  • What is master data and bussiness data

    Dear all
    I am new guy of crm.
    I have some question.
    What is master data and transaction data.
    What is sold to party,ship to party.
    What is heirar key.
    What is header data and item data.
    Regards
    Amit sahay

    Hi,
    Master Data
    Purpose
    Data about basic objects used in business transactions and stored in the system on a long-term basis.
    This area enables you to store, augment, and consolidate master data, while ensuring consistent distribution to all applications and systems within your IT landscape. By ensuring cross-system data consistency, master data management reduces data maintenance costs, accelerates your business processes, and greatly improves your decision-making processes.
    Business Transaction
    Definition
    Business object in SAP CRM that offers the following possibilities:
    •        Business interaction with a business partner at a given point in time
    •        The result of an interaction (for example, a contract)
    •        The initiation of or request for an interaction (for example, an opportunity)
    •        The preparation (that is, the collection or supplementation of information) for a possible business interaction (for example, an activity)
    •        The product or object or a (potential) interaction (for example, a sales transaction or service process)
    The same interface and processing concept is used for all business transactions. The various components of business transactions are reusable.
    Use
    The business transaction provides business structures and functions that can be used in various processes of a company, for example, in sales, marketing, or service.
    In CRM, business transactions are used in the following areas:
    •        Sales:
    ¡        Sales transactions (sales orders, inquiries and quotations)
    ¡        Opportunities
    ¡        Contracts
    •        Marketing:
    ¡        Lead Management
    •        Service
    ¡        Service Process
    ¡        Complaints
    ¡        Service Confirmation
    •         Activity Management
    ¡        Interactions
    ¡        Task Lists
    Business transactions can be created, displayed, and processed in various channels.
    A sales order can be created in Internet Sales, post processed in CRM Enterprise and then transferred to SAP ECC.
    Structure
    Business transactions are structured as follows:
    The structure of a business activity is based on the answers to three questions:
    Who?
    The participating business partners can be entered at transaction level.
    What?
    The products and services to which the business transaction refers can be entered at item level.
    When / How Much?
    The quantity and the times to be considered can be scheduled at schedule line level.
    This is a basic structure, and can differ for certain business transaction categories. Activities, for example, do not contain items or schedule lines. Sales transactions contain all three levels.
    Similarly to the business transaction, the item category defines the characteristics and attributes of a transaction item, and controls the processing of an item.
    Integration
    Various basic functions are linked with the business transactions and can be triggered from the interface for the business transaction if the relevant Customizing settings have been made. These include, for example, the availability check, pricing and partner determination. You can find more information in the SAP Library under mySAP CRM.
    See also:
    You can find more information on the business transaction in the Implementation Guide (IMG) under Customer Relationship Management ® Transactions ® Basic Settings  ® Define Transaction Types and Define Item Categories.
    Sold to party:'A' sells product to 'B'.Then "B' is the sold to party for 'A'
    Ship To party:A ships(send to ) 'B'.Then  'B' is the ship to party to 'A'(In some scenarious the product can be deliverd eg:'C' then  the the ship to party varies
    Regards,
    Satish Mathala

  • Diff B/W master data and transaction data

    Hi all,
    What is the main Diff B/W master data and transaction data.  give me some example ?
    Thanks in Advance
    Krish...

    hi krish,
    MASTER Data is the data that exists in the organization like employee details, material master, customer master, vendor master etc. These are generally created once.
    Master data are distributed throughout the company, they are often not standardised and often redundant. As a result it is very costly to offer efficient customer service, keep track of supply chains and make strategic decisions. With SAP Master Data Management (SAP MDM) these important business data from across the company can be brought together, harmonised and made accessible to all staff and business partners. As a key component of SAP NetWeaver, SAP MDM ensures data integrity via all IT systems.
    Regardless of the industry, companies often work with different ERP and Legacy systems. The result: the business processes are based on information about customers, partners and products which is displayed in different ways in the systems. If the data are recorded manually, there are more inconsistencies: some data sets are entered several times, others cannot be retrieved by all divisions of the company.
    As corporate applications are becoming increasingly complex and produce ever greater amounts of data, the problem is intensified further. Nevertheless, your employees must work with the inconsistent data and make decisions on this basis. The lack of standardised master data easily leads to wrong decisions, which restrict efficiency and threaten customer satisfaction and profitability.
    In a word: in order to save costs and ensure your company’s success it is necessary to consolidate master data about customers, partners and products, make them available to all employees beyond system boundaries and use attributes valid company-wide for the purpose of description.
    TRASNACTION Data - These are the business documents that you create using the master data - Purchase orders, sales orders etc
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9d/193e4045796913e10000000a1550b0/content.htm
    Regards,
    GNK.

  • Downloding the SAP master data and transaction data to a flat file

    Hello All,
    Is there any SAP standard method or transaction to download the SAP master data and transaction data to flat file.
    With out using ABAP development, SAP had provided any tool or method to download the SAP system master and transaction data to flat file.
    Thanks,
    Feroz.

    hi
    as of now up to my knowledge no.

  • How can I save my data and the date,the time into the same file when I run this VI at different times?

    I use a translation stage for the experiment.For each user in the lab the stage position (to start an experiment) is different.I defined one end of the stage as zero. I want to save the position , date and time of the stage with respect to zero.I want all these in one file, nd everytime I run it it should save to the same file, like this:
    2/12/03 16:04 13567
    2/13/03 10:15 35678
    So I will track the position from day to day.If naybody helps, I appreciate it.Thanks.

    evolution wrote in message news:<[email protected]>...
    > How can I save my data and the date,the time into the same file when
    > I run this VI at different times?
    >
    > I use a translation stage for the experiment.For each user in the lab
    > the stage position (to start an experiment) is different.I defined one
    > end of the stage as zero. I want to save the position , date and time
    > of the stage with respect to zero.I want all these in one file, nd
    > everytime I run it it should save to the same file, like this:
    > 2/12/03 16:04 13567
    > 2/13/03 10:15 35678
    >
    > So I will track the position from day to day.If naybody helps, I
    > appreciate it.Thanks.
    Hi,
    I know the function "write to spreadsheet file.vi"
    can append the data
    to file. You can use the "concatenate strings" to display the date,
    time as well as data... Hope this help.
    Regards,
    celery

  • What are the settings master data and transaction data from r/3 to in APO.

    Hi all,
    Can u suggest me ,I need to conform in apo what are the setting when transfering master data and transaction data from r/3 to APO.
    frm
    babu

    Hi
    The data get transfered from R3 to APO via CIF which is SAP standard.
    Please find enclosed herewith the link which will provide you detail information regarding it.
    http://help.sap.com/saphelp_scm41/helpdata/en/9b/954d3baf755b67e10000000a114084/frameset.htm
    Please let us know if it helps you. Please also let us know if you have any more specific question.
    Thanks
    Amol

  • How to do reconcilization of ODS data and CUBE data

    Hi All,
    How to do reconciliation of ODS data and CUBE data,I know how to do reconciliation of R/3  data and BW data.
    Regards.
    hari

    Hi,
    create a multicube based on your ODS and cube, identify commen characteristics and perform the key figure selections; create then a query showing both information from the cube and ODS with perhaps some formula showing differences between key figures.
    hope this helps...
    Olivier.

  • In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?

    In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?
    =IF(I127,NOW()," ")
    I127 equals a check box. The formula retuns a value of the current date and time when a check is placed in the box. How does one lock that date and time so that it cannot be changed?

    I don't think it is possible to lock in the date and time using a formula. You could put NOW() in a cell, copy, and Edit Paste Formula Results where you want the result.
    Or if you are "time stamping" a lot, you may find this Automator Service (Dropbox download) helpful. It puts a "Today" function (actually it should be named "Now" because it includes both date and time) in your Services menu like this:
    Just doubleclick the .workflow package to install it. You may have to click "download anyway" in System Preferences > Privacy & Security.
    If you want you can assign the service a keyboard shortcut in System Preferences here:
    SG

  • How to get month last date and first date without FM's

    Hi Guru's,
       How can we get  month's first date and last date based on the date given in selection screen without FM's?Is it possible ?
    Like if i give 05-Oct-2008 in the selection screen, i should get the output as 01-Oct-2008 to 31-Oct-2008.Without FM's???
    Regards
    Rakesh.

    Hi Rakesh,
    You can implement this logic as follows:
    You can have two internal tables, one containing the days as numbered 31, 28, 31, and so on with the month number. This holds good if the year is a common year. Another internal table contains days as numbered 31, 29, 31 and so on with the month number. This year would be a leap year.
    An year can be calculated depending on the conditions:
    Say date is given as 20081008
    Concatenate 20081001 + 0(4) into l_date.
    Divide l_date by 4 and remainder should be equal to 0.
    Divide l_date by 400 and remainder should also be equal to 0.
    Then the dominical year will be a leap year.
    Now, if l_date divided by 100 and the remainder is 0 then the year is a common year.
    So depending on this populate the first date and last date from the respective internal table
    Regards,
    Sumalatha N.

  • TS3276 Most attachments from a specific address (work) can not be opened, identified as winmail.data and no data available. Not sure if this is based on the e-mail coming from a windows based system, too old of a windows based system or simply how i have

    Most attachments from a specific address (work) can not be opened, identified as winmail.data and no data available. Not sure if this is based on the e-mail coming from a windows based system, too old of a windows based system or simply how i have it set on my Mac.

    Brightbleu wrote:
    Most attachments from a specific address (work) can not be opened, identified as winmail.data and no data available. Not sure if this is based on the e-mail coming from a windows based system, too old of a windows based system or simply how i have it set on my Mac.
    Winmail.data are not usable files. They just preserve RTF within the message.
    http://support.microsoft.com/kb/278061
    Cheers
    Pete

  • I just upgraded to iOS 7 and I realized that the "Completed" tasks folder in the "Reminders" application was erased. I had important information there. How can I recover my completed tasks and the dates the tasks were completed?.

    I just upgraded to iOS 7 and I realized that the "Completed" tasks folder in the "Reminders" application was erased. I had important information there. How can I recover my completed tasks and the dates the tasks were completed?.

    Restore from your iTune backup.

  • What is the Sequence of Master data and Transaction data R/3 to APO

    Hi guys,
    What is the Sequence of Master data and Transaction data R/3 to APO  through CIF?

    Hi,
    Master data,
    Material Indipendent data can be sent without any dependency.
    Material Dependent data sequence is as follow.
    Plant,
    MRP areas,
    Supply area,
    Material,
    MRP area material,
    planning material,
    ATP check,
    Purchase info recards,
    schedule agg,
    PPM or PDS (But before PPM or PDS  work center should send to apo) If PDS is sending then BOM should send before PDS.
    Transaction data.
    As per the business requirement what is planning in apo.
    Regards,
    Kishore Reddy.

  • How to create start date and end date

    Hi guys
    Need to create start date and end date as prompt in webi report.... how could it be possible please help me ...
    regards

    @Universe:
    Go to Condition/Filter:
    Definition: Date=@Prompt("Select Start Date",D,,mono/multi,free/constrained,...)
    OR @Select(Class\Object Date)=@Prompt("Select Start Date",D,,mono/multi,free/constrained,...)
    Parse it & Apply OK.
    Class/Object : If you have already object Date in any class already, use them.
    Follow the same for End date also.
    For both filters/prompts, check Apply on Universe
    @Report/Query:
    Drag [Date] object to Query filters section and in Operand say Prompt. Change text as Select Start Date & again drag [Date], this time say Select End Date.
    Hope it helps you alot.
    Gracias...!!

Maybe you are looking for

  • Sharing only partly

    Hi, I'm using my MacMini as a media-server for my music and videos. I want to share my files, so that I have access with my MBP. But I can only access some videos with my MBP. I have about 400 videos in my iTunes-Library on my MacMini, but I can only

  • DBMS_LOGSTDBY.SKIP_ERROR  doesn't work

    Hi guru's, I have e a 11.2.0.3 sql-apply dataguard running (prd1 > prd2) and I want to skip grants and revokes on the scott schema.I have done the following (based on the (http://oracledocs.shu.ac.uk/oracle/B28359_01/appdev.111/b28419/d_lsbydb.htm#i9

  • Context parameter com.sun.faces.DEFAULT_SUFFIX

    Hi All I was wondering about the context parameter com.sun.faces.DEFAULT_SUFFIX. Back when I learned JSF for the first time, together with learning Facelet, we use javax.faces.DEFAULT_SUFFIX context parameter to set to xhtml, as such: <context-param>

  • Error in adding remote process chain to existing one

    Hi all, when I try to add an remote process chain to an existing one I get an error. I created a variant for the remote call. I entered the destination and when I try to choose the remote process chain I get the following error: Error in remote call

  • How do I permanently select black ONLY for printing....?

    Hello! As you can see by the picture, every time I go to print something, "Color" is always highlighted by default, but I never ever want to use color, so how do I make it default black ONLY in this picture so I don't have to keep clicking it every t