Quantcast
Channel: SCN : Discussion List - SAP Business Warehouse
Viewing all 6437 articles
Browse latest View live

Data source enhancement

$
0
0

I got a scenario where we done enhancement and added a field in datasource and the newly added field does not contain any historical data, but the datasource contain the data and is loading the data from past 1 year. After enhancement in ecc, coming to BI side while using infopackage whihc update can be used ?

 

And there is a staging target standard dso and reporting target is Cube in the above scenario. And the cube and DSO contain historical data, how to add the enhanced field to the DSO and Cube, Please provide me suggestion.


Deleting entries in a Planning Cube (BI)

$
0
0

Hello Gurus,

 

I have a requirement to delete entries from infocube but the problem is that the cube is a real time cube which has planning functions thus making cube to be a plan cube. Since infocube is plan cube i can't perform selective deletion. I searched SCN forum and found solutions that suggest to change behaviour of infocube from plan cube to load and then perform selective deletion and then again reverse the behaviour of infocube. The problem with this approach is that i have to manually do this, which client is not in favour of. I found one forum which describe about BW delete functionality (http://scn.sap.com/message/10539908). since i am new to BI planning function concept, Thus i am not able to get it. Can anyone suggest whether we can use delete planning functionality and if yes how to create it for infocube in detail.

 

I found a custom way to delete entries from infocube by using open sql statements directly on fact tables of infocube. But client found it be a drastic approach because we are directly performing deletion on database table thus leading to inconsistency. Thus we tried to find standard function module/BAPI or BADI to do this task. So we thought to use RSDRD_SEL_DELETION FM to delete but i am not  able to understand what is the reason behind that it is not deleting entries. I think, possible reason will be that infocube is a plan cube.

 

 

Please help me on this because it is getting delayed from past 2 months.

 

 

Thanks

Faiz Khan

0CALDAY to 0CALQUARTER in Expert Routine

$
0
0

Experts,

 

I need to populate 0CALWEEK, 0CALMONTH, 0CALQUARTER & 0CALYEAR in the cube from 0CALDAY in DSO. I wrote the below code in the expert routine. 0CALMONTH & 0CALYEAR are populating perfect, but 0CALWEEK  is coming in wrongly (displays 201308 for 8/12/2013) and 0CALQUARTER is throwing an error at the time of DTP load.

 

I have been successful in the past with regular transformations where in a one to one mapping between 0CALDAY & 0CALWEEK/0CALQUARTER etc, but this is my first time doing this in an Expert Routine. Please share your solutions. Thanks.

 

 

..............................................................................

 

LOOP AT SOURCE_PACKAGE into source_pkg.

      Clear result_pkg.

      Move-corresponding source_pkg to result_pkg.
     
     result_pkg-CALMONTH  = source_pkg-CALDAY.

      result_pkg-CALQUARTER  = source_pkg-CALDAY.

      result_pkg-CALWEEK  = source_pkg-CALDAY.

     result_pkg-CALYEAR  = source_pkg-CALDAY.

Brain (417) - The Subformula is not available, unable to run the query

$
0
0

Hello ,

 

I have searched the forum and haven't got this issue's resolution so posting as a new question .

I have one report which is throwing errro while executing as

ERROR BRAIN (417)  :  The (Sub) formula XXXX is not available .

Query XYXYXYX could not be openend.

 

i open the deifiation of query and done acheck , it is showing a error message  as "The sub formula XXXX is not available  "

The query was last changed 3 yrs back and it iwas runnnig perfectly till last week .

i tried to regenrerate query through rsrt but no luck .

I am on BI7 - SP17.

Kindly advice if any one face the similar issue and know the solution .

 

 

Regards,

CR

Missing Purchasing Data: Reload 2LIS_02_SCL

$
0
0

Good day

 

I need your expert assistance please?

How it exactly happened, nobody knows, but the result is that a client lost Purchasing data '2LIS_02_SCL' for a certain data, and not all of it.

 

This is what I could gather: On the evening of 20130812, the Info package got a timeout due to ERP dialogue and BGD processes not being available. The IP for Purchasing (2LIS_02_SCL) started the job in ERP and the job did finish, but BW never received the message that the ERP job has been successful. The Info Package which indicates that an x amount of records were transferred but not received, got a timeout and was restarted just to bring in zero records in the delta. We could not use the PSA as delta was not received. According to ERP, the delta was delivered but delta records was nowhere to be found. A 'repeat' delta was not done by the Ops person.

The PSA is not available for this delta.

A next delta was run later that day and it brought in some data for 20130812 and some for 20130813. So they are missing data for 20130812.

