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

Translation of all query objects

$
0
0


Hello,

 

We have a requirement to translate all the query objects in 10 languages and this needs to be done for many queries. So manual translation of all the query objects is not a feasible solution.

 

We have checked the table RSZELTXREF and it seems that we are getting all the query elements belonging to the multiprovider. Although all these objects are not present in the text table RSZELTTXT. So we are not able to identify all the text elements belonging to certain query.

 

It would be nice if someone can help with any quick method for translating the texts for all query elements.

 

Thank you.

 

Prithwish


Target currency does not exist (although fix target currency used)

$
0
0


Hello!

 

we are using BW 7.3 and I have a problem with currency translation in bex query designer.

 

I have currency conversion type in RSCUR called EUR_PC:

It has fix target currency "EUR", exchange rate type "P" and time reference is based on an InfoObject.

 

It has already been used in some query and worked fine for years.

Two weeks ago I created a new query and i wanted to use this currency type. But when i click on the key figure >> Conversions Tab >> select the Conversion Type EUR_PC >> then it shows only crosses in the target currency field.

 

curr.JPG

 

Could anybody help me, please?  I have no idea what's wrong here....

 

Thanks and regards,

Katharina

Exception agreegation not working on Formula cumulative work

$
0
0

Hi Guys,

 

I have an issue with exception aggregation when I am trying to aggregate the values of Formula cumulative work.

 

How we can aggregate the value of formula.

 

formula is:    (finish date <= start date)* work.

 

where finish date and start date both are formula variable with replacement path.

Bex Query is not refereshing in analyzer..

$
0
0

Hi Experts,

 

I am having a issue  bex query is not refreshing in the bex analyzer.

 

Actually my requirement to create a workbook on bex query. I have made once workbook but that also not refreshing .

 

I already check the tick mark for refresh workbook on open,
.

 

Please help.

Sum only visible key figure structures

$
0
0

Hi experts,

 

I've created report where there there are 5 key figure structures in columns, at the and there is formula for total. User asked me if there is a way he can filter and make the combo of the structures at his pleasure but in order that to work total formula must update dynamically based on whats visible.

 

I've lost add yellow result column options due to structures.

 

Regards,

Mijodrag

Custom query variable, not related to cube

$
0
0

Hi,

 

I'm wondering is it possible to add custom variable in query so that user can pass its value (just a number) as parameter to the query in query selection screen.

 

Scenario is following: Query filter is only on 0POSTING_DATE and user selects date when query starts: I would create user exit that would calculate selected date - number (custom variable).

 

Number would be that second variable that user would input, but I don't know is it even possible, to create variable not related to any characteristic in the cube.

 

Something like this:

 

Capture.PNG

 

Regards,

Mijodrag

Restrict a characteristic with interval values containing pattern

$
0
0

Dear Experts,

 

I have a requirement where I need to restrict values on charatceristics by excluding an interval like between [200-500] and by including only one value like 199. The characteristic should have a variable as well.

 

Could you please help me with the coding below?

 

After have unfortunatelly tried to solve this issues with the standard functionalities, i  decided to go for customer user exits.

I need to be able to dynamically restrict them at runtime.

 

In the first part of my coding, i am trying to exclude all values between the interval [200-500]. And in the second part, i am trying to find out the value 199.

 

Any input will be welcome.

 

IF I_STEP = 1.
        DATA: ITAB TYPE STANDARD TABLE OF /BI0/MASTI WITH HEADER LINE,
                   IACT TYPE of E_T_RANGE

          SELECT * FROM /BI0/MASTI INTO TABLE ITAB WHERE MASTI not between [200-500].

          CLEAR: L_S_RANGE.
          L_S_RANGE-SIGN = 'E'.
          L_S_RANGE-OPT = 'CP'.


          LOOP AT ITAB.
            L_S_RANGE-LOW = ITAB-MASTI .
            APPEND L_S_RANGE TO E_T_RANGE.
          ENDLOOP.


          CLEAR L_S_RANGE.

 

