Financial Management Blogs by Members
Dive into a treasure trove of SAP financial management wisdom shared by a vibrant community of bloggers. Submit a blog post of your own to share knowledge.
cancel
Showing results for 
Search instead for 
Did you mean: 
RamanKorrapati
Active Contributor
33,182

BPC 10 NW how to load master attributes/text and hierarchy load.

MY BPC have Dimension name = ACCOUNT,

BW Info object = 0GL_ACCOUNT, my gl account have compounding info object 0CHRT_ACCTS.

MY BPC dimension ACCOUNT have properties - ACCTYPE, PARENTH1 and other mandatory fields, we maintained hierarchy for gl account in bw side and bpc also.master data attributes/text and hierarchy load from BW info object

First we need to master attribute/text load. below is the transformation file.

For account type we are passing constant value as EXP if we get blank from BW.

*OPTIONS

FORMAT = DELIMITED

HEADER = YES

DELIMITER = ,

AMOUNTDECIMALPOINT = .

SKIP = 0

SKIPIF =

VALIDATERECORDS=YES

CREDITPOSITIVE=YES

MAXREJECTCOUNT=0

ROUNDAMOUNT=

*MAPPING

ID=0CHRT_ACCTS+ID

ACCTYPE=*IF(ZACC_TYPE = *STR() THEN *STR(EXP); ZACC_TYPE)

*CONVERSION

go to Excel, Data maanger, choose transformation file--> Validate and process T/fer file

As below

while validating transformation file, need to give below options.

Data type as Master attributes/text from NW info obj from bw., select the bw info obj and bpc dimension name.

go to SET selection tab, you can enter chart of accounts(am giving as ABCD) in attribute, provide bw gl account hierarchy name and choose set filter by attribute or not. Below screen is entering attribute value for chart of account.

below am provided hierarchy name(BW hier name)

Normally default one selected is set filters by attr and hier. but when we have hierarchy to our dim, then we need to choose OR option which shown below.

after setting above options, save , after the success of validation,

Run DM package for master data attributes.

Click on run package on import master data attr/text infobj

with selection of info object and dim.after the successful of attr/text load need to run hierarchy load.

See the part1

Thank you all

20 Comments
haripriya_pampana
Contributor
0 Kudos

Nice doc....Thanks for sharing......

RamanKorrapati
Active Contributor
0 Kudos

Thank You Hari.

srinu_s1
Active Contributor
0 Kudos

Helpful document. thanks for sharing. :smile:

Former Member
0 Kudos

Hi Raman

Every step is clearly explained...  :smile: Thank you so.. much for putting wonderful effort and sharing..it for us.

Thanks

Venkat

Former Member
0 Kudos

Thanks for short & sweet doc :smile:

Former Member
0 Kudos

Nice doc....Thanks for sharing....


Thanks

Naresh

amine_lamkaissi
Active Contributor
0 Kudos

Nice doc Raman, I'm waiting dor the others parts :smile:

Amine

md_fasi
Participant
0 Kudos

Thanks!

md_fasi
Participant
0 Kudos

Thanks!

Former Member
0 Kudos

In you transformation file, you load the ACCTYPE as "EXP", while in reality, there are 4 type of account type for the balance sheet hierarchy, is this mean that you have to manully modofied those account in BPC for each node?

Former Member
0 Kudos

I dont have such package-

Run DM package for master data attributes.

Click on run package on import master data attr/text infobj

How to add it in the model? (in each standard model there is different list of packages)

RamanKorrapati
Active Contributor
0 Kudos

first time we need to add packages  , please go thru below link.

Data Manager - SAP Documentation

Former Member
0 Kudos

Thanks, I see the list of packagesmust be organized by default it is empty, do U have same tutorial but fro import data from flat file?

RamanKorrapati
Active Contributor
0 Kudos

As of now i don't have. if you need any clarity on it, you can post your issue at this BPC forum. You will get answers.

Former Member
0 Kudos

Hi All,

My Current EPM Addin is SP19 and The NW is CPMBPC 800 SP14.We tried loading the master data with Hierarchies.I have 2 issues:

1. While loading the master data (IMPORT_IOBJ_MASTER) , If I want to Load the Hierarchy Ids along with , its working only if I Provide the Filter in Set Selection.Else It fails With

Error:Error in Admin Module or Component Used by Admin module.

Dimension member ? in an invalid member ID.

2. If I provide the Filter , step 1 is succeed ,, but While loading the Hierarchy , I am facing the below Error:

Time version of Dimension "BW_PLANT" does not exist.

My BW hierarchy is Time Independent , Can Anybody please explain why The Above error is coming and How can we resolve it.

Rashmi.

Former Member
0 Kudos

Can anyone tell me the significance of the Key Date when setting selections?

try4it
Discoverer
0 Kudos

well explained.

chandrasekhar_p1
Discoverer
0 Kudos

Nice Document RK. Thanks for Sharing.

Former Member
0 Kudos
Hi kr.ch,

Thanks for the nice doc. I think the process above loads just members (attributes) not hierarchy. I heard that each node of the hierarchy must be loaded as members. How do you do that? do you choose levels in the hierarchy ?
GSerfiotis
Participant
0 Kudos
I, also, have the same question: how to populate the acctype property for ACCOUNT-related dimensions? If a flat value like "EXP" is used in the transformation file, it will overwrite manually adjusted entries (i.e., AST, LEQ, INC) during the next master data load.