Quantcast
Channel: SCN : All Content - SAP Business Warehouse
Viewing all 5981 articles
Browse latest View live

Performance , Design or another issue !!!

$
0
0

Dear Experts,

 

I wanna share this issue with you maybe with your helps, ideas or recommendations to get rid of this issue.

 

BW 7.3 SP10

 

I have PC with 338 steps starts everyday @ 22:00 until next day (sometimes 10 hours run time). I found some Design issue ( Parallelize some Jobs ) and I cut the run time to the half (5 hours) .But I believe I can do more regard to some DTP,Activation DSO  and InfoPckg. took more than usual time  (an hour or more  ).

 

Any helps, ideas or recommendations it will be appreciated...

 

My Regards

Mazin 

 

PS: Sorry for general information but I -almost- been thru' all factors that could slow us down and I believe I miss something ( Routine, index, Dele. PSA etc.)


DTP Error in BI 7

$
0
0

Hi

 

When I load the CSV file to BI as Master Data Attribute following error is display in DTP:

Data Package 1: error in processing 
Updating attributes for infoObject ZCOMPID: 27 > 0Data records
Update terminated in accordance with error handing setting
Exception in Substep End of Master Data Update
Messages for 1 data records saved;request is red acc. to configuration
Processing terminated


In DTP, under " Update" tab When I check the " Handle Duplicate Record Key" box.


Error is remove but only 4 record are shown in Maintain master data out of 27 records rest of them are deleted

In DTP It shows duplicate records are deleted.


so how can I load all of them?



BW job in ERP running long - cl_exit_master================cp

$
0
0

Hello,

 

I have created a BW function module datasource using a RFC function module in ERP. When I do the data load into BW, the job in ERP stays on and causes syslog to be full. When I run from RSA3, it returns data without any error.

 

I looked at the Details Tab from infopackage and as below it stays in yellow in BW and all the other steps are green and data is loaded.

Infopackage error.JPG

I looked at the processes from ERP and for this job is showing cl_exit_master================cp and table name ROSI or RSTOP.

 

In my code, I haven't catered - Open Cursor, Fetch Next Cursor as specified in the template RSAX_BIW_GET_DATA_SIMPLE.

 

OPEN CURSOR WITH HOLD S_CURSOR FOR
      SELECT (S_S_IF-T_FIELDS) FROM SFLIGHT
                               WHERE CARRID  IN L_R_CARRID AND
                                     CONNID  IN L_R_CONNID.
    ENDIF.                             "First data package ?

* Fetch records into interface table.
*   named E_T_'Name of extract structure'.
    FETCH NEXT CURSOR S_CURSOR
               APPENDING CORRESPONDING FIELDS
               OF TABLE E_T_DATA
               PACKAGE SIZE S_S_IF-MAXSIZE.

    IF SY-SUBRC <> 0.
      CLOSE CURSOR S_CURSOR.
      RAISE NO_MORE_DATA.
    ENDIF.


Is this the reason for cl_exit_master================cp?

 

I used CALL FUNCTION.

 

CALL FUNCTION 'XXXXXXXXXXXXXXX'
    EXPORTING
      i_bukrs              = '0145'
*    TABLES
      alt_customer_mapping = it_alt_customer_mapping.

 

  s_s_if-maxsize = 10000.


IF sy-subrc <> 0.
      RAISE no_more_data.
    ENDIF.

    CLEAR e_t_data[].
    REFRESH e_t_data[].
    alt_customer_mapping[] = it_alt_customer_mapping[].
    e_t_data[] = alt_customer_mapping[].

 

alt_customer_mapping is defined as a structure in ERP.

 

Any help is really appreciated.

 

Thank you

 

Anima

 

Joining BSAK and PAYR 0FI_AP_30

$
0
0

Hello Experts,

 

voided checks are not reflected in BSAK tables, they are updated in PAYR table.

So how can I reflect it in 0FI_AP_30 Datasource.

 

Thanks,

Indexes on PSA Table

$
0
0

Hi All,

 

Our PSA has huge chunks of data.It takes a lot of time to load that data from PSA to Targets in the Prod system and it eventually fails.So we decided to create Indexes on it.Have created index for gl account,plant and fiscal year period from se11 going into the Table and indexes option.

 

There were few options which i could not understand,releated to DB index creation.So created as NO Db indexing.Where will i check if these indexes has been created or not?

 

Any help regarding the many options present .PFB the pic for it.

 

Index.JPG

 

Thanks

How to delete compressed request in sap bi 7

$
0
0

Hi Experts,

 

I have 4 requests in one of my Info cube and i compressed all the requests, due to some reasons i need to delete 2 request only.

