cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC 10.1: “Member XXXXX does not exist” when running hierarchy package

former_member198905
Participant
0 Kudos

Hi Expert

I need your expert advice regarding errors in loading hierarchy into SAP BPC10.1 from SAP BW7.4.

When executing hierarchy package to load 0GL_ACCOUNT / 0PROFIT_CTR / 0COSTELMNT / 0COSTCENTER it shows following error multiple times:

“Member <Hierarchy Node Name> does not exist”

OR

"Detected duplicate members ID <Hierarchy Node Name>"

My Transformation file code is following:

*OPTIONS FORMAT =

DELIMITED HEADER = YES

DELIMITER = ,

AMOUNTDECIMALPOINT = .

SKIP = 0

SKIPIF =

VALIDATERECORDS=YES

CREDITPOSITIVE=YES

MAXREJECTCOUNT=

ROUNDAMOUNT=

*MAPPING

NODENAME=NODENAME

HIER_NAME=HIER_NAME

PARENT=PARENT

ORDER=ORDER

*CONVERSION

HIER_NAME=CE_HIER_CONV.XLS

NODENAME=CE_HIER_CONV.XLS!NODENAME

My Conversion file contained:

CONVERSION Tab:

EXTERNAL INTERNAL FORMULA SCPNLK.FAC PARENTH2

NODENAME Tab:

EXTERNAL INTERNAL FORMULA * js:%external%.toString().replace(/\s+/g,"")

How can I remove these errors?

Waiting for your helpful reply.

Regards

ISKhan

former_member186338
Active Contributor
0 Kudos

Sorry, but do you understand that the tag:

SAP Business Planning and Consolidation, version for the Microsoft platform

has no relation to your question? The question is about BPC NW

former_member186338
Active Contributor
0 Kudos

First you load members using /CPMB/IMPORT_IOBJ_MASTER

You have to provide full details about this process (including selection screens) to understand issues with hierarchy load. Hierarchy load is working with master data loaded!

Accepted Solutions (0)

Answers (15)

Answers (15)

former_member198905
Participant
0 Kudos

vadim.kalinin If you detect any missing code of my master data and hierarchy Transformation & Conversion files. Can you please mention the correction?

MASTER DATA TRANSFORMATION FILE:-

*MAPPING
ID=0CO_AREA+ID
SCALING=*NEWCOL(Y)
CO_AREA=0CO_AREA

HIERARCHY DATA TRANSFORMATION FILE:-

*MAPPING 
NODENAME=NODENAME
HIER_NAME=HIER_NAME
PARENT=PARENT
ORDER=ORDER 

*CONVERSION 
HIER_NAME=CE_HIER_CONV.XLS
NODENAME=CE_HIER_CONV.XLS!NODENAME 

HIERARCHY DATA CONVERSION FILE

CONVERSION Tab:

EXTERNAL    INTERNAL FORMULA 
SCPNLK.FAC  PARENTH2 

NODENAME Tab:

EXTERNAL   INTERNAL                                      FORMULA 
*          js:%external%.toString().replace(/\s+/g,"") 
former_member198905
Participant
0 Kudos

Cost Element data display in RSA1:

former_member198905
Participant
0 Kudos

Already shared screen shot of Info objects used in 0COSTELMNT. in page1.

If you need data in RSA1 then I share you also. please let me know.

former_member198905
Participant
0 Kudos

vadim.kalinin kindly response.

former_member186338
Active Contributor
0 Kudos

Again:

Please provide a screenshot of dimension members of 0COSTELMNT in RSA1

former_member198905
Participant
0 Kudos

Check COSTELMNT dimension in BPC:

former_member198905
Participant
0 Kudos

Check now Attribute & Compounding tab screen shot:

former_member198905
Participant
0 Kudos

As you said I copied my transformation files of MD and Hierarchy load and screen shots of all steps in sequence.

What you need more to troubleshoot the issue?

As per COSTELMNT dimension screen shot hierarchy column is empty.

How can I fill it with hierarchy nodes.

former_member186338
Active Contributor
0 Kudos

Please provide a screenshot of dimension members of 0COSTELMNT in RSA1

former_member198905
Participant
0 Kudos

vadim.kalinin waiting for your response.

former_member186338
Active Contributor
0 Kudos

Sorry, but I do not see clear picture... Your transformation file don't match the dimension results...

former_member198905
Participant
0 Kudos

Check the Cost Element dimension with loaded data screen shot:

former_member198905
Participant
0 Kudos

How can we load Parent and base members with text in master data load?

If Conversion code needed in Transformation & Conversion files what should be ?

in RSA1 hierarchy cost element shows as:

former_member186338
Active Contributor
0 Kudos

Please post a screenshot of the BPC dimension with members loaded! I want to see result

former_member186338
Active Contributor
0 Kudos

During master data load you load both base members and parents.

*MAPPING

ID=0CO_AREA+ID

result will be combination of 0CO_AREA and 0COSTELEMENT

During hierarchy load each loaded member will be checked against hierarchy in 0COSTELEMENT:

NODENAME=NODENAME "not 0CO_AREA+ID

PARENT=PARENT "not 0CO_AREA+ID

Look on hierarchy SCPNLK.FAC of 0COSTELEMENT in RSA1

former_member198905
Participant
0 Kudos

How can I load both base members and parents with text during master data load?

In RSA1 hierarchy shows as:

PROFIT & LOSS (MONTHLY ANALYSIS)  00000001 0HIER_NODE SCPNLK.FAC        01    00000000 00000002 00000000
GROSS MARGIN 00000002 0HIER_NODE SCPNLKGM.FAC 02 00000001 00000003 00000077
REVENUE 00000003 0HIER_NODE SCPNLKR.FAC 03 00000002 00000004 00000050
SALE 00000004 0HIER_NODE SCPNLK1007.FAC 04 00000003 00000005 00000023
INTERNAL SALES 00000005 0COSTELMNT SCDAA002 05 00000004 00000000 00000006
ADJ OF SALES 00000006 0COSTELMNT SCDAB001 05 00000004 00000000 00000007
former_member186338
Active Contributor
0 Kudos

imran.shafiq

Sorry, but unreadable! Screenshot will be better!

former_member198905
Participant
0 Kudos

Thanks for mentioning. Check now.

former_member198905
Participant
0 Kudos

I think Conversion file is use only for hierarchy so please suggest the conversion file code.

Images are attached.

former_member186338
Active Contributor
0 Kudos

I will NEVER answer to the question with images inserted using "Insert File" instead of correct "Insert Image"!

former_member198905
Participant
0 Kudos

Thanks for correcting my tag selection.

My Transformation file code for COST CENTER / COST ELEMENT / PROFIT CENTER Master Data loading:

*OPTIONS

FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=

*MAPPING

ID=0CO_AREA+ID
SCALING=*NEWCOL(Y)
CO_AREA=0CO_AREA

All the Master Data loading steps with screen shots is attached for your review.

step1-3.jpg

step4-6.jpg

step7-8.jpg

former_member186338
Active Contributor
0 Kudos

CONVERSION section is missing...

No images inserted...

former_member186338
Active Contributor
0 Kudos

Javascript in your conversion file will replace all spaces from ID with nothing!

Sample: different ID's

AAA BB C
AAA  BB C
AAABBC
AAA BBC

Will result in the same ID

AAABBC

Can be the reason for your issue - check in BW ID's with spaces