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

Outbount Queue Function Module

$
0
0

Hi All,

 

There are some list of entries in qRFC and among that one entry with queue name as BW330ZREP_CN_A__1. I thought the queue will be created based on the datasource with the name ZREP_CN_A__1 but when i checked both in source and target system i could not find any datasource with name ZREP_CN_A__1.

 

When i go into the detail there is a FM /BIC/QIZREP_CN_A__10001 and i checked in the attributes tab the function group name /BIC/QIZREP_CN_A__1 but next to that it has mentioned it has generated for the datasource with some other name .

 

Could pls tell how the datasource and the function group name will be in different namr.

 

TIA


Roles suggestion!

$
0
0

Hi,

Need real help as its tricky. I do not have access to RSECADMIN or even BI Channel.

We have to implement hierarchy node authorizations for 2 new plants.

 

There are 2 hierarchies.  Each hierarchy got 10 nodes and hence 10 roles.

One hierarchy has 2 divisions. Hence total no.of roles would be 30 for all these.

 

Now coming to my issue

Below is the current structure for an existing single plant value authorization

 

Users view the reports in portal (BI Channel).

Portal has 6 sections/categories/tabs AB, CV, PD, HP, HQ, BE

 

Hence currently users got 6 composite roles created for these with different analysis objects and RRMX read/write roles.

Each composite role consists of one analysis object role, one RRMX read role, one RRMX write role.  Hence total single roles are 18!

 

Question: If this is the case, how can I do it for nodes?

For each tab/category above, and for a single hierarchy of one division, it would be 10 composite roles as there are 10 unique nodes/values.

This means total of 30 single roles for a tab. For all tabs, this mean total of 60 composite roles and 180 single roles!

 

If this is the case, for other division of same hierarchy and second hierarchy, this would mean total 180 composite roles and 540 single roles!

Am convinced this is not correct.

 

Can I try avoiding the RRMX read/write separately for each?

Issue with routine!

$
0
0

Hi,

For a specific partner, I need to populate the name of his parent partner into the target master data infoobject.

 

Source_PACKAGE (datasource)

C1  Andry

C2  Rexin  (parent of C1)

 

Target Infoobject (Desired Output)

C1  Rexin

 

Lookup DSO Record

C1  C2

 

Issue is: Am unable to populate Rexin into C1. It populates some other value of the same record i.e., C2 from source.

Inspite of no other field being used.

 

Logic used:

Select Customer from LookupDSO into Temp Where customer = source_package-kunnr.

 

In Field routine of master infoobject for name,

I need to get the Parent customer value C2, and then fetch the name of C2 from SOURCE_PACKAGE.

 

This is not working as expected. I read the temp first to get the Parent customer C2.

Now, I need to read SOURCE_PACKAGE and get Name value to this name field.

 

From performance aspect, pls suggest

Question reg the HIER data

$
0
0

Hi,

Read many posts regarding the postable nodes and leaves.

But would like to clarify on below:

 

Have a plant hierarchy.

In R3, its like

 

1231  00  01 DR01

-> 1222  00  01  DR01

   -> 2100  00  01  DR01

-> 1223  00  01  DR01

 

Eg: plant -> 1231, Div -> 00, Channel -> 01, Sales org -> DR01

 

Now in BW, Plant is authorization relevant, it got Div, Channel and Salesorg as Compounding attr.

Hence when loaded, it comes like

 

00/01/DR01/1231

  -> 00/01/DR01/1222

    -> 00/01/DR01/2100

  -> 00/01/DR01/1223

 

Is this fine and can I use plant alone directly in reports to use the hierarchy authorization of nodes?

Or should I load it in the other way? I mean remove the compounding and add the Div, channel and Sales org in external char of Plant?

 

What's the difference and advantage/disadvantage? Is it text related? If so how?

Please suggest

DTP Init starting at request xxxx

$
0
0

Hi experts,

 

I've got the following scenario:

I've got a PSA with aprox. 60 Mio records, and 4000 requests from the last 5 years.

 

I'd like to transfer the data from the requests of the last 2 years (only!) to the data-target.

 

If I start an init-dataloading (via DTP from the PSA to a Cube) using a filter (based on the psa-field for the year),

the system will start to process each and any of the 4000 requests, although I know that 3000 of them do
not contain a single record matching the filter. It takes a lot of time till the system reaches the last 1000

(relevant) requests in the PSA.

 

Unfortunately I cannot find any way to tell the system, that the first 3000 requests may be excluded,

or that the system should start with e.g. request-id 4711.

 

Is there any hint how I can save this sensless system-runtime for the first 3000 requests?

A way to modify the DTPs request-selection might be an option, but I cannot find a way to edit it.

 

Thanks in advance,

  best regards,

  Marco


Data Extraction Query

$
0
0

Hello, I have a question about data extraction.  My data flow is like this.  PSA > DSO > Infocube.  DSO is set for overwrite.

 

I will be bringing data from ECC for the past 3 days everyday.

 

My question is this: do i have to delete data everyday too in the cube?

 

For example: If a document is created on 1/1/2014 and i do my extraction on 1/1/2014, everything will be fine. then if i do the extraction again on 2nd january, 2014 and i do not delete the past record, would it not double up my keyfigures in the cube?


Thanks.

NLS Dataarchiving on MSSQL 2012

$
0
0

hi guys

ms sql 2012 is based on column nar database

will nls be possible on this instead of sybase and other databases?

DTP requestID selection

$
0
0

Hello,

 

how can I access the requestIDs a data transfer process has selected in a start/end/expert routine?

