Loading a subset of BW Transactional data into BPC

Hello Experts
Hopefully someone can help me with a problem I have been facing.
I am running: EPM 10 SP13
Currently, we load a full set of transactional data from a staging BW cube into the BPC model.  In terms of time, this is from 1990 to date.
Each evening, before the above mentioned load, we clear data in the BPC model against a specific dimension category to handle deleted data which does not come in on the flat file full load each night.
I would not like to only run this clear and load process for the last 2 years worth of data.
The 'Clear' package via a BW process chain using UJD_TEST_PACKAGE and an answer prompt setting as below works a treat:
%SELECTION%     DIMENSION:ANALYSIS||DIMENSION:BRAND||DIMENSION:CATEGORY|BW_ACTUAL|DIMENSION:CUSTOMER||DIMENSION:DATASRC|DS_ACT_BW_INPUT|DIMENSION:INDUSTRY||DIMENSION:METRIC||DIMENSION:PRODUCT||DIMENSION:RPTCURRENCY||DIMENSION:SUPPLY_SITE||DIMENSION:TIME|2012.01,2012.02,20012.03,2012.04,2012.05,2004.06,2012.07,2012.08,2012.09,2012.10,2012.11,2012.12,2013.01,2013.02,2013.03,2013.04,2013.05,2013.06,2013.07,2013.08,2013.09,20013.10,2013.11,12.2013
%ENABLETASK%     1
%CHECKLCK%     0
However, I cannot get the load run package (Load Transaction Data from BW InfoProvider UI) to pick up only 2 years worth of data.
%InforProvide%     ZBPC_11
%SELECTION%     <?xml version="1.0" encoding="utf-16"?><Selections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Selection Type="Selection" /><Selection Type="FieldList"><FieldID>0CALMONTH</FieldID><FieldID>0CALYEAR</FieldID><FieldID>0CHNGID</FieldID><FieldID>0RECORDTP</FieldID><FieldID>0REQUID</FieldID><FieldID>ZBPC_1</FieldID><FieldID>ZBPC_10</FieldID><FieldID>ZBPC_6</FieldID><FieldID>ZJ_DEALER</FieldID><FieldID>ZJ_DEFIND</FieldID><FieldID>ZJ_MODEL</FieldID><FieldID>ZJ_MRPSTE</FieldID><FieldID>ZJ_TYPE</FieldID></Selection></Selections>
%TRANSFORMATION%     \ROOT\WEBFOLDERS\COMPANY\S_AND_OP\DATAMANAGER\TRANSFORMATIONFILES\BW Actuals.xls
%DATATRANSFERMODE%     10
%CLEARDATA%     No
%RUNLOGIC%     No
%CHECKLCK%     No
I have tried setting the option in the EPM add-on when I run the Load Transaction Data from BW InfoProvider UI package but this results in the chain running for ages and never completing, despite their being activity in SM50.  Almost like an infinite loop!
I then tried using the code in the UJD_TEST_PACKAGE script pointing to the above:
<Selection Type="Selection"><Attribute><ID>0CALMONTH</ID><Operator>1</Operator><LowValue>2020</LowValue><HighValue /></Attribute></Selection>
Does anyone know how I can set the import package to only include the last 2 years ?  I have found that pre BPC 10, you could add something to the transformation file but I do not believe that is now supported.
Thanks for any guidance.
Ian

Hi Ian,
Q: Could you elaborate some more on automated this process?  What do you mean by a macro to create the xml files ?
This process its for running package from excel. This document explain https://scn.sap.com/docs/DOC-32636
Q: Using your alternative suggestion of created a start routine, do you mean as part of the transformation in the BW staging area or the BPC transformation file sourcing the data manager package ?
I mean the BPC transformation file. http://scn.sap.com/docs/DOC-4230

