on 2013 Aug 21 4:03 PM
Hi BW Experts,
I am having issue with this cube.
Number of items 0CRM_NUMOFI are not getting updated in infocube though they are updated in DSO records.
This key figure is getting 0 value for all records.
Standard ETL used-
0CSAL_C09 Complaints Infocube
0CRM_COM Complaints DSO
0CRM_COM2 CRM Complaints (Items, lean extraction)
0CRM_COMPLAINTS_I CRM Complaints Item
Start Routine of this cube:
* ***** Rework necessary: *********
* No fully conversion of DATA_PACKAGE processing possible,
* adjust manually into:
* -> LOOP AT source_package ASSIGNING <source_fields>
* -> with preconfigured field symbol <source_fields> as structure
* for the error handling: We don't want that faulty data reaches the
* cubes
DELETE SOURCE_PACKAGE WHERE statecsys2 = '10'.
Please advise if any manual changes are required in start routine.
Thanks.
Hi
Check what the value for statecsys2 is . If it's '10' for your records it gets deleted. That might lead to your keyfigure being 0.
hope it helps
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rama,
We tried debugging it and continuing to do so....
we got some hint but note sure on what needs to be done to rectify it....
issue seems to be with standard code of transformation.....
will try this --- <> 10 filter in DTP
is it a good idea to re-install the standard transformation or shall we raise OSS note for it....
My mean if we use dtp with required filters at that time need comment that code.
Ex: statecsys2 = 1 to 45(avilable values)
You can enter ranges like statecsys2 = 1 to 9
statecsys2 = 11 to 45.
Its easy one. Try with dtp.
If your motto is just deleting records where statecsys2= 10, above dtp options are useful.
Thanks
User | Count |
---|---|
70 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.