LOOP AT E_T_RANGE into IACT.
            L_S_RANGE-LOW = '199'.
            APPEND L_S_RANGE TO E_T_RANGE.


          ENDLOOP.
        ENDIF.

 

Thanks

 

Pat

BEx - Nested restricted key figures

$
0
0

Hello,

 

I have defined a restricted key figure, which is global (created in the left panel).

The restriction is made on multiple single values of a characteristic, let’s say values A, B and C.

 

I would like to use this global restricted key figure to create different key figures in my query (local key figures), i.e.:

- Global restricted key figure + Local restriction on characteristic value A only

- Global restricted key figure + Local restriction on characteristic value B only

- Global restricted key figure + Local restriction on characteristic value C only

 

This means that I want to create additional local restrictions on this global restricted key figure.

Though, the given results show that the restrictions added in the local key figures are ignored (they are not taken into account and not applied to the global restricted key figure, which always shows a value equal to A+B+C).

 

To me, this behavior of the BEx is not correct.

Could you please explain how to cover this functional requirement?

It would not make sense to create 3-4-5-etc. global restricted key figures for each value, as I will have to repeat this process for many other values (D, E, F, etc) which I only want as local restricted key figures.

 

Regards,

John


Aggregating on header-level only

$
0
0

Hi experts,

 

I'm facing the following scenario:

 

I've got an infoprovider which contains item-level keyfigures.

The correspoding headers have keyfigures which cannot be disaggregated to the items.

 

It would not be a problem to provide a header-level infoprovider,

and an item-level infoprovider, but I cannot find a way to bring both sources together
in the same query.

 

A concrete example:

The header-level infoprovider contains the confirmed quantity of an production-order.

The item-level infoprovider contains the component-materials used by this prod-order and it's quantity.

In the target report I'd like to see the confirmed quantity of a prod-order as well as the components-level.

 

The problem is, that if I provide the prod-order-quantity on the item-level, that they will be aggregated multiple-times (according to the number of components used by a prod-order).

 

Example:

Data:

 

ProdOrder     Component     Conf.Qty     CompQty

111     X     10     3

111     Y     10     2

112     X     10     1

 

Wanted result, when aggregated on ProdOrder-Level:

111     10     5

112     10     1

 

Actual result, when aggregated on ProdOrder-Level:

111     20     5

112     10     1

 

 

Is there any way to solve that?

I'm still fighting with the idea of exception-aggregation, but it seems as if I had not understood the concept yet.

 

Best regards,

  Marco

WAD 3.5 - Don't display all category in chart

$
0
0

Hello,

 

I have a webtemplate with the display of a chart and the table for the same query.

The query have 4 characteristics (char1, char2, char3, char4) and 5 key figures (KF1, KF2, KF3, KF4,KF5).

 

I want the chart display with Stacked Columns but in the Category axis I don't want all characteristics display (char1/char2/char3/char4) but only 2 characteristics (char1/char2).

 

A solution is to duplicate query (one with the display of 4 charac and one with the display of 2 charac) but I would like to avoid it.

 

Have you got some ideas?

SAP Business Explorer 7.0 availability

$
0
0

Hello Expert,

 

We've migrated BW 3.5 query in BW 7.3 SAP System. Dataflow migration was successful but Query Designer 7.3 product version not compatible with BW 3.5 Query. Have found from SAP  SCN  thread  that firstly we need to install BEX tool 7.0 & Validate/run all queries in 7.0.After that all these works fine in BEX 7.3.

 

While checking BW 3.5 query in  BI Business explorer query designer 7.10 getting the following error message.

Please check the attached file ABAP dump -ST22  for the more details.

 

Status Messages:

Terminate:Unexpected Error:RFC_Error_SYSTEM_FAILURE-Exception Condition "X_MEssage" raised.

Terminate: Query Designer must be restarted:further work not possible


