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

How to fetch past 6 period's values based on user input ?

$
0
0

Hi Experts,

 

Simple but not simple question . I know how to calculate the fy and fy period value based on user input. but need to know how to calculate for past 6 period's ( 0fiscper3) values based on user input.

 

I mean, see the user will enter 0fiscyear and 0fiscper3 initially. But the report should show previous 6 period's ( amount) values in different columns'.

 

I know we can do it through offset based on user input period -1, user input period -2,.......user input period -6. But what if the user input 001. Then how to we create restriction to change the 0fiscyear value to previous year ? Will it automaticaly take the previous period ? I dont think so right.

 

For example, user input - 0fiscyear = 2010, 0fiscper3=001.

 

I need 2009.012, 2009.011, 2009.010, 2009.009, 2009.008,2009.007. Do I need a customer exit for this ?

 

Thank You

DR


Counter for Unique Values Suggestion Required

$
0
0

Hi Guys,

Need suggestion on the below situation..

I have a Characteristic..

Field1

100

200

300

400

100

100

 

Now i have to populate a count of the unique values for this field in BEx functionality.

So another field to be created which will show the result in report for above data as 4.

It should just take count of 1 even if there are duplicates whether 100 is shown as many times in data.

 

Please suggest how to achieve this.

 

Regards

Zabi

CKF disappeared while saving Query

$
0
0

Hi Gurus,

 

We are working on a query that is built on a multi-provider that has around 200 CKFs.

 

While working on 1 of the CKF, after the saving the changes we suddenly received some Error messages. When analysed, we found that many of the CKFs (around 80) were reset to blank the formulae inside them had disappeared.

 

as the number is very high we are finding it difficult to rebuilt the CKFs.

 

However, we found that there are still some entries in the RSZCALC for those CKFs, but we are unsure how we can use this information to rebuild lost CKF formulae.

 

it would be a great help to us if any of you have faced similar issue or can guide us how we can proceed without rebuilding CKFs.

 

SAP Information: SAP BI: 7.3

Patch: 4

 

Thanks,

Swati Gawade.

Easy Query not appearing in Gateway Service Builder

$
0
0

Hi,

 

I am working on SAP HCM MSS Analytics lane which gets data from Easy Queries via Gateway Service. We are using ODP framework and required ODP configuration mentioned in SAP documents is maintained. I have installed Bex Query Designer ( based on 7.3 Sp 06 Revision 724 ) .

 

I am trying to create easy query and build gateway Service for that in ECC. I am able to open ODP query and change it property in Extended tab to "By Easy Query" but when I redefine service for BW Query in SEGW I do not see any easy query showing for RFC of ECC . In query designer message says successfully created , I even created simple query from info area of ODP , even then no success .

 

All configuration mentioned in documentation for Easy Query is maintained. Any suggestions would be of great help!

Derive Quarters (yyyyQ1; yyyyQ2; yyyyQ3; yyyyQ4) based on Fiscal Year in the Query

$
0
0


Hi Experts

 

I want to create customer exit for getting Quarters (yyyyQ1; yyyyQ2; yyyyQ3; yyyyQ4) based on 0FISCPER in the query.

 

Please suggest.

 

Thanks in Advance.

Multiple Drilldowns in BEx Analyzer

$
0
0

Hi all,

 

I'm attempting to drilldown across two queries simultaneously using VBA. The user will click on a single navigation pane, and their navigation options must apply to both queries in the same sheet.

 

Since it seems SAPBEXsetDrillState and SAPBEXgetDrillState only work for BEx 3.x workbooks migrated to 7.x (see Problem with SAPBEXsetDrillState), I have written a subroutine to determine which characteristics need to be drilled down in the second query (similar to functionality of SAPBEXgetDrillState).

 

In terms of implementing the drilldown, I found this code on the SCN Wiki (using VBA to set Multiple Drilldowns - SAP NetWeaver Business Warehouse - SCN Wiki):

 

   SetlBExApp = Application.Run("BExAnalyzer.xla!GetBEx")

SetlBExParam = CreateObject("com.sap.bi.et.analyzer.api.BExParameter")

 

   lBExParam.Add "DATA_PROVIDER", "<DATA PROVIDER NAME - 2>"

lBExParam.Add "CMD", "EXPAND"

'lBExParam.Add "CMD", "COLLASP"

lBExParam.Add "IOBJNM", "<INFO OBJECT TECHNICAL NAME>"

lBExParam.Add "AXIS", "X"

lBExParam.Add "WORKBOOK_NAME", "<WORKBOOK TECHNICAL ID>


   CalllBExApp.Process(lBExParam)