I know what the process is to re-extract the data from ERP (i.e transaction codes 'LBWG - Delete Newly Reorg. BW Data' and 'OLI3BW - Reorg.PURCHIS BW Extract Structures', RSA3, etc) but what I would like to know is how do I know which documents to extract from ERP as some were already in the system?

 

I have tried the following:

(1) Made a list of the Purchase document numbers in the InfoCubes loaded for 20130812.

(2) Obtained all the Purchase document numbers from ERP table EKKO and compared the 2 lists. The missing document numbers is according to me the ones I should re-extract, but I am not sure if this is the correct route to follow.

Can anyone tell me HOW TO reconcile and only load the missing PO document numbers for 20130812?

(Note: I know how to reload it from ERP, not what should be loaded to ensure that I do not have overlaps/duplicate PO’s)

Your assistance will be appreciated.

Cj

Data Load issue for 0CO_OM_OPA_6

$
0
0

Hi All,

 

I install 3.x  0CO_OM_OPA_6 data flow & migrated to 7. When I try to load data from datasource to dso, the load is failing. The error says "Exceptions in Substep: Rules" and messages points to function module "CO001_BIW_PARTNER_DECODE" which is part of the transformation between datasource and infosource.

 

This function module imports partner and partner IO value. Earlier the data was not present in these fields. I edited PSA to added values to the fields. Still getting same error message.

 

Please let me know how to fix this issue.

 

Thanks,

Hemanth

The object name is not allowed to be empty in a hierarchy

$
0
0

Hello

 

I'm trying to load the hierarchy for 0FUNCT_LOC in SAP BW 7.3. I have this error :

Data_2013-08-19_14-23-34.png

 

On the PSA I have this Hierarchy header :

PSA Maintenance_2013-08-19_14-25-21.png

 

And I have this Hierarchy nodes :

PSA Maintenance_2013-08-19_14-25-21.png

 

And in the InfoPackage, I have this :

PSA Maintenance_2013-08-19_14-25-21.png

 

Is there something special to do?

 

Thanks!

BI 7.3 Upgrade

$
0
0

Dear All,

 

I have below Queries on BI 7.3 Upgrade,

 

1.   1.We are planning to upgrade our Current BI Landscape 7.01 (support pack 6) to 7.3 (Support pack 7) with Hana Database, Can we upgrade from 7.01 to 7.3 directly?

      2.Can you please let me know what are all are the pre-requisites that we need to take - before and after the upgrade. For Example Additional space Etc.

      3.It would be great if you can share your experiences during upgrade.

      4. Is there any reference Activity plan that we can follow.

 

Thanks,

Rakesh.


How to find query execution times?

$
0
0

Hi To All,

 

How to find Particular Query how many times it Executed? is there any TCODE are Program is there?

 

 

Thanks

Narasimha

Change Log deletion Variant not working in process chain

$
0
0

Hi Friends,

 

We have been experiencing problems in deleting change log data for few targets in production system. The change log data is not getting deleted from the Change logs for respective targets via standard process available for Process chains.

 

Has any one experienced this before & if yes then what's the solution?

 

Some important points:

 

We recently upgraded from SAP BW 7.0 to SAP BW 7.1. Immediately after upgrade change log deletions via standard variant worked fine for a months time but after that the change log requests are not getting deleted for some reason.

 

While searching online i came across a wiki blog which pointed out certain steps which are already applied to our system.

 

http://wiki.sdn.sap.com/wiki/display/BOBJ/Change+Log+and+PSA+Variant+does+not+delete+the+Change+Log+and+PSA+requests

 

Thanks

Pawan

Cube: Collapse with zero-elimination

$
0
0

Hi

 

We get records with zero values for all keyfigures.

After loading into the infocube we collapse the F-table with zero-elimination active.

 

Unfortunately the zero-elimination doesn't work.

 

Any ideas?

 

Thanks

Deletion of mass request ID in Master Data and Transactional Data

$
0
0

Hi Experts,

 

I have a requirement a requirement to delete All master Data and transactional Data in BW Systems.

I am looking for a Tcode or a workaround to automate the deletion.

If there is no Tcode existing for such scenarios, could we use table RSICCONT for deletion? Is that possible? No issues after with DB?

 

Thanks

No transfer structure is available for InfoSource in the source system

$
0
0

Hello

 

We have currently did a R3 and BW system copy for our new proj. our basis guys ran bdls to convert the existing transformation to adopt the new source and target.

 

Iam trying a load for a 7.0 datasource 0material_attr. I am getting a below error "No transfer structure is available for InfoSource 0MATERIAL_ATTR in the source system".

 

If it is 3x, i wil replicate the datasource and run RS_TRAN_DATASRC_ACTIVATE_ALL to activate the transfer rules.

 