I do not want to get the InfoObject filter criteria (table RSSELDTP) but the requestIDs of the source requests.

 

 

I tried RSBKDATAPAKSEL but this table only seems to store the data if loading from a PSA to a DSO.

 

Any suggestions?

 

Kind regards,

Alexander Oertel


Date calc. query

$
0
0

Hello, I have a question. I have 2 dates that i need to get the difference for in BEX. it's easy but tricky part is that i need to exclude weekends. so example:

 

DATE1 = 1/1/2014 and DATE2 = 13/1/2014 (13th January, 2014)

 

ok, so the out put that i want in return is 9 and not 12.

 

Because there are 2 saturdays and 2 sundays in between. I have read some posts on this but, nothing seem to works for me. please help.

I'd prefer to do this at BEX level so i will not have to reload the cube.

Thanks.

process chain is in yellow.

$
0
0

Dear All,

 

Please share your help.

 

Here is situation where process chai (Master Data)n is running on daily basis which was successful earlier . But from few days it is in YELLOW status when checked, there is TIME_OUT error.

 

And another is giving

CEXPORT_BUFFER_NO_MEMORYCX_SY_EXPORT_BUFFER_NO_MEMORY

 

Please share your ideas.

 

Thanks

SAP MDM Data extraction Via PI to SAP BI

$
0
0

Hi,

 

How to extract SAP MDM Data Via PI to SAP BI.

 

Thanks in advance

Delete every data in infopackages to save space?

$
0
0

Hello,

 

I'm looking to delete every data in infopackages to save space. First of all, is it a good practice? In addition, could it be a problem for delta loading?

 

I run the DTPs just after the load of the infopackage. I want to delete all infopackages when all is loaded. Is it possible?

 

The best of all is if I can delete only the data which are not loaded and keep them in other cases. Is it possible?

 

Thanks!

0FI_GL_20

$
0
0

Hello,

 

Anyone who having working knowledge with 0FI_GL_20. I need your help on same line.What is ECC table name & table field name for these
field, I am designing document hence required ECC table and field name.

 

VALUETYPE - Value type for Reporting

CHARTACCTS - Chart of accounts

BALANCE- Cumulated balance

DEBIT -Total debit postings

CREDIT- Total credit postings

 

Also what will be the design for GL20 DSO, as Business content does not have standard DSO. Can I keep all
fields as a Key field?

 

Lisa

Delta Init Required for Safety Interval Limit Change?

$
0
0

Hi experts,

 

We have a generic datasource that loads from SRM to BW weekly. It is delta-enabled, with Calendar Day as the delta-specific field. However, there is no Safety Interval Upper Limit being set for this. As a result, we have some records that are not being picked up by the delta mechanism.

 

In order to fix this bug, we are intending to input "1" as the Safety Interval Upper Limit for the generic datasource using transaction RSO1 in SRM.

 

1) Will a delta init be required? Or will the scheduled weekly loads "apply" the changes from SRM?

2) If delta init is required, can we just perform an init without load and carry on with subsequent loads as usual? Or will it cause issues with existing data and a full load is required?

 

This datasource will load up to a DSO before finally going into the cube.

 

Thanks in advance for the help!

 

Best regards,

Kwong How

Input in BADI/cube field in exit?

$
0
0

Hi,

Gone through some of the docs. But still have some query!

 

I need a calculation of Order date - input date in bex. Order date exists in query.

 

If I want exit, then input is very easy. But how can I call the order date of cube for every record?

If I go for BADI, then order date in cube can be called...how about input variable?

 

Which one's better?

Any sample code/docs might help!


How to delete cube request which is in middle of other request

$
0
0

Hi Experts,

 

Can anyone plz tell me how to delete a delta request from DSO or CUBE which is present in between of other requests.

 

For example, I have 5 delta requests in a cube and i want to delete the 3rd request without disturbing other requests. Is it possible?

 

 

Thanks!

Mohammed.

Export from BEX Query

$
0
0

Which is the best tool to extract 1 to 2 million records with 30 fileds from a bex query  to a text file on manual execution.

 

Bex Analyzer is limited and is not a option.

 

Running BW 7.01 and BI BO 4.0 tools.

 

Thank you for your feedback.

 

Kind regards,

Markus

Reimport of Failed TR

$
0
0


Hi Gurus,

 

I have a datasource and a table in a TR1. It failed while it is being imported, since it has inactive extract structure. Later i activated the data source into a new TR2 and deleted the datasource from TR2. Now the basis people are asking me to reimport the TR1. When i check for any inactive objects in TR1 it isnt showing any inactive objects now. Am i good now to send the TR1 for reimport again?

 

Thanks and Regards.

BW system Integration with multiple source systems.

$
0
0

Hello Experts ,

 

We have BW system up  and running with number of ZInfoCubes  and ZDSOs    from multiple  source system from different regions , our Client want  to bring  another source system ECC6 data from different region in to current existing bw system .

What  are the points to consider before development of  BW landscape objects .

 

 

Regards.

Sam.

Failure with SAP Data Extractor

$
0
0

Hello,

 

I have several jobs that populate a data warehouse (non-SAP) using the SAP standard data extractors.  Recently one of these job fails to extract data from the 0MAT_PLANT_ATTR data source using a delta type D, which just pulls the changes.  I can perform full loads (F).  I can re-init the queue (C).  I can also repair (R).  These all work fine.  When I use D the job associated with the action cancels automatically  and I see a job log that means nothing to me (see attachments).

 

This started less than a week ago.  Anyone have an idea what might be happening?

 

Thanks,

 

Kent

 

 

Viewing all 6437 articles
Browse latest View live