Import Transaction Data from BW Cube to BPC Cube

Hi,
Is there any document that explain how i can import/copy transactional data from bw cube to bpc cube like this below pic. http://img841.imageshack.us/img841/6998/prof.jpg
Thanks in advance.

Hi Again,
With these documents I can import transactional data with a single keyfigure but if there are more than one keyfigure, importing and assigning keyfigures to dimensions might get confusing.
For example i have two keyfigures "zbgstsad" and "zbgstsf" in bw cube and I have two account member in "S_ACCT": "S_F", "S_A". I did a conversion file with "zbgstsad(ext)->s_a(int)" and "zbgstsf(ext)->s_f(int)" rows. But i am not sure what i have to put instead of "?".
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=
CONVERTAMOUNTWDIM=S_ACCT
*MAPPING
RPTCURRENCY=0CURRENCY
S_ENTITY=ZBGENTITY
S_ACCT= ?
S_TIME=0CALMONTH
S_CATEGORY=*NEWCOL(ACTUAL)
S_OB=0UNIT
S_URUNLER=ZBGURNLR
AMOUNT= ?
*CONVERSION
S_ACCT=[COMPANY]B_ACCT.XLS!CONVERSION
TIME=[COMPANY]B_TIME.XLS!CONVERSION
What do you recommend?
Thanks in advance.
Burak
Edited by: boguner on Aug 9, 2010 2:34 PM
Edited by: boguner on Aug 9, 2010 2:40 PM

