Quantcast
Channel: SCN : Discussion List - SAP Business Explorer (SAP BEx)
Viewing all 4032 articles
Browse latest View live

RKF,CKF definition for BEX Query

$
0
0

Hello All,

 

  I know this is a repetitive question but non of the previous thread has given me my answer.Requirement is I have the query and I need to find the definition of the RKF and CKF for this query.

Is there any Table/FM which can be used to deduce the information till the restriction based on Characteristics and Key Figures for RKF.

Sound Simple but its not that straight,I tried RSRTQ as well but am not able to interpret this information

 

RKF=

Key Fig:KF1
Char1=6
Char2 =4,6,7,8,14.
Char3=1.1.2006

Please pour in your valuable knowledge.


Unable to transport Customer BEx Queries from DEV to QA and PROD

$
0
0

Hello Everyone,

 

I have a problem transporting custom BEx queries from development to QA and PROD. I am following this document for transporting:

How to # Transport Bex Query From "DEV to QUA"

 

However, while I'm trying to release the task I'm getting an error as follows:

 

 

The target system has all the above mentioned Objects (Cubes, Multiproviders and DSO's) already. Could someone please help me move these Queries as I have to

complere this task this week.

 

Thanks in advance,

 

Cheers!!!!

Chaitanya.

SAP BW/BI Single sign-on requires initials twice after report access

$
0
0

Hi experts,

 

I have a strange issue, when I access WAD report from EP URL, I need to enter the first variable twice...

Untitled.png

 

 

the process is this:

 

 

*         Enter initials

 

 

*         Click OK

 

 

*         <initials are wiped>

 

 

*         Enter initials again

 

 

*         Click OK

 

 

*         Report is shown

 

regarding this strange issue, anyone met this situation before,

could you give me some help about this? thank you!

 

BR,

Jacob

Replace the first word of the characteristic value in BEx

$
0
0

Hi all,

     I have to replace the first word of the characteristic value with 3-char value and write it in a new column in BEx Query Designer.

 

     Ex: 'INVENTORY DEPT ABCD XYZ'        --> 'INV'

           'CONSOLIDATIONS-ON 12/12/2015'   --> 'CON'

           'CLEARED ACCOUNTS JUNE 2015'  --> 'CLR'

 

    First, I should find the first word till the SPACE or - (Dash).

    What will be the simple and easiest way to accomplish in BEx Query Designer only, but not in InfoCube at backend level, please?

 

Thanks,

Venkat.

BEx works on Office 64bit?

$
0
0

Hi All,

 

Our client is having different macros on Office 2013 64 bit and needs to access BEx on the same office 2013 64 bit.

 

Can you please advice do we have any possibility to work with BEx on office 2013 64 bit?

 

Its working fine on Office 2013 32 bit.....

 

Regards,

Karthik....

F4 RESTRICT BAdI - bypass before prompt

$
0
0

Hi

 

I've implemented the F4 restrict Badi for a specific variable and it works very well. however, it appears to run multiple times before the variable prompt popup, which causes a 20 second wait for the prompt to appear.  Is it possible to bypass the execution of my code in the F4 restrict Badi before the prompt?  I don't see an i_step or similar local variable in the BAdi

 

thanks

Pieter 

Infoprovider is not found error in composite provider

$
0
0

Hi Experts,

 

I have changed the composite provider by adding join with fiscal period but when i run the report iam getting the error like infoprovider is not found.

even after removing the join from fiscal period i am getting this error.

Info Object fiscal period is not found and info provider is also not found.

PO Quantity is multiplied/SUM for multiple deliveries in BEx Query

$
0
0

Hi all,

   We have a custom extractor using EKKO, EKPO, EKBE and EKET tables. One PO document has the PO Quantity of 100 with three deliveries 10, 15 & 20 and the Open/Pending Qty as 255 (3x100 - 45) instead of 55 (100-45). The report displays like the below:

 

Purchasing doc.PO Item NumberCreated onPO Itm Delivery DateVendorMaterial groupMaterialPurchasing org.Purchasing groupPlantRequisition DocumentPosting datePO QtyDelivered QtyOpen Qty
4502220670103/3/20163/10/2016209275M-PIFC3615119R012152R020107551823/3/2016300.00045.000255.000

 

What should I do at BEx Query level to display the PO Quantity as 100 instead of 300, please ?

 

Thanks,

Venkat.


Unable to BI system through BEx Analyzer

$
0
0

Hi All,

 

We have installed SAP GUI 7.40 and unable to connect any SAP system using Excel + addon through BEx Analyzer.

 

Please let me know what are the steps needed as part of post steps once the SAP GUI installed to connect SAP system through Excel + Bex Analyzer.

 

Regards,

Karthik

Issue in Query while Executing a Query in APD

$
0
0

Hi All,

I am getting an error message while Executing the APD or displaying the data of the query inside APD. But this query is running fine while I execute it from RSRT.

The Error message is given below.

 

System error in program CL_RSR_RRK0_QUERY_RUNTIME and form GET_DATA-01-

Message no. BRAIN299

 

The Screenshot is attached

 

Error Message.JPG

...

ERROR.JPG

URL Link to Bex workbook

$
0
0

I would like to open a workbook from a web link.

I know it sound a bit strange, but we are using a reporting center on the web where users are indentified and they want to open the workbooks from there !

 

I tried to place a workbook in the role which already contains webtemplate links but displayed via the role item in a webtemplate, it doesn't show anything !You can of course see it in Bex when opening workbooks, but i want it to appear on the web ...

 

Any experience ?

 

regards

Error when activating element

$
0
0

Hello experts,

I m facing an error

"Error when activating element D37QOHIVSJFYKLCS7OJD79FTM  

Element BTLYU9MHGJP62A7J3Y4XFIT24 is missing in version M "

while transporting a query from BI dev to production.

i have searched the element D37QOHIVSJFYKLCS7OJD79FTM  but not getting the element is there table or tcode to search the Query element.

 

Its very urgent.

 

Sonal...

Workbook Refresh issue

$
0
0

Hi All,

I have a problem with workbook refresh. Here is the issue:

I have inserted 3 queries into a workbook. As per requirement, I need a certain column values to calculate and populate a set of coulmns. I wrote a VB Macro. The issue is that the workbook refreshes without the macro,but when I insert the macro, it fails to refresh.

 

I am not sure if I am inserting the SAPBExOnRefresh code at teh right place. Here is what I am doing:

Open VB Editor->Right Click on Modules>Insert Module-->Name it as RefreshMacro.

In the Macro, here is the initial code I am writing.

 

Sub RefreshMacro (ParamArray varname())

Dim lData_Provider As String

lData_Provider = varname(0)   ******Do I have to physically pass the Data Provider Name into varname(0)???????

Set lRange = varname(1)

MsgBox lData_Provider

End Sub

 

After this my Macro code is inserted.

Private Sub Workbook_Open()

Dim buss_seg As String

Dim mon_hnd  As String........

 

I have in the workbook settings, checked the automatic refresh on Open and in the exits tab, changed the name for the Macro to RefreshMacro(the macro name of mine).

 

I have tried all the options but still the workbook does not refresh.

 

Any steps on where to insert the code and any other changes in the declaration that I need to make? Help is greatly appreciated and rewarded.

 

Regards,

Sree

 

PS: I am on BI SP12 and GUI 710 Patch 8.

 

Any Help or solutions?????

 

Edited by: Sree Rama Tata on Sep 15, 2008 5:38 PM

show the Description on the PROMPT selection screen

$
0
0

Hi..  i have created an BEX Query and now exploting with WEBI.  (BO 4.1 SP 6)

 

 

while im trying to refresh the Report, the screen of promp show the Technical name of the Object i want to Filter.

 

its posible to change the display of the technical name of the object   for an description?

 

Technical name on Parameter.png

 

Sorry for my english...  thanks a lot.

Cannot use 'ALL' as Query Variable value

$
0
0

Hi everyone,

 

We have run into a situation with InfoQueries.

We have created a query variable and used it as Columns in an infoquery. On rows we used some other characteristics, but not the one the variable is for. Like this:

 

InfoqueryVariable_AllNotWorking.JPG

The variable type is Several Single Values and Mandatory.

The problem is that we can't give the variable the value 'ALL':

ALLError.JPG

 

At first I thought that query variables cannot take the value ALL, but this is not the case since queries defined on other cubes can have variables with the value ALL.

 

What makes this infocube/infoquery/variable combination special?


Calculate Quarter based on Fiscal Period Ineterval

$
0
0

Hi,

 

I have time period of Fiscal perios and Fiscal Year.

User Entry variable: Fiscal Period: 001.2015 - 012.2015

 

Selection 1: QTR1 (April to June)

Selection 2: QTR2 (July to Sep)

Selection 3: QTR3 (Oct to Dec)

Selection 4: QTR4( Jan to Mar)

I want to derive quarter from fiscal period.

Please let me know the customer exit code if required.


Thanks

in advance


Thanks

SS

Error when opening a previously created file

$
0
0

Hi,

i have this challenge. I have created a query, added some Excel calculations to it and saved the file. When I now try to open the file using BEx the VBA runs into this error. After this I cannot use use any of the BEX addin features or even connect to SAP.

 

Does anyboby know what might cause this and what can I do to fix it?

 

Sub ChangeCaption()

   If Not Application.ActiveWorkbook Is Nothing Then

       Call pAddin.ExcelInterface.ChangeCaption(Application.ActiveWorkbook.Name)

   End If

End Sub

 

Thanks!

 

- Jaakko

Link multiple BEX queries to retrive key figure

$
0
0

Dear Experts,

 

According to the output, I developed 3 bex queries with key figures.

 

ex: query 1 - KF: Sales val

     query 2 - KF: Sales val

     query 3 - KF: Sales val

 

Now in a new query I want to get above queries key figures and add all.

 

ex:

 

Query 4:

 

Sales val = query 1 sales val + query 2 sales val + query 3 sales val

 

Is there any way to get this done.

 

we can use replacement path to link queries but it provide to link only characteristics.

 

How to get key figures in multiple queries in to one query?

 

Please help.

 

Thanks,

Thilini

Need Suggestion to Apply Local Formula in BEx Query

$
0
0

Dear Experts,

 

 

C1.JPG

C2.JPG

 

Please suggest

 

Regards,

PJ

Issues while broadcasting in MHTML format

$
0
0

Hello,

 

We are facing issues while broadcasting in MHTML format using business explorer query designer.

 

Please find the below errors we are getting in RSRD logs.  When the user is trying with txt format, it works fine but not with MHTML format. We have tried "as a ZIP" too but no luck.

 

Broadcasting settings were also changed for MHTML.

 

Please provide suggestions if we have missed some settings as this is an urgent requirement.

rsrd_error.JPG

broadcasting_settings.JPG

rsrd_txt.JPG

Viewing all 4032 articles
Browse latest View live


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