CalllBExApp.FrontendUpdate

CalllBExApp.Render

 

Upon inserting the correct data provider name, technical name, and workbook ID, this code works to drilldown in the second query. However, I cannot remove the drilldown. By looking at the code found on the wiki, it seems like I should be able to simply replace "EXPAND" with "COLLASP", but this does not work.

 

Does anyone have any experience implementing multiple drilldown functionality and/or have any suggestions on how to accomplish this goal?

 

Kind Regards,

Nick

Ageing Buckets for whole query

$
0
0

Dear All,

 

I have to make a BEx query on meter characteristics. No keyfigures

 

The whole information should shown against buckets (current date - disconnection date of meter)

 

 

0-30 days     Customer     Meter No     Meter Type     Zone

31-60 days   Customer     Meter no.     Meter Type     Zone.

 

I tried making selections with disconnection date (0calday value range variable 0dat-30to 0dat-0    and   0dat-60 to 0dat-31). I included a dummy keyfigure (disconnection amount) in selection

 

But data isn't coming according to conditions. Any suggestions please.

 

Regards,

Cleo

Bex Error

$
0
0

Dear All,

 

After SP 10  Upgrade of 7.3, while executing the formatted reports in Bex getting the below error message. could you please let me know what could be the fix for this error.

 


error.jpg
    Thanks & Regards,

    Megha
 
 
 
 
 
 
 
 
 
 
 






Hide % in Query Result

$
0
0


Dear All,

 

using a formula I have calculated percentage for a amount in my query. I donot want to display % sign with every value. Can you please suggest how the % sign can we hide that with KF value?

 

Thanks & Regards,
Megha

Cancel a Bex Web Execution

$
0
0

Hi,

Our users are asking for a cancel button inside the Bex Web 7.x / 3.x report. Both inside the report as well as in the variable screen.

 

Imagine this scenario:

A user  spend considerable amount of time adjusting the layout for his purpose and goes back to the variable screen. Then he accidentally executes a way to large dataset (forget to restrict) and wants to cancel it so he can enter the correct restriction (without loosing his worked out layout). Basically a cancel button inside the variable screen. Same would be good in case you start a drill down on a very granular characteristic inside the web report and want to cancel that navigation step.

 

I am primarily looking for this for Bex 7.x but solutions in 3.x is also of interest.

 

Anyone seen a solution for this?

 

//Martin

WAD: Inhibit Export Text Web Item

$
0
0

There is a Text-Web-Item in our Template which is not bound in the export command.

That´s why this Text-Web-Item was never exported in the past.

 

Now we´ve made a upgrade from SAP BW 7.0 to SAP BW 7.31.

And now the same Text-Web-Item will be exported (even though it is still not bounded in the export command).

 

We´ve found out that this problem (under SAP BW 7.31) only exists if a Text-Web-Item is inside a container.

Text-Web-Items that are outside of a container still won´t be exported.

 

Any ideas how to prevent this Item from export?

Translation of BW objects (queries, workbooks)

$
0
0

Hi,

 

we have a lot of queries and workbooks which are containing structures/ key values etc. named in german. As we are get more international we have to translate these descriptions into english.

 

I tried to select a workbook in the RSA1 - Translation. I then opened a transport order and get into the SLXE_MASTER.

I created a graph, a translator. Now as far as I understand I have to assign a collection to a translator - the collection the workbook I've selected in RSA1, right? But if I try to find this collection the result is empty.

 

Does somebody have a clue (or a better way to translate the objects)?

 

Any help is appreciated.

 

Regards,

Hansi

Easy query is not showing on Easy query Management(Browser)

$
0
0

Dear all,

 

          I want to consume a bex query into SAP UI5. For that I found this document:-

     http://cms.int13h.nl/wordpress/wp-content/uploads/2013/01/How-to-Create-OData-Services-for-Analytic-Queries.pdf

 

     In this document, the first step is to define a query as EasyQuery. So I checked the option "By Easy Query" under Release for External Access.

 

easy_query.jpg

 

     After this I checked in Easy Query Management using EQMANAGER tcode, but there was no entry found for this query. It was blank.

easy_query_mgmt.jpg

     Please help me in this issue.

Characteristic Value Exclusion in Filter or Workbook

FM working but variable is not getting displayed

$
0
0

Hi Experts

 