We've tried to install SAPGui version 710,720,730 but unable to find the BI Business Explorer 7.0 version in these SAPGui version & getting the same error message from All these BEx  versions(710,720,730)



Can anyone guide us  in which SAPGui version we'll find the BI Business explorer query designer  7.0 version


Thanks

Sanjeev

Hierarchy node filtering in case of duplicate leaves

$
0
0

Hi experts,

 

I have a problem with filtering a hierarchy which consists of duplicate leaves (accounts).

The report is created in BEx Query Designer.

 

In my example I have hierarchy of accounts where account 1000 is posted as duplicated under 2 different nodes of the account hierarchy:

 

top node

   node 1 - costs

       node 11

          account 1000  (we should display only debits here)

       node 12

          account 2000

       node 13

   node 2 - profits

       node 21

          account 1000 (we should display only credits here)

       node 22

          account 3000

 

Under node 11 we want to see only debits (as it is included in a part of hierarchy where costs are reported only). Under node 21 we want to display credits only (because it is in hierarchy part where profits should be displayed only). However, the other accounts in the hierarchy (e.g. account 2000 and 3000) are not filtered by debit or credit. The debit or credit information is stored in independent infoobject (0db_cr_ind), not related to hierarchy.

 

My solution was to create a restricted key figure with filter on node 11 and only debit filter on infoobject 0DB_CR_IND. And similarly to create a second restricted key figure with filter on hierarchy node 21 and credit only filter on infoobject 0DB_CR_IND.

 

The issue is that the restriction on hierarchy node does not work (system displays values for both nodes). So in my report I have 2 restricted key figures showing data restricted only based on debit/credit, but not based on hierarchy node:

 

Actual report output (wrong):

top node                         RKF debit        RKF credit

   node 1 - costs

      node 11

          account 1000         30                   70

   node 2 - profits

      node 21

          account 1000         30                   70

 

What report should display (wished result):

top node                         RKF debit        RKF credit

   node 1 - costs

      node 11

          account 1000         30                   0

   node 2 - profits

      node 21

          account 1000         0                   70

 

My explanation (but I might be wrong) is that the system only works with hierarchy until it derives the bottom leaves (accounts), but when it finds the concerned accounts it does not bother with the hierarchy nodes anymore (and therefore the filter on hierarchy node does not work)...

The hierarchy must be flexible in reporting (no fixed structure in BEx), it is uploaded regularly from SAP ECC source system.

 

Is it possible to find the concerned hierarchy node (of certain level) from the displayed account in my hierarchy (via BEx replacement path variable)?

 

We are on BI 7.1

Any suggestions?

 

Thank you very much for any input on this topic.

 

Michal

RS_PREC_PLAN program, after executing this program I am getting Junk values

$
0
0

Hi All,

 

In my client landscape they are using Pre Calculation server. They are expecting email [workbook ]attachments, in their email boxes.

 

so I am using the SAP provided program: RS_PREC_PLAN. While testing for one time it came with correct output, after that every  I am getting an attachment,  but when I open it is is coming in Junk values.

 

Before opening it is coming with a pop up. Please refer attached pop up.

 

Note: I am maintaining the settings in BEx Anlyzer Global settings -> default workbook check box Use XLS File format.

 

But still confused what todo.

 

Waiting for your suggestions, comments on it.

 

Kindly advise

 

Best regards,

Kamaal

Unable to get bex report in desired format.

$
0
0

Hi,

 

We would require bex report in the following format(Requirement, expected format):

 

Question 1Question 2Question 3Question 4Question 5
Answer1answer2answer3answer4answer5

 

 

But we are getting bex report in the following format(which is incorrect):

 

QuestionAnswer
Question1answer1
question2answer2
question3answer3
question4answer4

 

 

Here, Question, Answer are two dimension infoobjects from DSO.

Kindly suggest on how can we achieve the expected format through bex query designer.

 

Regards,

Antony Jerald.

3-months average as key figure in BEx Query

