Quantcast
Channel: SCN : Popular Discussions - SAP Business Explorer (SAP BEx)
Viewing all 966 articles
Browse latest View live

Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION in Report

$
0
0

Hi Gurus,

 

i have added a variable in my report which is processed by Customer exit. but after that i m not able to run the query through Bex analyser and following errors are generated..

"

Program error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION

 

system error in program SAPLRRI2 and form REP_INITAL_OPT-01

"

and the bi server gets disconnected

What can b the issues

Do u have any ideas ?


How to set variables values via VBA.

$
0
0

Anybody please help.

 

How to set variables values via VBA in workbook. SAP Netweaver 2004s.

How to make BEx Analyzer shows error msg based on user wrong input?

$
0
0

BEx Experts here,.

 

How to make BEx Analyzer shows error msg based on user wrong input?  Someone told us to just write sth in the CMOD user exit code, but we have no idea how to write such code in the user exit, e.g., IF I_STEP EQ '1'. ?  or no any STEP?  or place the error msg into the statement like  APPEND L_RANGE TO E_T_RANGE.? or in Exception? 

 

We will give you rewards points for valuable answers!

Kevin

How to find the list of SAP BI query's(technical name with description) used from portal

$
0
0

Hi All,

 

I need to get all the tech name and description of SAP BI query's used in Portal.

 

Every time executing and going for information tab is not possible, as there are around 800 query's.

 

So is there any way of getting the list of all query's present in Portal

 

Thanks,

Srikanth

What is the table for query name

$
0
0

Hi All,

 

I need an urgent requirement for removing duplicate technical query names from the production. Since there are few issues with the SAP given program I am customizing the SAP Program. Can any one tell me what is the table where the QUERY NAME and it's technical name can be found?

 

Thanks,

Alex.

Error when starting Bex analyzer

$
0
0

Hi All!

 

We have a world wide BW-SEM application. In one country they get the following error message when starting Bex analyzer:

 

<install error> Missing ActiveX component: Business Explorer Global Services

 

Does anyone have a hint on what to do?

 

Thanks for your help!

 

Best Regards

Pontus

BEx 7.X Analyzer limitation of rows

$
0
0

Hi, experts!

 

BEx 7.X Analyzer shows no more 65K rows in Excel. I need to show more than 100 000 rows.

Do you know, how to solve this problem?

 

Best regards,

Alsu

Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION in Report

$
0
0

Hi Gurus,

 

i have added a variable in my report which is processed by Customer exit. but after that i m not able to run the query through Bex analyser and following errors are generated..

"

Program error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION

 

system error in program SAPLRRI2 and form REP_INITAL_OPT-01

"

and the bi server gets disconnected

What can b the issues

Do u have any ideas ?


IF ELSE condition formula - BEx query designer

$
0
0

Hello guys,

 

I have 3 columns - C1, C2 and ( C1 %A C2 ).

 

In C1 % C2, i have to write a formula.

 

If ( C2 = 0 ) THEN ( C1 * 100 ) ELSEIF (C2 NE 0 ) THEN ( C1 %A C2 ).

 

The formula I wrote does not seem to be working. I am using this formula in cell reference

 

(C2 == 0) * C1 * 100 + (C2 <> 0) * C1 %A C2.

 

This is not working.

 

When I use this formula in the cell reference, then the result is still 'X' (i.e. undefined)

 

If I use only this:

 

(C2 == 0) * C1 * 100

 

Then the formula works fine (eg. if C1 = 2, C2 = 0 result is 200%).

 

I tried to use 'OR' instead of '+'  in the formula. Nothing seems to work.

 

Please advise.

 

 

Thanks

BEx 7.X Analyzer limitation of rows

$
0
0

Hi, experts!

 

BEx 7.X Analyzer shows no more 65K rows in Excel. I need to show more than 100 000 rows.

Do you know, how to solve this problem?

 

Best regards,

Alsu

How to find the list of SAP BI query's(technical name with description) used from portal