Similar Messages

  • How to exclude the selction in BW When importing Transaction data from Info provider

    Hi ,
      I  am trying to Import data from BW infoprovider to BPC cube through Data manager . It works ok if i select Year 2010-2014,value type.
    But i have G/L account i want to import from 100000 to 100129 exclude 100130 again include 100131 to 999999 .How do i achive this .
    I selected the accounts  100000 to 100130 in one line and 100131 to 999999 in different line it did not work .
    when i select this it simply errors out with 0 records selected .
    Best regards,
    Sreedhar .

    Thank you that is the issue . I used the same formula for INT_ORDER i am getting
    EXTERNAL INTERNAL FORMULA
    00000?????? ??????
    000001003951 is invalid or is a calculated member
    if i use
    EXTERNAL INTERNAL FORMULA
    * js:parseInt(%external%)
    I am getting
    1 ,NO_COST_CENTER,DS_CPX_ACTUAL,NO_EX_DEPT,NO_LOCATION,NO_PLAN_ID,NO_REQUEST_ID,USD,ACTUAL_TEST,ACT,160020,NaN,2012.DEC,1.00
    Line1 :Dimension: INT_ORDER member: NaN is invalid or is a calculated member

  • Loading master/transaction data from BI to NW BPC

    hi
    what is best way of loading master & transaction data from BI to BPC?
    I know around 6 options for loading master data and 5 options for loading transactional data from BI to BPC .
    What is easiest and recommended method? what is typical method followed in your NW bpc projects?
    thanks,.

    Hi Raju,
    There is a white paper on Loading master data. I've used it previously and both options work quite well. You can use either of them depending on what you are comfortable with. Its available on the HOW To white papers.

  • Load Transaction Data From InfoProvider

    Hi expert,
    Iu2019m trying to upload transaction data from an Infoprovider (using BPC 7.5 NW)
    From datamanager package I can only select the name of the infoprovider, but I cannot filter the data (I need to upload only a subset of them)
    The strange thing is that when validating the corresponding trasformation file, I can see the u201CSet Selectionu201D button where to make those selection. It is a bug that I canu2019t see it in the datamanager package?
    Thanks & regards
    Fabiola

    Hi Fabiola,
    for you 2 options are there.
    1. Options section of transformation file using SELECTION (eg: SELECTION=0CALMONTH,200901)
    2. Maintain conversion file, in that write conversion rules to skip records
    (eg: external col:  2008, internal column:  *skip )
    SET SELECTION what you said is, useful while validating transfromation file against infoprovider, you can select this options  in order to restriction of number of records to validate.
    regards,

  • Transaction data from BI TO BPC : cube error

    HI Guru's,
    We are trying to load transaction data from BI to BPC ,now my requirement is does  it possible to bring transaction data from BI Mulitprovider or SIMPLE Mulitprovider.
    While we are loading the data from Multiprovider we are finding the following Error:
    Error occurs when loading transaction data from other cube
    Application: Ext_Rev_COS Package status: ERROR
    Following is the Mapping :
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    Contract_Curr=ZSD_I06___F60
    Customer=ZSD_I06___F10
    Customer_Type=*NEWCOL(None)
    Destination_T0=ZSD_I06___F14
    Entity=ZSD_I06___F22
    LeaseType=ZSD_I06___F133
    Origin_From=ZSD_I06___F13
    Product=ZSD_I06___F210
    P_ACCT=*NEWCOL(P10020)
    RptCurrency=ZSD_I06___F61
    SKU=ZSD_I06___F11
    Time=ZSD_I06___F59
    SignedData=ZSD_I06___F68
    *CONVERSION
    Time=TIME_FISPER_CON.XLS
    CUSTOMER=CUST_CON.XLS
    Appreciated for your valuable Answers and Time.............
    Thanks in advance..............

    Hi,
    Please refer to these SAP Notes:
    1562812 - Failed to load data if there are lots of rejected data -BPC 7.5 NW
    1689203 - Error occurs when loading transaction da
    I believe that the first one will do the trick.
    Hope these help.
    Regards,
    Vin

  • BPC 7.5 NW: Loading transaction data from infocube

    Hello, I am trying to load transaction data from an infocube into a BPC application using a package based on /CPMB/LOAD_INFOPROVIDER.
    The master data (cost center and cost element) are already loaded. As they are compounded, we have added in the key the CO area (eg ID=0CO_AREA+ID)
    I am facing an issue that the system ads leading 0 in front of the values of those master data comming from the cube.
    So the data looks like CO_AREA00000000000cost_center.
    As the data where correctly loaded in the dimensions (CO_AREAcost_center), the loading fails.
    How can we remove those 'O'?
    Thanks!

    Hi Anton,
    We use this in most of our projects; since auditing is one of the important requirements.
    You should enable the auditing for selective categories only. With each transaction data entered, it will keep a log, which can increase the size a lot, and hence impacting the performance.
    If you are enabling the log, you should frequently purge the audit data as well. However, you should take a backup of this and then purge it.
    Hope this helps.

  • Copy Master Data from BW cube to BPC cube

    Hi,
    I need to copy a master data from BW cube to BPC cube.
    Can I do this from BW? That is, Can I copy master data from the view of the cube of BPC in BW?
    I do this from BW and then I see the master data in my BPC cube from the BW view, but when I open my cube in the BPC environment, I don't see nothing of the master data.
    What's the problem?
    Regards,
    Miguel.

    Hi Miguel -
    I think you are asking if you can copy transactional data from a BW cube into a BPC cube (cubes do not contain master data).
    If this is what you want to do, yes the BPC IMPORT package is a delivered data manager package that allows you to select a BW cube, transformation file, and additional options (such as work status checking and default logic execution).  The use of the Data Manager [process is the "best practice" since you will need to transform the BW data model into the BPC data  model and the tools delivered in the IMPORT data manager package are ideally suited for the job.  You can automate this process by following the guide at:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]  The specific document is:  "How to Export BPC Transaction Data Using a Custom Process Chain"
    If you are actually asking for the process for loading master data into BPC dimensions, please read the following "How To" guide that describes the current best practices:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]  The specific document is: "How to Automate Master Data Loads in BPC NW"
    Regards,   
    Sheldon

  • Pass transaction data from an InfoProvider to the BPC within BW

    Hi Gurus,
    I need to pass transaction data from an InfoProvider to the BPC Real-Time InfoCube, but I need to do from BW, and not from the BPC Excel interface.
    The reason is that I want to make the whole process in one step, and at the beginning of the process the end-user has to introduce some parameters in the BW, as we are launching the process chain from a transaction.
    Therefor I copied the process chain /CPMB/LOAD_INFOPROVIDER and tried to introduce the different parameters that are normally delivered by the prompt in the excel interface.
    Can anybody help? Does anybody know what parameters for each process type have to be introduced, in what form and if all the process types are needed?
    Making it with a normal BW transformation is also not an option, as we don't want to change from plan mode and stop people from planning.
    It is very important for my end user to do everything in one step, without having to enter the BPC Excel interface.
    Thanks in advance.
    Cheers,
    Àlex

    Hi Frank,
    I have checked and we have many processes in SM50 available for the job to use. Sometimes there are no other jobs running in the BW System except for the 2 jobs but still the 2nd job waits for the first to finish.
    I did another check on transaction code SM58 in BW System. Here it shows all the transactional RFC queues that is being generated by the 2 jobs. I saw that only TRFC queues are able to execute at one time. I am not sure if this is the problem but is it possible to set the number of queues that can be executed at one time to more than 2? If yes, where can I find such a setting?
    This is quite urgent as this problem causes all my jobs to end very late.
    Thanks.
    Shunhui.

  • Error occurs when loading transaction data from other cube

    Hi Gurus,
    I'm currently working on a Transformation File for loading Transactional Data from BW to BPC but a error message is displayed "Error occurs when loading transaction data from other cube". I have already checked permissions for my user, double checked my transformation file and the dimensions, made all conversion files needed and the message has not changed.
    Can anybody help me to solve this problem?!
    Thanks a lot & Best Regards,
    HH

    Hi,
    Here, the Transformation File & Conversion File. I have already tested both with another different InfoCube and they work but no for the one needed.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    P_0BASE_UOM=0BASE_UOM
    P_0BUS_AREA=0BUS_AREA
    P_0COSTCENTER=0COSTCENTER
    P_0FUNDS_CTR=*NEWCOL(null)
    P_0GL_ACCOUNT=0ACCOUNT
    P_0LOC_CURRCY=*NEWCOL(MXN)
    P_0MATL_TYPE=*NEWCOL(null)
    P_0VENDOR=0VENDOR
    P_DataSrc=*NEWCOL(UPLOAD)
    P_ZMATERIAL1=0MATERIAL
    P_ZMATERIAL2=*NEWCOL(null)
    P_ZMATL_CLASS=*NEWCOL(null)
    P_ZMATL_TESP=*NEWCOL(null)
    P_ZRATIO=*NEWCOL(KF_inpmdInt)
    Time=0CALMONTH
    SIGNEDDATA=0TOTALSTCK
    *CONVERSION
    Time=Time_conv.xls
    EXTERNAL     INTERNAL
    201101          2011.JAN
    201102          2011.FEB
    201103          2011.MAR
    201104          2011.APR
    201105          2011.MAY
    201106          2011.JUN
    201107          2011.JUL
    201108          2011.AUG
    201109          2011.SEP
    201110          2011.OCT
    201111          2011.NOV
    201112          2011.DEC
    Thank you for taking at glance to the files.
    Best Regards,
    HH

  • Problem while  data processing TRANSACTION data from DSO to CUBE

    Hi Guru's,
    we are facing problem while  data processing TRANSACTION data from DSO to CUBE. data packets  processing very slowly  and updating .Please help me regarding this.
    Thanks and regards,
    Sridhar

    Hi,
    I will suggest you to check a few places where you can see the status
    1) SM37 job log (give BIrequest name) and it should give you the details about the request. If its active make sure that the job log is getting updated at frequent intervals.
    2) SM66 get the job details (server name PID etc from SM37) and see in SM66 if the job is running or not. See if its accessing/updating some tables or is not doing anything at all.
    If its running and if you are able to see it active in SM66 you can wait for some time to let it finish.
    3) RSMO see what is available in details tab. It may be in update rules.
    4) ST22 check if any short dump has occured.
    You can also try SM50 / SM51 to see what is happening in the system level like reading/inserting tables etc.
    If you feel its active and running you can verify by checking if the number of records has increased in the cube.
    Thanks,
    JituK

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Load transaction data from R3 (FI, CO, HR, MM...) to BPC 10 directly

    Hi everyone,
    Anyone know if is it possible to load transaction data from ECC (FI, CO, HR, MM...) to BPC 10 directly? There is a documment titled "How to Implement Delta Loading of Transaction Data from ECC and BW 7.3 into BPC using Delta Initialization in BPC 10NW" but only refers to load data from BW.
    Thanks&Regards,
    Fernando.

    Hi Fernando,
    BPC NW 10.0 has DM packages that allow load of Master and Transaction data directly from ECC system, but it's very limited. I.e. just a couple extractors are supported right now.
    Regards,
    Gersh

  • BPC 7.5: Import Transactional Data Error

    When trying to run the Import Transactional Data package, the load will complete successfully (and all the data gets loaded), but when I go to view the log file I see the following error.
    Task name LOAD:
    BAdi not implemented for appset <APPSET>, dimension TIME, rule 00000001
    We recently transported this from our DEV system to our TEST system. There are no errors showing in the DEV system and everything transported correctly. Any ideas on why I may be seeing this error?

    Hi Howell,
    Any clue on how this error was resolved?
    We are facing this problem now in 7.5 SP13, in exactly the same scenario after transport.
    Appreciate if you could let us know.
    Thanks.
    Best Regards,
    Karthik AJ

  • Error while loading Transactional data from NW BW Infoprovider

    Hi,
      I am trying to load the transactional data using the delivered "Transactional data from NW BW Infoprovider" package and getting error message Error occurs when loading transaction data from other cube .
    Below is the transformation file content
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = TAB
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=NO
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 9999999999999
    ROUNDAMOUNT=
    *MAPPING
    ACCOUNT = 0ACCOUNT
    BUSINESSTYPE = *NEWCOL(NOBTYPE)
    BWSRC = *NEWCOL(R3)
    COMPANYCODE = 0COMP_CODE
    DATASRC = *NEWCOL(R3)
    FUNCTIONALAREA = *IF(0FUNC_AREA = *STR() then *STR(NOFA);0FUNC_AREA)
    GAME = *NEWCOL(NOGAME)
    INPUTCURRENCY = *IF(0CURRENCY = *STR() then *STR(NOCURR) ; 0CURRENCY)
    PROBABILITY = *NEWCOL(NOPROB)
    PRODUCT = *NEWCOL(NOPROD)
    PROFITCENTER = 0PROFIT_CTR
    PROJECT = *NEWCOL(NOPROJECT)
    TIME = 0FISCPER
    VERSION = *NEWCOL(REV0)
    WEEKS = *NEWCOL(NOWEEK)
    SIGNEDDATA= 0AMOUNT
    *CONVERSION
    Below is the Error Log
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/INFOPROVIDER_CONVERT completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    InforProvide=ZPCA_C01
    TRANSFORMATION= DATAMANAGER\TRANSFORMATIONFILES\R3_TD_P&amp;L.xls
    CLEARDATA= Yes
    RUNLOGIC= No
    CHECKLCK= Yes
    [Messages]
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other cube
    Application: ACTUALREPORTING Package status: ERROR
    Does anyone had this issue before or is there something that needs to be looked in the BW delivered task ?
    ANy Inpout will be appreciated.
    Sanjay

    Hello Guru,
    Currently i am getting below error while loading costcenter master data from BW to BPC.
    Task name MASTER DATA SOURCE:
    Record count: 189
    Task name TEXT SOURCE:
    Record count: 189
    Task name CONVERT:
    No 1 Round:
    Info provider  is not available
    Application: ZRB_SALES_CMB Package status: ERROR
    Anybody can tell me, if i have missed anything ???
    Regards,
    BI NEW
    Edited by: BI  NEW on Feb 23, 2011 12:25 PM

  • Problem in loading transactional data from to 0MKT_DSO1(ods) to 0MKTG_C01

    Hi,
    I am trying to load lead transaction data to the standard Crm lead management cube from ODS.There is a problem while loading transaction data from 0MKT_DSO1(ods) to the infocube 0MKTG_C01 as the field 0STATECSYS2(CRM STATUS)  is set to 10 in ods -meaning incorrect transaction. This feild is not there in the infocube.
    There is a routine in the cube that deletes data records with (0statecsys2) set to 10.
    THIS field is not coming in the transaction.
    so, where can i see the master data in crm source system? and why is that feild getting set to 10 ?
    thanks in advance!

    Thanks for the reply..
    I have checked the Fact table which shows
    1. packet Dimension
    2. Time dimension
    3. Unit dimension.
    I have kept the 0CALDAY as the time characteristics.
    Sample data i have loaded from ODS to Cube.
    Sample data in ODS.
    Sales order No_____0CALDAY_____AMOUNT
    800001___________12/02/2009____15
    I have loaded this data in Cube with Full Upload.
    Data in Cube.
    Sales order No_____0CALDAY_____AMOUNT
    800001___________12/02/2009____15
    Again i am loading the same data to cube
    Data in cube after loading.
    Sales order No_____0CALDAY_____AMOUNT
    800001___________12/02/2009____15
    800001___________12/02/2009____15
    The data is duplicated and it is not cumulating.
    Am i missing anything on this.
    Pls help..
    Thanks,
    Siva.

Maybe you are looking for

  • IPod touch 4th gen wont show up in iTunes, but my old iPod nano does.

    So I've looked up this issue on multiple forums and here, but it seems like everyone is having a simmilar issue, but not the same. I've gone through just about everything here: http://support.apple.com/kb/ts1369 and I've tried all the trouble shootin

  • Print Purchase Order from ME23N

    Hello.  I need to know, how the way to enabled the print button or print option on menu, when I see the P/O through ME23N Trx.  On my installation R3 4.7, When I click on print preview of the order, the button of print is disabled.  Authorization pro

  • Photoshop 12 -Saving Edited Photo's

    I used to be able to view both my original photos as well as edited ones in all my photo's.  Now when I save the edited version, if I want to view the original, I must go through the stacks.   Is there a setting that I can use, where when I save my e

  • Retrieve GOS Attachment

    Hi All, I am developing a program to retrieve the GOS attachment from PO attachment and send to the vendor through email. Kindly advise me to resolve this problem because I have no idea how to retrieve the attachment from the GOS table. Many thanks a

  • RAW 5.02

    Hi, App Store was installing RAW 5.02 more than 40 times and continues. Whats going wrong?