In 3.5 we have option "Request Reverse Posting" but in BI 7 i didn't find out that option, so how can i solve my problem.

 

I know that we can delete entair data in Info cube and we can reloaded required data, but i dont want to delete the rest of 3 requests. I need solution with out delete the 3 request data.

 

Please give me solution.

 

Thanks & Regards

Venkat

Object TRFN 04T0XKN0LVCLY9HJTWTQ8Q5RL7959ZZE imported with errors on this request

$
0
0

Dear Friends

 

We are trying to install one cube ( 0FIGL_V10) from Development system to Quality system. i had installed all the necessary objects in BI Contents and also Gathered all the dependent objects. i had collected these in a single Transport request and released it to Quality system.

during the Transport i had come across with few TRFN related errors ( as mentioned below)

 

""

Object TRFN 04T0XKN0LVCLY9HJTWTQ8Q5RL7959ZZE imported with errors on this request

Object TRFN 0IA596GZPJSCPM2EAY2C4SRWXGU20ADN imported with errors on this request

Errors occurred during post-handling RS_AFTER_IMPORT for APCO L

RS_AFTER_IMPORT belongs to package RSO_TLOGO

The errors affect the following components:

   BW-WHM-MTD (Metadata (Repository))

Ended with return code:  ===> 8 <=== ""

 

i have noticed that .. these Transformations are already available inQuality systemand inProduction system,  butdoes notavailable in theDevelopmentsystem.  and it is not even available in BI Contents of Development system. so experts please suggest how to overcome with these kind of issues..

 

 

Regards

 

Kumar

BW730 - Customer Exit Variable not working in BW workbooks

$
0
0

Hi all,

 

I have a customer exit in place for a variable ZFISCYEAR and 0FISCPER in the query designer. [BW730 SP10]. The requirement is that the default value which should appear, for these variables should be of the previous year. This works fine when I am directly running the query in BEx Analyzer.

 

For example: When one runs a report in year 2014, he should see a value of 2013.

 

However when I run the work book for the same query, the value which comes for the variable is the value present in the Workbook, at the time of saving it.

 

If the Workbook was saved in the 2014 and when I run the report get value 2014 and not 2013. Same problem for 0FISCPEAR.

 

Workbook select "Refresh workbook on Open" and in the table RSADMIN insert the parameter RSPLF_RESET_VAR_CONT with VALUE = X.

 

 

Thanks!!

 

PS


Transformation

$
0
0

hi,

 

In transformation i am using infoobject 0FISCYEAR. but what is assigned to the 0FISCVARNT.there is no field for 0FISCVARNT in datasource.

 

Please help me

 

regards,

naveen

How to load data in bi 7.x from web service in R3 system ?

$
0
0

Hi,

 

i have to load data in bi through web services created in r3 qas system .

can any one suggest the steps to fetch the data.

i have searched the document but not getting any clear document.

can any one help me how to start in bi side.

 

thanks

Deepmala   

Bex - User Exit Variable

$
0
0

Hi Experts,

  

I am working on Bex Query which will have User Input variable on Cal Year – YYYY (User will enter the required year)

 

My requirement is to create a restricted Key figure, KF restricted with 0CALDAY and date will be 01.03.YYYY (User entered year).

 

How can I create this user exit variable…body of the code is greatly appreciated.

 

Thanks

Hierarchy Question - How to pump 2 hierarchy data into 2 Info Object

$
0
0

Hello All -

 

We are now in BW 7.3 already.

Regarding to BW Hierarchy, there's requirement to push Hierarchy from 0WBS_ELEMT Hierarchy into 2 Info Objects, therefore . Since Hierarchy data flow cannot use transformation BI 7, hence, it needs to use transfer rules 3.x. Transfer rule has a limitation : 2 Transfer rules cannot have same info source.

 

How do I overcome this limitation in BW 7.3?

Can BW 7.3 make a possible for the usage of Transformation in hierarchy?

 

Kindly please ask your feedback,

 

Appreciate it much.

Thanks, and cheers

Need info on objects which will not be used during upgrade from BI 7.1 to 7.3

$
0
0


Hi,

 

Can any one explain on what are all the objects will not be useful if we gone for upgrade from BI 7.1 to BI 7.3.

 

 

 

 

Regards,

j.Sakthikumar

SAP BW data modelling

$
0
0

Hello dear experts,

 

I need your help

 

I have taken over the data model from a collegue.

 

we have to measure something in the system like : Number of Users, loading time, space.

 

The colleague has created data sources to extract the data.

 

In BW he has done the following, he has created:

 

a characteristic called Key Figures (ZKPI) where he has loaded the different Keys:

for example:

Key : USER ( for the users)

Key:  SPACE (for the space)

Key:   LOAD     (loding time)