$
0
0

Hi All,

 

I need to get all the tech name and description of SAP BI query's used in Portal.

 

Every time executing and going for information tab is not possible, as there are around 800 query's.

 

So is there any way of getting the list of all query's present in Portal

 

Thanks,

Srikanth

How to clear Cache in SAP BW

$
0
0

Hi All,

 

i changed 1 .js file in mime repository, but the changes are not getting reflected when i run 1 of the WAD templates. it still picks the old .js file. i guess there is some problem related to clearing of cache memory.

Any ideas about how to clear cache in BW?

 

Thnx in advance

Godhuli

Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION in Report

$
0
0

Hi Gurus,

 

i have added a variable in my report which is processed by Customer exit. but after that i m not able to run the query through Bex analyser and following errors are generated..

"

Program error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION

 

system error in program SAPLRRI2 and form REP_INITAL_OPT-01

"

and the bi server gets disconnected

What can b the issues

Do u have any ideas ?

Bex Analyzer with SAP GUI 7.2 SAP 4 Patch 1

$
0
0

Hi Gurus,

 

I have a big problem after install the latest SP for SAP GUI 7.2 (bi720sp04p_401-20006596). The Analyzer bar is not in function at all.  None of its button has any action.

 

Information:

 

SAP GUI 720

SP 4 PATCH 1

REVISION 660

WINDOWS 7

EXCEL 2010

 

Thanks for any idea!

 

Gilson

IF ELSE condition formula - BEx query designer

$
0
0

Hello guys,

 

I have 3 columns - C1, C2 and ( C1 %A C2 ).

 

In C1 % C2, i have to write a formula.

 

If ( C2 = 0 ) THEN ( C1 * 100 ) ELSEIF (C2 NE 0 ) THEN ( C1 %A C2 ).

 

The formula I wrote does not seem to be working. I am using this formula in cell reference

 

(C2 == 0) * C1 * 100 + (C2 <> 0) * C1 %A C2.

 

This is not working.

 

When I use this formula in the cell reference, then the result is still 'X' (i.e. undefined)

 

If I use only this:

 

(C2 == 0) * C1 * 100

 

Then the formula works fine (eg. if C1 = 2, C2 = 0 result is 200%).

 

I tried to use 'OR' instead of '+'  in the formula. Nothing seems to work.

 

Please advise.

 

 

Thanks


How to set variables values via VBA.

$
0
0

Anybody please help.

 

How to set variables values via VBA in workbook. SAP Netweaver 2004s.

Bex Analyzer with SAP GUI 7.2 SAP 4 Patch 1

$
0
0

Hi Gurus,

 

I have a big problem after install the latest SP for SAP GUI 7.2 (bi720sp04p_401-20006596). The Analyzer bar is not in function at all.  None of its button has any action.

 

Information:

 

SAP GUI 720

SP 4 PATCH 1

REVISION 660

WINDOWS 7

EXCEL 2010

 

Thanks for any idea!

 

Gilson

How to delete a Bex Query

$
0
0

Dear All,

 

I am trying to delete a bex query using tcode RSZDELETE  and i also tried deleting directly from table RSZCOMPDIR. i am unable to delete.....is there any other option??????????/

 

Regards,

SV BHALAJI

BW Variable Customer Exit I_STEP 3

$
0
0

Can anyone tell me under what circumstances I_STEP 3 is called to validate a variable input.

 

Thank you,

Beat

Running BEx Analyzer 7.1 on a 64 bit system / Windows 7 / Excel 2013

$
0
0

Hi Experts,

 

In my PC BEX Analyzer has been installed but it's not at all opening.

 

Installation details of my PC:

 

OS is 64 bit Windows 7

 

MS-Office 2013

 

SAP GUI 730

 

BEX Analyzer 7.1

 

Kindly let me know what is the problem and how to fix this.

 

Thanks,

Narasimhan Krishna

Viewing all 966 articles
Browse latest View live


Latest Images

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