on 2016 Aug 25 1:07 PM
Hello experts,
we import master data and their hierarchy from BW InfoObj.
In the first step, we import the master data and texts with some skips. If the master data have a specific attribute, they will be skipped. It works without problems.
In the next step, we try to import the hierarchy. But the skipped members cannot be found now and it submits no records/ hierarchy.
Member xxxx does not exist.
How can I skip the "skipped" members during the hierarchy import?
Thanks a lot!
Request clarification before answering.
Step 1: Importing Masterdata and Text
Transformation File:
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=
*MAPPING
RELEVANT_BUDG=JCBATTR1
*CONVERSION
RELEVANT_BUDG=RELEVANT_BUDG.XLS
Conversion File:
EXTERNAL INTERNAL
X *SKIP
* *
(Members with Attribute JCBATTR1 = X are skipped)
Step 2: Importing Hierarchy
Transformation File:
*OPTIONS FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=
*MAPPING
HIER_NAME=HIER_NAME
*CONVERSION
HIER_NAME=BUDG_HIER.xls
Conversion File:
EXTERNAL INTERNAL
J_JCBDFGF_1 PARENTH1
(Hierarchy J_JCBDFGF_1 has very straight forward structure: Every member under TOTAL node)
While importing the hierarchy, it goes through every member and tries to put under TOTAL node, but it does find the skipped member (which have Attribute JCBATTR1= X) and stops importing the hierarchy.
I could use a second conversion file to filter the skipped members, but it is then hardcoded and not dynamic. (Attribute JCBATTR1 values could change frequently)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.