I have created Function module as below for BEx Variable.

 

 

  c_eq(2type c value 'EQ',    " for between

            C_i
(1)   type c value 'I',     " for inclusive

            C_space
(1) type c  value  ' ',

            c_1
(1)   type n value '1'.





Data: l_s_range TYPE rsr_s_rangesid,

        l_vnam
TYPE rszglobv-vnam,


v_sys_date 
like sy-datum,            "format is yyyymmdd

      v_mth
(2)      type n,

      v_qtr_mth 
type STRING,

      v_year
(4)     type n.

      l_vnam
= i_vnam.



 
IF l_vnam = 'ZVAR_EX_YYYYQ1'.





    l_s_range
-sign = c_i" populate output for query

    l_s_range
-opt  = c_eq.



    v_sys_date   
= sy-datum.                " current system date

    v_year       
= v_sys_date+0(4).

    v_mth        
= v_sys_date+4(2).         " extract month

    v_qtr_mth    
= 'Q1'.                    " For 1st Quarter



   
concatenate v_year C_space v_qtr_mth into L_S_RANGE-LOW.

   
APPEND l_s_range TO e_t_range.

 

It is giving me correct result in SE37, when i execute.

 

But, it is showing "empty demarcation" when i run the BEX query.

 

Please guide.

 

Thanks in advance.


Performance Issue in Dashboard using SAP BW NetWeaver Connection

$
0
0

HI Experts ,

 

We developed Dashboard which is based on BW Queries, However it is taking considerable amount time while executing.

 

We are  using BO Dashboard SP2 version ,BO 4.1 and BI system 7.01 .

 

We are  looking for few clarifications on SAP BO Xcelsius Dashboards.

 

Though we know limitations on component number and data volumes which could badly affect performance of the dashboard, We do have a requirement to handle huge data volumes and multiple components. Our source data lies in SAP BI system and we are using BICS connectivity/ Webi with QAAWS for updating data in BO dashboard .

Our requirement is too complex where we should be in a position to meet user expectations for complete view 75 KPI’s in a single Dashboard.

We have scenarios like YTD ,QTD and MTD other complex calculations in Bex Query.

 

Here are my questions,

  1. Is there any way to provide complete functionality using large data sets to the users with the current architecture without any performance issues?
  2. Are there any third party tools which can be used with BO Dashboard for the performance improvement and handling huge volumes?
  3. Do you suggest any alternate solution for complete functionality?

 

 

Many thanks for your inputs in advance!

 

Regards

Venkat

Queries Performance impact

$
0
0

Hi Team,

 

          We have few queries which were running good until last week; but for the past 3 days these queries were facing severe some performance issues and timeout dumps in the back-end.

 

For some selections it is running long and for some selection it is executing quicker and for some selection it is getting time out.

 

We made a complete data rebuild for the queries connected data targets (data rebuild from the source) before 3 days; after which  the query performance issue faced.

 

No changes were made to the queries or objects for the last 2 months.

 

Data Flow -  Query -> Multi Provider -> Infoset -> InfoCube -> DSO -> Datasource (DB Connect).

 

Note:

In Query we have nested aggregation to handle the result rows; but again no changes to it for the past 2 months.

We have loaded data in one single request at the InfoCube level.

          I mean some 2 million records with different plants in one single request do it have performance impact while reading data?

 

Can anyone please throw light on the possible cause for the performance issue?

 

Thanks

Regards

San

Workbook which contains 10 data providers is taking more time to execute after migration to Bex 7

$
0
0

Hi Experts,

 

We are having issue after migration to BEX 7. One workbook is having 10 data providers with same query on a single is taking more time. Before migration it used to take 15 to 20 minutes. Now it is taking more time and failing. At the end of the day i am not able to view the report.I have attached my bex anaylxer verison. Please do the needful.

Thank  you inadvance.version.png

 


Bex Query to calculate canceled order value

$
0
0

Hi experts,

 

I am using the 0SD_C03 infoCube to stock the SD data, I want to calculate the net value of canceled orders.

 

In the 2LIS_11_VAHDR, there is a field "AUGRU", when it is filled, it means that the order is canceled.

In the 2LIS_11_VAITM, I have the net value of different order items.

 

The two above extractors load data to the InfoCube, the first one, 2LIS_11_VAHDR fill the 0ORD_REASON that is mapped to AUGRU. The second one, 2LIS_11_VAITM, fills the 0NET_VAL that is mapped to NETWR.

 

The query in SQL looks like:

 

Select 0NET_VAL from 0SD_C03 where VBELN in (Select VBELN from 0SD_C03 where 0ORD_REASON <> "")

 

How can I do this with Bex query?

 

Thank's a lot.

Abdess,

Row count w.r. customer

$
0
0

Hi All,

 

I getting row count with respective transanctions not with customer .. help me with customer "only 1"

 

rowcount 1.png

Thanks

 


Viewing all 4032 articles
Browse latest View live


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