$
0
0

Hi experts,

 

I would like to show the 3-months average based on the absolute monthly values of a key figure (e.g. Turnover).

 

Example

 

Month:     Jan | Feb | Mrz | Apr | Mai | Jun | ...

Abs.:       500 | 750 | 800 | 600 | 900 | 500 | ...

3-m-avg.:       |        | 683 | 717 | 767 | 667 | ...

 

---

 

Calculation:

 

Mrz: (500 + 750 + 800) / 3

Apr: (750 + 800 + 600) / 3

May: (800 + 600 + 900) / 3

Jun: (600 + 900 + 500) / 3

 

Is there a way to show the 3 month average in query?

 

Thanks in advance!

 

Regards,

Michael


You do not have sufficient authorization on refreshing BW Workbook

$
0
0

     Hi,

There is a workbook which is based on 2 BEx queries.

When i am trying to execute the individual queries, then it is working fine. But when I try to refresh a save as Workbook based on the 2 queries, then i get the message "You do not have sufficient authorization".

 

Please let me know what needs to be checked or how can this issue be fixed.

 

Thanks!

Can't modify a Bex query, it is tied to a released transport

$
0
0

Hello BW expert,

I could not change a existing Bex query. It is always tied to a released transport.

I have tested I can create a new BEx query and transport it to QA without errors.

 

The issue is when I opened an existing query, it has a error.

Bex transport request xxxxx is not available or not suitable.

 

double click the errors, below is the details.

No request has been set up as the standard transport request for BEx objects.

The (set up) request 'DB2K901272' (for the package '' ) has already been released.

The (set up) request 'DB2K901272' (for the package '' ) is not of the type 'transportable change request'.

 

I have released transport 901272  before opening the query, I don’t know why this query is still tied to it.

 

I tried to create a new BEx transport (DB2K901277) and opened the query again, but an error is still there.

 

Third, I tried to collect all query elements for the query in the transport connection, and  put them in a standard transport, then I opened the query, but it is still tied to the same released transport.

I never see an error like this before. Is there something we could change in the setting so the query is always in changeable mode?

 

Thanks in advance!

Jun

 

 

Workbook variant question

$
0
0

Hi all,

 

hope you can help me with an issue.

 

I have a workbook setup by another guy who has since left the company.

 

He set up the workbook to run with a variant;

  • on the workbook selection screen,
  • in the available variants,
  • there is a variant here that can be selected.

 

When selected, it populates the selection screen of the workbook.

 

However, one of the variables of the variant is ZI_CWEEK, which is a variable of 0CALWEEK.

This updates automatically depending on the current date.

e.g. last week when I select the variant, ZI_CWEEK has the values 2013.46 to 2014.09

This week it is 2013.47 to 2014.10.

 

My problem is that I have to copy this workbook, and broadcast out daily.

The variant is not available in my copy, however I can create a new variant and manually copy the values.

It is just the ZI_CWEEK variable, I am not sure how this gets updated, as there is no customer exit on this?

 

Points will be awarded for any help given.

 

Many thanks,

Shane.

How we can displau workbook on portal

$
0
0

Hi Experts,

 

I have a requirement where i have to display workbook in portal.  How i can achieve this.

Is this is feasible or not. Please help.

 

Regards

 

vikas

Reporting format in Bex

$
0
0


Here is my Scenario ,

 

Edition is a characterstic with  ED1 , ED2, ED3, ED4.

 

Selections :

 

Rows:

No of Copies produced( Type1 = Y , Type2 = Z )

No of Copies Sold (Type1 = P , Type2 = Q  )

 

Columns :

Edition(Character)

K.F = val 1

K.F = val 2

 

Required Layout  :

 

Category

ED1

Val 1

ED2

Val2

Result
No Of Copies Produced200002300043000
No of Copies Sold360004500081000
Others1500236(ED3+ED4)

 

I want to achive the above format .

Viewing all 4032 articles
Browse latest View live


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