on 2015 Jul 10 3:26 PM
Hi,
I want to load transactional data from an Infocube to BPC.
My problem is, that I do not have all members available in BPC which are available in my Infocube.
It is possible to restrict my member selection in my conversion file?
So that all other members are skipped? The select options of the package is not what I want to use, because I have to select round about 100 members.
I want to validate the records, but this won't work with invalid members (n.a. in BPC).
Thanks and regards,
Simon
Request clarification before answering.
Hi Simon,
You can use conversion file to skip the records.
e.g. the ID start with the 6 , 7. assuming 5 is max lent of ID
6????=*SKIP
7????=*SKIP
If you have specific property, you can filter it SET SELECTION.
Or simply ignore the rejected records.
Shrikant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simon,
If you already have the list of your required members (over 100 as mentioned by you) you can list all the members in your conversion file and use the SKIP for rest all. For e.g.
Member 1 = BPC member 1
Member 2 = BPC member 2
...
...
...
...
.....
Member 100 = BPC member 100
* = *SKIP
Regards,
Ankur
Hi Simon,
You need to find the best logical way to group them and then use *skip and allow others to pass through.
the worst case would be enter 100 members into the conversion file and *skip the rest.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 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.