But here i am left with no options as this is a bi7 transformation.

 

Please help me.

 

 

Thanks

Karthik

MultiProvider does not show correct infooject attributes for a specific infoprovider

$
0
0

Hello Gurus,

 

I have a distinct scenario where when running a query or listcube on a multiprovider the attributes for an infoobject is showing incorrect values for a specific infocube. The object is mapped equally to all 3 infoproviders (0salesemply) and the value is the same under all 3 infocubes. But for some reason for one of the infoprovider, when listing the attribute is showing the old master data values.

 

I did the same listcube in that specific cube and the attribute values are correct, diferent from what is shown in the multicube

I have run the rsrv for all 3 infocubes and infoobject and no errors were found.

I have checked the master data and it is active and the tables do not contain a "M" record.

 

Does any know of a SAP note or if there is something I'm overlooking here.

 

Thanks,

 

Alex

Program to trigger a process chain on the 5th and 10th working day of the month

$
0
0

Hi All,

 

I have a requirement, where in I need to trigger a process chain on the 5th and 10th working day of the month.

 

I have checked the option of using Workday in the variant by choosing the Calendar and the option 'Beginning of the month'.

 

But what is happening is - it triggers the load on every 5th and 10th working day of the month.

 

For eg: If 5th May is Friday (which is the 5th working day of the month) - the load is triggered

 

           The load again triggers on the 12th May (Friday- excludes the weekend) and likewise.

 

I have created two process chains- one which runs on the 5th working day and the other which runs on the 10th working day.

 

If there is a program where we can use only one process chain which triggers on only the 5th and the 10th working day...please let me know.

 

Thanks in advance.


Stock Differnce from R/3 to BW

$
0
0

Hi

 

Right now we are facing some production issue for inventory..

Info Cube: 0IC_C03

08.05.2013 for all plant Total receipt Stock and Total Issue Stock double values are getting in cube

For the same date PSA and R/3 RSA3 and MB5B values are matching

PSA to Data Target only we are facing this issue

For this date only values getting double, remaining other dates are values are exactly matching

My cube is compressed.

Could you please let me know if anybody faces same kind issue.

 

Regards

Madan

Could not Create Partition - Add Aprtition Failed in Process Cahin while running DTP

$
0
0

Hi Experts,

I am facing the below mentioned error:

We have process chains running in Production which runs on a daily basis. In this one of the Process Chain failed due to :

"Could not create partition: add_partition_failed" . In this case DTP failed (It used to load data from XYZ DSO to ABC Info Cube.

 

However after this DTP failure we are not able to do reporting on ABC InfoCube. It says Infocube is locked.

Moreover our current DTP Settings in Update TAb: No Update No Reporting

 

Could you please let us know what we should do to this Info Cube to have Reporting on it. Also we cannot change the DTP Setting as it is runing from 2 years with this...

 

Thanks,

Kanthi

BRAIN (417) : The (Sub) formula XXXX is not available

$
0
0

Hello ,

I have searched the forum and have found this Issue but without a resolution so I am posting it again as a new question .

I have one Report which is throwing error while executing as
error BRAIN (417)  : The (Sub) formula XXXX is not available .
query XYXYXYX could not be openend.

 

The query cannot be opened via query designer due to this error msg. AND was last changed 1 week ago and it was runnnig perfectly till today.
I tried to regenrerate query through rsrt but no luck .

 

I am on SAPKW70106 .

 

Kindly advice if any one face the similar Issue and know the solution

Regards,
FR

How to add a column with an ID that is part of a cell?

$
0
0

Hello, i'm not sure how to explain my question so im' gonna do my best. Hope you could help me.

 

I created a query using cell definition...one of my infobjects brings an account number. However, as this is part of a structure, in the Properties, Display tab I do not have the option of 'Display as' and I really need a column that shows the 'KEY' of that object.

 

The easiest way I found was to concatenate the Key (which is the actual account number ######) to the description and show it as part of the name of that cell...but the user needs an extra column showing just the number. I thought that a routine could help me, maybe creating an exit variable that extracts the Key of the InfoObject and add it as a Selection of the Structure.

 

I've been thinking about this for two days and I can not find another option...and I am not sure that my given option is viable.

 

If someone could help me I'd really appreciate it.

Listcube: show name in columns, not technical name

$
0
0

Hi,

 

in listcube (MultiProvider -> show data) I would like to print the name of the Infoobjects in the columns, not the technical name as per default. I know that I can resize the columns so that the name is being shown - but I would like to see the name per default, without resizing of the columns.

 

Where can I find the appropriate setting?

 

Thanks!

Viewing all 6437 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>