Upload Master data and hierarchy from BW to BPC : Account Hierarchy

Hello,
I know that you all are aware the property "ACCTYPE" is not available in BW for Account master data.
The requirement here is to load master data and hierarchy for Account dimension from BW to BPC. Can anyone suggest the best approach to populate the priperty "ACCTYPE" in the account dimension member sheet in BPC during this automated load process?
Thanks and regards,
RJ

Sure,
For exemple:
Assume that your infoprovider is 0COSTELMNT and you'll fill the ACCTYPE with the attribute 0CSTELMNTYP. (It's just a exemple).
In the transformation file, in the mapping field you just map the attribute to the property.
*OPTIONS
*MAPPING
ID=ID
ACCTYPE=0CSTELMNTYP
SCALING=*str(Y)
RATETYPE=*str(AVG)
IS_INPUT=*str(Y)
*CONVERSION
You can also, define a hardcode for any property.
F.E: ACCTYPE=*str(EXP)
I hope this can help you.
Lucas

Similar Messages

  • BPC 7.5 NW: Import master data and Hierarchy from BI

    There is a HTG about Import master data and Hierarchy from SAP NT BW, the BPC cost center master data's property have corresponding attribute  InfoObject 0COSTCENTER of BW.
    what about for those properties which do not have corresponding attribute in BW? I would asume that START_ROUTINE and END_ROUTINE will do this in BPC side,  can we also do this on BW side instead of BPC side?

    Hi,
    You can check this in start routine which can be called from Transformation file using BADI.
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/28/b66863b41f47589b9943f80b63def6/content.htm
    Hope this helps...
    regards,
    Raju

  • How to load master data and hierarchies from R/3 systems

    HI all,
    how to load master data and hierarchies from R/3 systems.
    Please explain the steps.
    Thanks,
    cheta.

    HI,
    Its normally done following: Transferring the master datasources in RSA5 to RSA6 and then replicating the DS into BW and assignment of DS to Infosource and cretaion of Infopackage and load it into the master tables.
    Generally, the control parameters for data transfer from a source system are maintained in extractor
    customizing. In extractor customizing, you can access the corresponding source system in the source
    system tree of the SAP BW Administrator Workbench by using the context menu.
    To display or change the settings for data transfer at source system level, choose Business
    Information Warehouse → General Settings → Maintaining Control Parameters for Data Transfer.
    Note: The values for the data transfer are not hard limitations. It depends on the DataSource if these
    limits can be followed.
    In the SAP BW Scheduler, you can determine the control parameters for data transfer for individual
    DataSources. You can determine the size of the data packet, the number of parallel processes for
    data transfer and the frequency with which the status IDocs are sent, for every possible update
    method for a DataSource.
    To do so, choose Scheduler → DataSource → Default Settings for Data transfer.
    In this way you can, for example, update transaction data in larger data packets in the PSA. If you
    want to update master data in dialog mode, smaller packets ensure faster processing.
    Hope this info helps.
    Thanks,Ramoji.

  • Issues with loading master data and hierarchy from BI InfoObject

    Hi,
    I was successful with loading the master data from BI InfoObject. It copies the text node as well but it discards the space I have in the technical name when it copies it to BPC. For example if my Text Node technical ID is "NODE 1" it copies it as "NODE1" on BPC side because of which my hierarchy load fails as it is not able to find "NODE 1".
    What is the reason it deletes the space from technical ID? and how can I resolve this issue?
    Do we have a provision to write a ABAP exit where I can check?
    (PS: If i manuallay enter space on my BPC dimension the hierarchy loads successfully)
    Thanks in advance,
    Diksha.

    Hi,
    You can check this in start routine which can be called from Transformation file using BADI.
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/28/b66863b41f47589b9943f80b63def6/content.htm
    Hope this helps...
    regards,
    Raju

  • Master data and Hierarchy load based on property

    Hi,
    My GL account FSV looks like this in ECC:
    Node 1
       a/c 100
       a/c 200
    Node 2
       a/c 100
       a/c 200
    Node 1 accounts are all debits (so debit flag is checked for them).
    Node 2 accounts are all credits (so credit flag is checked for them).
    The same comes in BW.
    When I am pulling it in BPC, it is saying that a/c 100 and a/c 200 has different parents.
    I want to create two new accounts for each i.e. 4 in total
    credit_100
    credit_200
    debit_100
    debit_200
    Need some help in writing the conversion logic for these.
    Basically, we have to look at the property (debit/credit) and then assign a/c100 either to credit_100 or debit_100.
    same for a/c 200.
    Please advise at earliest.
    Thanks.

    Hi,
    You can use the mapping section of the transformation file for this purpose. It should be something like:
    *COL(5) + *Str(_) + *COL(1)
    I am considering that the 5th column of your file is the property. The 1st column is the ID.
    Please take a look at the below link for more information:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/5d/9a3fba600e4de29e2d165644d67bd1/content.htm
    Hope this helps.

  • SAP BPC 7.5: Master Data and Hierachiy Load from InfoObject

    Hallo Forum Participants,
    I am going to load Master Data from a "Clarity" Reporting Tool in BW to SAP BPC 7.5 via Process Chains (/CPMB/IMPORT_IOBJ_MASTER, /CPMB/IMPORT_IOBJ_HIER) delivered from SAP.
    These Process Chains load the Master Data and Hierarchies from an InfoObject. To find out more about Ticking of BPC I have performed a following test. So, on BPC Admin Interface I have duplicated the Dimension u201CAu201D and called it as Dimension u201CBu201D (in BW site InfoObject u201CAu201D and u201CBu201D). In the Member Sheet of Dimension u201CBu201D I have implemented the several changes und tried to load Master Data from BW namely from infoObject u201CBu201D into BPC Dimension u201CAu201D. Therefor I created a transformation file and mapped one for one IDu2019s. The data Manager started these chains, but resulted nothing (Status: red X).
    What are the features of BPC InfoObjects in Comparision with regular InfoObject?
    How can I load Hierarchies into InfoObject?
    What else I must take into account?
    Why does not work this simple test?
    Regards.
    Alisher
    Edited by: Alisher Babaev on Jan 6, 2012 1:59 PM

    Hallo pkrishna,
    so it is successed with master data load, but without hierachiies.
    My Master Data Properties on Dimension Sheet are:
    -ID
    -EVDESCRIPTION
    -PARENTH1
    -CURRENCY
    I have mapped as below:
    ID=ID
    CURRENCY=/CPMB/CURR
    /CPMB/CURR- my technical id in BW.
    In the Note you advised transformation file has been mapped like below:
    -NODENAME=NODENAME
    -HIER_NAME=HIER_NAME
    -PARENT=PARENT
    -ORDER=ORDER
    After executing of package i get whether rejected list or log file. No data can be retirieved from InfoObject.
    Have you any Idea?
    regards

  • Problems with uploading master data in BI 2004S

    Hi all,
    I wanna upload master data in FI from R/3 System to BI System. I created its <b>transformation</b>. Then, I <b>migrated</b> it WITH EXPORT option. After that, I created <b>Data Transfer Process</b> (DTP), I didn't change any thing, just "Save and Active". Then I created <b>InfoPackage</b> for it => choose Schedule tab and press Start. Open DTP and choose Execute tab -> press Execute.
    1. In the case of successful process (the log showed no  errors), How can we check that data is transferred successfully?
    2. <b><u>Case 2:</u></b> I did all above steps for a data source. But when I opened InfoPackage -> it said <b>"This InfoPackage has been already in Process Chain"</b>... I still continued to execute its DTP but I failed. The log said that the data was duplicated.
    What does it mean? And what should I do in this case?
    3. <b><u>Case 3</u></b>: I have a data souce Account Type with <0ACCT_TYPE_TEXT> (icon dialog). I migrated it but failed. Then, after I refreshed, this datasource moved to the group that had been migrated before (in the end of the tree) but <0ACC_TYPE_TEXT> disappeared.
    So, I cannot create DTP or InfoPackage for it to transfer. In this case, Do I have to re-create a DataSource? What should I do?
    Thanks in advance.

    case 1:
    Check there might be duplicate record. as it is a text datasource language may be maintained. U can check in monitor what record is showing error.
    case 2:
    If u migrate the data source then it is a BI7.0 version.
    If u want to recover 3.x datasource then u need to use RSDS .
    Then again u can create Data Transaformation and DTP and migrate once again.
    then load the data.
    Normally if u r working on BI7.0 do all the stuffs(DT, DTP) using 3.X version then do the migration of datasource else if u migrate first and do the transformation then u will have to manual mapping and u may missed and do a lot of mistakes.
    Thanks,
    Debasish

  • UPLOAD MASTER DATA FROM SAP GL TO ACCOUNT DIMENSION

    hi
    how can i upload master data (chart of account) from BW 0GL account info object to BPC Account Dimension ?
    how can i upload the hierarchy, there is no hierarchy in ECC for the chart of account

    SAP offers free content + documentation in the form of rapid-deployment solutions (RDS). 
    In the Extended Financial Planning Rapid-deployment solution, there is a module called G/L Financial Planning which includes the full load of SAP-based account dimension from SAP ERP to BPC via BW. This content introduces BPC-based Package Links as a best practice way to load master data (including the account hierarchy and transaction data).  You can download the content and documentation from the highlighted page above or HERE.
    SAP also offers free training on the EPM rapid-deployment solutions in the EPM RDS Academy 2015 on SAP JAM. If the link to the Academy does not work, please register HERE and SAP will invite you.

  • Upload Master Data from R/3 to BW

    Hi,
        I want to upload master data from R/3 into BW.
    Regds
    Dayakar Reddy.

    Hi
    1 activate 0Material from R3 side this datasource corresponds has the extract.struct. BIW_MARA_S correponding to material master data (what you need)
    2 install 0Material from business content
    3 replicate in BW
    4 assign your datasource 0material_attr to the infosource 0material_Attr if flexible or create an infosource with direct update
    5 activate transfer rules (if flexible)
    6 create update rules from 0material to your infosource (if flexible)
    7 create an Infopackage, launch the job and check the monitor to see if the upload works.
    Regards

  • 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

  • Upload master data tables from legacy systems with XI on BW

    Hi developers,
    Can you help me  to reconstruct the steps necessary for upload master data, deriving by legacy tables, on BW system using XI?
    Thanks in advance

    Hi,
    see the following link https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/52398597-0601-0010-868a-fd95f8061d85
    Rgs
    Antonino

  • How to regularly update the Master data/Text/ Hierarchy for BW DEV?- Urgent

    Hi Experts,
    Can anyone help me to understand how to update the Master data/Text/ Hierarchy regularly for BW DEV.
    Since all the new query developments are taking place in DEV, users are not finding the latest Masterdata/ Texts /Hierarchy in the DEV system.
    I have searched in SDN and got a document "HOW TO DOWNLOAD A HIERARCHY TO A FLAT FILE". However, is there any other way to upload the master data automatically on periodical basis.
    Please help urgently.
    Advance Thanks,
    BW USA

    If you want to extract master data from PRD in order to load in DEV, i suggest to do this (its a tricky thing):
    For example, you want to download 0EMPLOYEE
    1-In PRD, transaction RSD1
    2-Enter 0EMPLOYEE
    3-Copy the Master table for 0EMPLOYEE (/BI0/MEMPLOYEE)
    4-transaction SE16
    5-Enter the table name /BI0/MEMPLOYEE
    6-in the selection screen, go to "Options" Menu and select "User parameters", and now select "Standard List SE16"
    7-Execute
    8-Now its show's up the 0employee data, go to "System" menu - List - Save - Local File
    9-After you have the flat file, only rest create Infopackae in DEV Env. and load it from the flat file.
    Asigns points if useful.
    Regards

  • Material master data and Asset

    Hello Guys
    Considering the every material master data that I am buying will end up been an Asset in my company.
    I would like to know how can I alredy related the material master data that I am creating with a possible hierarchy to make it esier at the time of creating the asset?
    Some one could briefly explain to me how can I related the material master data and a creation of an asset in SAP?
    thanks

    Hi guys
    Jignesh Thakkar
    That was really good answer you gave it is according with the Help instruction that I read, but the main point for me is that I will not know the asset description or capitalized date or serial number,  location, etcu2026 until I goods receipt the individual material creating serial nods and the equipment master data.
    In this scenario from the equipment master data is there any way to create an Asset master data, create the asset master data with the information of the GR equipment master Data or populate the Asset AS01 with the equipment master data?
    Otherwise I will need manually create the Asset and manually synchronize the equipment with the asset?
    Thanks Guys it have been incredibly helpful this network I hope I can help some one in future as it have been helpful for me at the moment.
    Carlos

  • Upload Master Data

    Hi Gurus,
    How we can upload Master Data?
    Which extraction process can be used for Master Data? Can we upload master data from R/3? I can upload MD from flat files. But need a reallife scenario.
    In a project, how master data is loaded and how transactional data is loaded in general? Which Extraction processes are most popular for both master and transactional data?
    Can anyone help me explaining the activities carried out in a project lifecycle?
    Like when we create InfoObj, DS,IS,Infocube etc... when and how to load data into it etc etc...
    Points for sure.
    Thanks,

    Hi sap bw,
    Yes you can upload data from r/3 ..
    The big picture for it, you need to create the master data in BW including trans. stru, trans. rules, data source for it's attributes.
    For the r/3 you need to create the data source.
    For the detail:
    1. Create data source in r/3.
    tcode: rso2
    create data source for master data using that tcode.
    2. Create master data in BW.
    replicate the data source (right-click in source system at RSA1 => choose for replicate metadata).
    Create trans. stru, trans. rules to the attributes. Make a mapping using those things.
    Btw, if you need the text, you can do below steps but for TEXT (tcode RSO2, there is for TEXT).
    Hopefully it can help you a lot ..
    Regards,
    Niel
    thanks for the points you choose to assign.

  • Upload Master data into Info object

    Hi Friends,
    is it possible to upload master into an info object.
    I know when I flag the info object as "info area" I can upload texts and attributes by data sources.
    But is there a procedure for a normal info object.
    Let say.
    I have an Info Object Country(char, 3) and a file like
    Country;Description;Language
    001; Germany;EN
    002; Poland;EN
    003;Norway;EN
    004......
    120;Hungary;DE
    Is there allready a procedure or do I have to write a program?
    Thanks in advance for you help.
    Rg. Jimbob

    Hi Jimbob,
    Normally your Characteristic InfoObject are set to become master data if you tick on the;
    "With master data"
    You can also load text description if you tick on the
    "With text"
    Both can be found in the Master data/texts tab.<br /> <br />
    Now a prerequisite for you to load data in a BW standard way is by going to the InfoProvider tab of RSA1 then right click>insert Characteristic as InfoProvider in the infoarea where you would like to see you master data.
    Based from your example your datasource will be your flat file.
    So you need to create a flat file data source with the structure of your file.
    Once you have this already you can create a transformation under texts of your master data.
    (Expand master data, right click at texts&gt;create transformation)
    Then thats it.
    You can now load your data from your file, just update the infopack and DTP correspondingly on how you would like to do your data loading.
    Let me know in case you have further clarifications on the step.
    Hope this helps, Thanks a lot.
    - Jeff

Maybe you are looking for