Similar Messages

  • While loading transaction data into cube what are the tables generats

    Hi,
    while loading transaction data into cube what are the tables normally generats.

    Hi,
    Normally datas will be loading to 'F'- Fact tables (/BIC/F****) *** - cube name..
    When you do compress the request the data will be moved into E tables.
    Regards,
    Siva.

  • How to transfer the Legacy Transaction Data into SAP R/3

    Hi Experts,
    I  have  issue with legacy transaction data transfer  to R/3 system. My clients want to see  last 3 years legacy transaction data into SAP R/3 system.  But I am not sure whether it is possible or not.
    Please let  me know any possibilities to transfer the legacy tansaction data into SAP.
    Please help me out from this issue.
    Advanced Thanks,
    Chandra

    Hi Sunitha,
    Here legacy sytem is MRP for Retail Sales.
    And format is excel. Since three years data available in
    existing system.
    Please let me know if any further information required.
    Regards,
    Chandra

  • How to load only BW text data into BPC 10.0

    Hello,
    I am trying to load BW text data into BPC 10.0 objects.
    For BW InfoObject 0VERSION there is no attribute data (no P, Q, M tables) only text data (T table).
    For BW InfoObject 0VERSION I created VERSION as Dimension in BPC 10.0 and it is not having any properties.
    I created a Transformation file to load the data from 0VERSION of BW to VERSION of BPC and in the validation it is giving an error.
    In the Validation it is giving error as '0VERSION is empty' but data is available in 0VERSION of BW.
    Based on the error I am thinking that we cannot load only Text data from BW into BPC if they don't have any attribute data. Please correct me if I am wrong.
    Is it possible to load only Text data without attributes from BW to BPC?
    Can some one help me in loading the data?
    Thanks in advance
    Venkat

    Hi Gersh,
    Thank you for the reply.
    I mapped Dimension ID to 0VERSION but still it is giving error.
    In the validation it is saying as 0VERSION is empty but data is there in the BW system.
    Please find the screen shot of the Transformation file and the error.
    Thanks in advance
    Venkat

  • Loading key and/or description from BW into BPC

    Dear all,
    We have the requirement to load master data from BW into BPC 10 NW (SP4) and are facing some difficulties.
    Depending on the property, we want to do the following:
    - Load the attribute key into BPC property
    - Load the attribute description into BPC property
    - Load both concatenated using an underscore into BPC property
    The loading process as such works and the concatenation would aswell, but so far I'm only able to load the keys into BPC. In the BW table I can see that the attribute has both a key and a description but I don't know how to select the description in BPC (either through transformation file, set selection, ...). Is there a standard functionality to select between a key and a description in BPC 10 or do I have to ask the BW-team to make an additional attribute with the description as a key?
    Same goes for loading the member ID's and member descriptions for a specific dimension. There we want to fill the member ID in BPC with the BW description and use another BW description to fill the member description in BPC.
    Any advice/input would be greatly appreciated!
    Thanks in advance,
    Matthias

    Hi Matthias,
    I have the same problem and I don't know how to solve it.
    While loading master data into BPC InfoObjects (or as called in BPC jargon "Dimensions") I found out, that it is possible to load the Attribute ID's relatetd to the InfoObject, while it is not possible to load the corresponding descriptions.
    Actually I cant help you with my post. But atrouble shared is a trouble halfed
    I would be pleased if somebody could offer any solution to this problem
    Kind Regards,
    George

  • Problem in loading of flat file transaction data into BI7

    Hi Experts,
    I am new to BI7, got in problem in creation of Data source.
    I have fields in flat file are:
    CUSTID,SREPID,MATID,PRICE PER UNIT,UNIT,QUANTITY,TRANS.DATE
    one of the row under the above fields is
    C100,SR100,MAT01, 50,CS,5,19991005
    Created infoobjects are:
    IO_CUSID
    IO_SRID
    IO_MATID
    IO_PRC
    IO_QTY
    IO_REV
    0CALDAY
    IO_QTY was created with Unit/currency '0UNIT'
    In creation of Data source, under field tab system shown extra CS field, I did confuse that which infoobject should be map to this field. At the same time i created IO_QTY with 0UNIT so when i entered IO_QTY under infoobjects column, system automatically created 0UNIT infoobject. I didn't completly understand why one of the unit (CS) sat under the fields column. could you clarify me please.
    And also could you please tell me the procedure of creating transfer routine for sales revenue as we didn't have this object in flat file (SS). In earlier version of BW(Addison Wesley Step by Step book) i did this at infosource level. Here i am loading the data without infosource so just i would like to know is it possible to create transfer routine at DS level or do i need to create Infosource in this case. If it is the case also could you please make me understand with procedure to create transfer routine for sales revenue.
    Your solutions will be more appreciated with points.
    Thank you,
    Shri

    Hi,
    1.Open Administrator Workbench: Modeling, from the menu or using the transaction RSA1
    2.Go to Source Systems (File)and Create a new System.
    3. Double click on the datasources, create data source
    4.Entitle the Datasource, choose Transaction Data as Data Type Datasource
    5. In next screen, Go to Extraction , Activate the data source
    6.Go to Preview. Press Read Preview Data.
    7.Data will be loaded: Save and activate the datasource
    8.Go to InfoProvider, go to Info area and create Infocube
    9.Entitle the infocube, press create
    10.Display all info objects: . Choose your info objects , Move the characteristics and key figure to the infocube by drag and drop adn activate
    11.Go to InfoCube, create transformation
    12.Click on the ‘Show Navigator’ button. Match the fields in navigator. Save and activate.
    13.go to info provider, your info cube, create data transfer process
    14.Choose: Extraction Mode: full
    Update: Valid records update, Reporting possible (Request green)
    Activate, execute
    14.Double click on the data source, Read Preview Data
    15.Create an InfoPackage by right clicking on the datasource. Execute the load into PSA.
    16.Verify data was loaded into PSA before proceeding with the next step.
    17. Execute the Data Transfer Process
    18.Monitor the results (Menu: GoTo: DTP Monitor)
    19.Try to display the data at the BW Frontend.
    Thanks,
    Sankar M

  • Error Loading Transactional Data into Cube(0PCA_C01)

    Hi Guys,
        I am trying to Install the following cubes from Business Content. 0PCA_C01 / 0PCA_C02 (Profit Center Analysis). Everything got replicated. I am trying to load transaction data now. I created Infopackage and loaded the data. Its running for a long time. It still says " not yet completed/warning ". If i try to see the content of the cube, I am getting the following errors.
    "Your user master record is not sufficiently maintained for object Authorization Object3.
    System error: RSDRC / FORM AUTHORITY_CHECK USER NOT AUTHORIZED 0PCA_C01 0PCA_C01
    System error: RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET ERROR IN RSDRC_BASIC_QUERY_DATA_GET 0PCA_C01 64
    System error: RSDRC / FORM DATA_GET ERROR IN RSDRC_BASIC_CUBE_DATA_GET 0PCA_C01 64"
    Also if i try to change something in the infopackage, it says "Init. select. for field name  currently running in". I guess its because the job is still running.
    Please let me know if i missed something.
    Raj

    Hi Raj
    This seems to be an authorization case.
    i guess you are in BW Dev system.
    Go to SU01. Enter your user id and display.Go to Tabs ROle and PRofile.
    Ideally in development, a developers id shud have access to all devevlopment activities. So check with basis folks and get access to the relevant profiles. If you can get SAP_ALL, then perfect!!
    Prakash
    Assignin points is a way of saying thanks on SDN!!

  • Error 3, when loading transaction data into an info cube from flat file

    HI friends,
    I have taken 2 dimension info cube. (customer and product dimensions).I loaded master data through direct update by preparing 2 excel sheets seperately for customer and product. For loading transaction data(through flexible update), I prepared single excel sheet covering all values that is master data info objects of customer and product, key figure values and taken 0unit, 0currency,0calday in transfer rules.(in excel sheet)
    Once I load the data, the "data was requested" option is appearing and error 3 coming, when I go for monitor to check the data.
    sai

    Hi Ram,
          In Monitor see the error message by clicking on Error message button or
         go to details tab and expand the nodes to see which record is having problem.
    Regards,
    Prakash

  • How to Get the Previous Transactional Data into Special Purpose Ledger

    Hi,
    1). We have implemented Special Purpose Ledger. After implementing SPL, we are generating documents and getting the postings into SPL. Now I need to bring the previous postings which were entered before Special Purpose Ledger Setup. Please Help me on how to bring the transacctional data into Special Purpose Ledger.
    2).  Is it possible to define A/R Aging by Customers? in  Special Purpose Ledger by using Report Painter?
    3). What is the use of Allocation Cycles like Assessment and Distribution in Special Purpose Ledger?
    Please clarify me on above 3 points.
    Thanks
    Yadayya
    Edited by: Dogdays on Aug 5, 2011 8:02 AM
    Edited by: Dogdays on Aug 5, 2011 8:03 AM

    I have experience in intergrating project accounting to the general ledger in a data warehouse using discoverer to show the results.
    The solution I developed for my compnay is to ensure all entries from all sub-ledgers including manual journal entries are moved to the data warehouse tables have project information based on PA autoaccounting rules.
    The company I work for was interested in viewing reports that cubed cost centers (dept's.) to projects and to translate all entries (not just account balances) to USD for thier foriegn set of books. So, projects can be seen company wide in USD at lowest entry level. The solution I gave them solved the problem and they are able to view reports and evaluate costs by cost centers and projects on an enterprise wide application.
    If this is what you are looking for let me know.
    about my self : I have a B.S. in Computer Science (Theoretical Track) and 17 yrs of accounting and book keeping experience including consolidation and multi-currency sets of books.

  • Zero value in Amount field during transaction upload into BPC

    Hi Experts,
    When I run DM package to load transaction data from BW to BPC,I am getting warning error with rejected list which contains amount field as zero value.
    Is it possible to load records with amount value as Zero.My current EPM version is 10 SP14 Patch 1.
    Currently my cube is in load mode .I have understood that during transaction data upload the cube should be in load mode and during inputting data using input forms it should be in planning mode.Please correct me if I am wrong.
    Thanks,
    Raju

    Thanks for your quick turn around.
    I have multiple keyfigures which have zero values in some records hence I am getting zero values in Amount field.
    Shall I mark Real-Time  data Target can be planned; data loading not allowed always.
    Regards,
    Venkat

  • Get bw data into bpc consolidation model

    hi gurus
    i m kinda newbie in bpc nw 7.5 for consolidation, now i m enroll in a project where i have to build some models for financial consolidation, in some way i know what objects should it builded, but i have a doubt about data which resides in BW (obviusly cames from ERP), this data is stored in some Z infocubes, but how i can get this data into my model on bpc?? do i have to do it throught DTPs/transformations or there is some BPC functions that implement this?
    best regards
    Joseph

    Hi Joseph,
    BPC has a pre-delivered Data Manager Package to load the data from the BW infocubes. Please check the below link from help.sap:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/3f/72bb857f8f4012a5b1eaa5ac64bdf8/content.htm
    Hope this helps.

  • Use of Open Hub Destination to load data into BPC

    Hi Gurus,
    I want to load the data from SAP BI to BPC (NW version), using Open Hub Destination. I want to know few things about this.
    1) What method should I use? Should I use Destination as Flat Files or Database tables? If Database tables, how can I use this data in the tables in BPC?
    2) If I go for Flat Files, which  is saved in the application server of BI, how can I import those files to BPC and use it using Data Manager?
    3) Also, in case of Flat Files, there are two files which are created. One is the control file and other one is the data file. How can I use both of them? Or can I just use data file without header?
    Your replies will be much appreciated.
    Thanks,
    Abhishek

    Hi Anjali,
    I can use the standard data manager package from BI to BPC, if the CSV file is available in the BPC Server or in case if I am directly extracting from BW object, InfoObject or InfoCube.
    But, since I will be using Open Hub, the output of this can be in a Database Table or a CSV file, preferably in SAP Application Server. In such cases, how can I use the Database table or CSV file in the standard Data Manager Package?
    Thanks for your reply.
    Abhishek

  • Loading 0.5 seconds of audio data into a numerical array

    Hi everyone,
    I'm new to Java programming, and I'm trying something a little complicated. I wish to use Java to listen to a microphone or line in port and wait for the input signal to reach positive saturation.
    When the signal has saturated, I would then like to record the next 0.5 seconds of audio data samples into a numerical array.
    Please may somebody explain how I can achieve this, if it is possible.
    After that, I know what I want to do with the numerical array and how to do it.
    Thank you to everyone who can help.
    Edited by: Barcode_Master on May 1, 2009 1:45 PM

    A simple google with "java audio input" as the arguments will result in host of information for you... this one, the very first one, is possibly one you should pay particular attention to:
    [Java Audio Input|http://www.developer.com/java/other/article.php/2191351]

  • SAP BPC 7.5 Netweaver - BI Transaction Data to BPC

    Hi,
    I have to add 0debit and 0credit in BI PCA cube to AMOUNT in BPC  using transformation file.
    Prefereably, want to use same data source(P_Datasrc) value and single transformation file.
    BI transformation is the last option to avoid any issues after full optimization.
    Could I use *MVAL in transformation for the above scenario?
    Any other way in the start routine or end routine?
    Regards,

    Hi Venkata,
    *MVAL  function allows you to use multiple time period columns. I don't think this may help your scenario. I my opinion you may need to use two transformation files to bring the data from BW cube to BPC. BPC is an account base model, I don't think you can load the data in two columns in BW cube using one transformation file.
    Thanks

  • Next to Only Export Base-level Transaction Data from BPC 7.5 NW

    Hey Experts,
    I've finally got a Export process configured out of Data Manager that is just about right.  However, when I run it, we're getting both base-level trasnaction data and records at the parent level for 2-3 dimensions which we need to specify as "<ALL>".
    Is there any way to filter or restrict the output for just the base-level members?
    Thanks in advance,
    Garrett

    Hi Gersh,
    I'm sorry, I should have been more specific.  To clarify, the trouble I'm having is when Running a Data Manager package from BPC Excel, I can't select just the base level members from clicking the Member Selector and doing Refresh/Use Filter.
    The system seems like it accepts this selection, but does not apply it when running the package. 
    Does that make sense?

Maybe you are looking for