Different key loaded into the same characteristic.

 

He has created just one Keyfiguere : ZAMOUNT- where he has loaded everything.

 

As a result, I have the following data in the cube

 

Data           ZKPI          ZAMOUNT      ZUNIT

01.2014     USER          1000                pieces

01.2014    SPACE         600000            KB

01.2014     LOAD           170000            sec.

 

In the ZAMOUNT   I have a mixture of different units.

 

Any advice to improve/change the model?

I wanted to split bwt ZQuantity and Z Amount first - the problem ist that I am using the same characteristic ( only the key differ) and I dunno if it correct to create different key figures.

 

thanks for your precious help

 

best regards

Manu

DTP Error in BI 7

$
0
0

Hi

 

When I load the CSV file to BI as Master Data Attribute following error is display in DTP:

Data Package 1: error in processing 
Updating attributes for infoObject ZCOMPID: 27 > 0Data records
Update terminated in accordance with error handing setting
Exception in Substep End of Master Data Update
Messages for 1 data records saved;request is red acc. to configuration
Processing terminated


In DTP, under " Update" tab When I check the " Handle Duplicate Record Key" box.


Error is remove but only 4 record are shown in Maintain master data out of 27 records rest of them are deleted

In DTP It shows duplicate records are deleted.


so how can I load all of them?




M and EURX Exchange Types in Single Translation Type?

$
0
0

We are a US company doing business in the US and Europe. We create invoices in Euros and GBP for our European customers. We built a currency translation type based on EURX and Sales Date. This has worked fine for a long time. We will begin doing business in Canada soon and will need to invoice in CAD. The CAD->USD exchange rates are being entered as M Types. We have created a currency translation routine based on the M Type and that routine works fine.

 

What I want to do is create a single currency translation type that will work for either EURX or M. Is this possible. If so, how do I do this?

Issue with End Routine_adding new fields

$
0
0

Hi,

 

I am trying to add two new fields to a DSO (one is a key and other a data field). I changed the end routine to populate these fields. It reads the Result Package and get the data from another DSO table which is then get populated to the Result Fields.

It works fine in Debug mode and everything is green. But when i run the DTP in background, it throws me below error;

 

Exceptions in Substep: Write Data Package

Record (31) for segment (0001) has no reference to a source record

Error while writing error stack

Record (31) for segment (0001) has no reference to a source record

Error in substep Update to DataStore Object

 

I checked for duplicate or bad data. The load will finish fine if I reduce the data package size to 10.

Please let me know whether anyone faced similar issue in past.

 

Regards

Neo

Error while executing Work Book

$
0
0

Hi All,

 

While executing the work book, I am getting the below error frequently. But If I open after some time its working.

I don't know why its giving that error, please help me on this.

Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION and attached the error ss.

 

Regards,

Babu.

Multiprovider issue

$
0
0

Hello, I have a question about virtual keyfigures. I created a BADI and was able to get everything working at the cube level. then i created a multiprovider but now when i run my query the field for virtual kf is coming back blank. do i need to change the infoprovider to multiprovider's name? i tried that but it does not work. is there any thing special that should be done for multiproviders?

thanks.

Transport of Transformation failed with RC= 12 and job: RDDEXECL cancelled in Target sytem

$
0
0

We were getting failure while transporting one of Transformation from source to target system.

 

Error in source system:

Program Terminated (job: RDDEXECL,),

Ended with return code:  ===> 12 <===

Error in Target system:

We found job RDDEXECL is cancelled with reason: Uncaught Exception

 

Attachment 'Error details' which includes scree shot of above error details

 

Issue analysis:

Using program, RSTRAN_ROUT_RSFO_CHECK we found inconsistency in Rules/mapping of Transformation object in modified version.

Pass Transformation ID and OBJVERS = M and then click on check box 'SIMULATE' to get issue for given transformation.

 

Inconsistency is basically in below transformation tables where entries are not correctly updated for Modified version of transformation

• RSTRANSTEPROUT

• RSTRANROUTMAP

 

Solution Applied:

 

There are two ways; we could fix this issue. After following step, transport would go successful to target system.

 

1->Run the program RSTRAN_ROUT_RSFO_CHECK with following selections:

OBJVERS = M

TRANID = transformation ID

Click on Check box: REPAIR_W

This will fix the problem.  In case, transformation gets inactive after running above program. You can activate back using program: RSDG_TRFN_ACTIVATE

 

2->Change/delete/adjust entries of Tables according to source system.

• RSTRANSTEPROUT

• RSTRANROUTMAP

You may Change/delete/adjust entries of table with debugging option and then make sure entries of these tables should be same as in source system

Viewing all 5981 articles
Browse latest View live