on 2019 Oct 23 7:32 AM
Hi Experts,
We have set up a DM load that loads data to BPC from BW through a composite provider.
Due to Validation rules set-up in the back-end (UJ_VALIDATION), BPC rejects invalid combinations, but sometimes, the amounts are 0.
These can ideally be ignored, but the package throws a Warning message which confuses the users.
I wanted to know if there is any way to not load 0 amount values in BPC? I already went through some blogs that suggest Start/End routine in BW. But we are directly inputting these values through BW-IP (Input Templates), so i am not sure if this is a possible option.
Any suggestions here, please?
Please let me know if any more information is required
Request clarification before answering.
Look on the old sample here: https://www.sap.com/documents/2015/08/20211f55-557c-0010-82c7-eda71af511fa.html
Your case is simple - just check signeddata value and if zero - don't copy it to exporting table.
Please accept the correct answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Vadim,
Ok I have 1 last ques.
Can this be done through a conversion file?
below is my conversion file -
EXTERNAL INTERNAL

and below is my transformation file where I am only loading the keyfigure ZIPA

and below is the source infoprovider.

When I run this, I still get rejected records as 0.
Is there anyway I can make changes to the conversion file to make this work, or is BADI the only option here?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can simply delete zero records in routine badi configured in transformation file. But are you sure that all zero records has to be removed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
Please find attached log of DM package. Here the package gives a warning and rejects data, because of invalid combination maintained in UJ_VALIDATION rules, but the amounts are 0.
But this confuses the users thinking data has been rejected, but its just amounts to 0.
We wanted to know if we can avoid loading '0' values all together into BPC.
I hope this clarifies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 | |
| 8 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.