cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Hierarchy load failed in bpc

Former Member
0 Likes
656

Dear all

we are loading master data hierarchy daily night in to BPC from  BI info object. for cost center dimension.

however it go failed saying duplicate records found. But the log status saying nothing rejected.

Could you please advise,? hHowever when we check the duplicate records mentioend in log, they got loaded into BPC.

as bpc doesnt allow duplication, why its still displaying duplicate records

NOTE: the package didnt fail till yesterday, but failed today.

Please suggest

transformation file

*OPTIONS

FORMAT = DELIMITED

HEADER = YES

DELIMITER = TAB

AMOUNTDECIMALPOINT = .

SKIP = 0

SKIPIF =

VALIDATERECORDS=NO

CREDITPOSITIVE=YES

MAXREJECTCOUNT=

ROUNDAMOUNT=

ENDROUTINE=ZHIERMAP

*MAPPING

NODENAME=NODENAME

HIER_NAME=HIER_NAME

PARENT=PARENT

ORDER=ORDER

*CONVERSION

HIER_NAME=0COSTCENTER_TO_COST_CTR_HIER_CONV.XLS

NODENAME=0COSTCENTER_TO_COST_CTR_HIER_CONV.XLS!NODENAME

PARENT=0COSTCENTER_TO_COST_CTR_HIER_CONV.XLS!PARENT

Accepted Solutions (0)

Answers (2)

Answers (2)

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Vijay,

Try to validate this transformation file with data and check the ST22  is there any message at the time of dump.

Shrikant

former_member186338
Active Contributor
0 Likes

Screenshots:

- Errors

- Conversion files

...

Vadim

Former Member
0 Likes

Dear Vadim

thanks for the prompt reply

attached log file, transformation file and convesion file

[just changed extension of .xls files to .xml for uploading as the restricted for file formats here] plz change extension to .xls after downloading.

please help

thanks

Former Member
0 Likes

transformation and conversion files

Former Member
0 Likes

hi Vadim

attaching in package log and tranformation file with extension txt, plz change it to .xls once downloaded

thanks

former_member186338
Active Contributor
0 Likes

Sorry, but please use readable format! Save my time!

Screenshots are attached directly (paste to the editor window)

Text files are simply inserted into messages.

Vadim

Former Member
0 Likes
Former Member
0 Likes
Former Member
0 Likes
Former Member
0 Likes
Former Member
0 Likes
former_member186338
Active Contributor
0 Likes

You have ENDROUTINE badi that can generate any possible duplicates if programmed incorrectly. Ask ABAPer to debug!

Also your conversion may result same internal for different externals (conversion for PARENT and NODE name).

Vadim