Quantcast
Channel: SCN : All Content - SAP Business Explorer (SAP BEx)
Viewing all 3763 articles
Browse latest View live

Converting input date field to another format at query execution

$
0
0

Dear all,

 

I hope you can help me with my problem.

 

We are trying to provide our client with HR data in BW but they want to be able to filter data based on Persian dates whereas every time-dependent data in BW is based on Greg dates.

 

Is there a way to get Persian dates from end users at the time of report execution such as 1394/11/18 ( which is today) and convert it to Greg dates before passing to the underlying infoprovider?

 

I know the ABAP code to this conversion but I wonder how it can be done through variables and exits ?

 

Of course even if we can do the conversion via customer exit, there is still a big problem.

 

If I create the variable on 0CalDay as reference characterstic, in web intelligence the User will be presented with a Calendar object to choose from and it won't be possible to enter values such as 1394/11/18.

 

Any ideas?

 

The ideal scenario would be to force BW to use ZPersian date infoobjects instead of 0DateFrom and 0DateTo but I it doesn't seem possible.

 

I'd appreciate any help.

 

Thanks.

 

SJ


COUNT and MAX logics in BEX query Designer

$
0
0

Hi Experts,

 

I am into implementation project, I have below scenarios which will have to derive from BW and BEX.

 

1. Client needs No.of data missing count in Report.

 

Ex:

                 01/02             02/02          03/02      Data missing count

Plant          2000              -                30000           1

                   -                    -                40000            2

                  10000             5000        60000            0

 

 

Based on the plant ,calday and keyfigure he want to check no.of count for data missing.

 

2. Max orders filled based on the Customers.

 

2.Min orders filled based on th customers.

 

 

Kindly please help how to implement these logics  in Bex designer .

 

 

Thanks in Advacen,

Chinna

How to display amount KF value in % ?

$
0
0

Hi All,

 

Is it possible to display amount $ in % value without any decimals and amount unit dimension ? I know we can put no dim, but how to show the amount value 99,999   AUD value as 99 % ?

 

Thanks

DR

Request for YTD Average at Bex query Level

$
0
0

Hi All,

 

My requirement is to get the avg qty for YTD.


I tried going thru many posts but cannot find the required solution.


I have written code in cmod to get the no.of days based on calday input, can anyone help me how to use this customer exit in the query designer so as to get the avg quantity for the year.


I have tried different approaches and was unsuccessful, If any one can provide me with screen shots to maintain at query level would be much helpful


Thanks in Advance


Code used in the Query


WHEN 'ZNUMMTD'.

     IF I_STEP = 2. "after the popup

       LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE

       WHERE VNAM = 'ZMPDATE'." User Input (For Ex: 20160205 YYYYMMDD)

         CLEAR L_S_RANGE.

         LV_DATE1 = LOC_VAR_RANGE-LOW." Range High (For Ex: 20160205 YYYYMMDD)

         LV_DATE = LOC_VAR_RANGE-LOW.

         LV_DATE+6(2) = '01'." Range Low (For Ex: 20160205 YYYYMMDD)

         V_LOC_DATE = LV_DATE1 - LV_DATE." DIfference between Start date and end date

         L_S_RANGE-LOW = V_LOC_DATE.

         L_S_RANGE-SIGN = 'I'.

         L_S_RANGE-OPT = 'EQ'.

         APPEND L_S_RANGE TO E_T_RANGE.

         EXIT.

       ENDLOOP.

     ENDIF.




Regards,

Madhu

add leading zero's to Infoobject ?

$
0
0

Hi,

 

I have a char value infobject with length 5 without alpha conversion. If I see the values in the master data table of the iobj, i can see 00002, and the same value is getting loaded in the Infocube as well. But while displaying the values for that IOBJ, I am unable to see the leading zero's.

 

For ex. it shows as 2 instead of 00002. Please advise.

 

Thank You

DR

How to find a Time dependent Characteristics are used in a BEX Query or not?

$
0
0

I have searched the forum but not able to to find the answer so posting the question.

Bex Migration 3.x to 7.x

$
0
0

Hi,

 

Our client moving into BEx 7.x from BEx 3.x version and at this moment now they are using Web Browser 3.x with work books & queries.

While upgrading we decomission the 3.x and move to 7.x at this period business need to access work book & queries, so what are the possible ways we can provide to end user to access the same.

 

Please throw some lights to provide alternate option in the place of BEx 3.x brower

 

Thanks in advance.

Get Maximum Value of char by grouping other chars and show result

$
0
0

Hi

 

I have the below data.

Capture.JPG

 

I have a prompt on Fiscal Year/Period. Now based on the value the user selects in the fisal year prompt, i need to get the latest activity(Column C) for every Ccode,Transaction and flow(basically activity grouped by ccode, transaction and flow) for this customer and then total the amount and show in the results.

 

So my query should get the below data

Capture.JPG

the data displayed in the report should be

 

Capture.JPG

 

How can i achieve this?

 

Thanks


Database error: [Data federator driver][server] cannot convert VARCHAR to integer data type

$
0
0

Hi I am getting this (WIS 10901)error when i tried refreshing the webi report against BW BEx query (multiprovider), can anyone explain what this means.

 

I also have Database error: [Data federator driver][server] table Multiprovider.xxx.xxx is not found

 

 

Thanks in advance for your suggestions,

Kris

Error Message through I_step 3 does not work from webi

$
0
0

Hello All,

 

I am processing error message through i_step 3 when user enters wrong values in BEx variable. This is working as desired when executed through RSRT. However, when I run it through Webi report it does NOT work. Webi report does not give any error message even when I enter incorrect entries for variable. Is there a way to display the error message on Webi report that is generated through I_step = 3.



Thanks in advance,

Praveen.

BEx Ananlyzer is not starting in Win11

$
0
0

Hi ,

 

Please help me with this issue. I installed Windows11 on my laptop. Installed SAP GUI. but, when I start BEx Query Analyzer. It does not start.

 

HELP me in solving the issue.

 

Thanks

Rukmambara Babu A

+91-9849527109

Potentially Corrupt Workbook Name

$
0
0

Hello,

 

I am trying to delete a query that has workbooks created for it and after searching other threads of the SCN, I started using FM rrmx_workbooks_delete to delete the workbooks while grabbing the technical names of them from the Where Used List inside of Query Designer. However, I've come across a workbook that does not have a technical name GUID. It simply has the technical name "PWD". Searching tables like RSRWBINDEX and RSRREPDIR and RSRWORKBOOK yield no workbook by the name "PWD". I look in Analyzer for this workbook and also cannot find it there.

 

Without deleting this workbook, I cannot delete this query. Any thoughts on how I can delete this query without deleting this workbook or deleting this workbook?

Making key date variable optional on selection screen

$
0
0

Hi All,

 

My query is based on time dependent data and I want user to specify key date during execution. I created variable for the same with setting "Optional". But still it asks user to enter key date everytime as if it is a mandatory.

Is there anything i am missing out? Doesnt it take a current date as key date if no value is specified?

Or is there a way to populate keydate variable by current date?

I am on 2004s. Please let me know. Thanks in advance.

 

-Abhijit

SAP BW JAVA Stack Integration

$
0
0

Hi All,

 

I've successfully connect 2 SAP BW systems to 1 BI JAVA server.

Alias SAP_BW to SAPBWP

Alias SMS to SAPSMS

 

Logging in via the portal and running a new analysis I can pick either alias and run required queries from either system.

 

However if I try to run a query from SAPSMS via BEx Query Designer or via RSRT choosing Java Web I get the following error :-

 

Cannot load query "xxxxx" (data provider "DP_1": No service implementation available)

 

If I run the same from SAPBWP it works just fine.

 

Is this even remotely possible to do?

 

UPDATE

 

If I append &system=<SYSTEM ALIAS> to the URL it works.  Seems method GET_LAUNCHER_URL from class CL_RSWR_SERVICES isn't appending the system name from table rspor_t_portal.

 

Thanks

Craig

Mail Configuration to send mails from BI JAVA portal

$
0
0

Hi All,

 

We want to send mail from BI JAVA portal for BI reports.

 

We have configured BW 7.4 ABAP and NW 7.4 Java Stack with BI java components. Integration has been done between both the servers.

Configured mail server details in SAP Portal --> System Configuration --> UME Configuration --> Notification E-Mails. But when we sending reports from send button in the report it is saying "Setting TEST scheduled successfully" but no mails are triggering or not receiving

 

Could you please let us know the correct configuration steps to send BW reports by mail in SAP BI Portal.

 

Regards,
Sridhar


BW Statistics table for Daily Data load count

$
0
0

Hi All,

 

How much data is being loaded to BW system at particular data can some one Please suggest do we have any Statistics cube or Table will feed these values and I checked the CPU utilization check but clinet asking data load count for whole system per day or per  particular  hour.


Please help me ..


Thanks

Prakash



Maintaining complete table structure, including column headers when there is no master data

$
0
0

Hi All,

 

I have generated an input-ready, forecasting application using BEx tools, retrieving data from multiple sources.

 

Currently once the application is executed through Web Application Designer, only the months labelled with column headers 00 2016, through to 05 2016 appear within the table through the web. For this time period shown above, there has been dummy master data inputted.

 

For the time period labelled 06 2016 to 09 2016 in our table, we have NOT manually entered any data and the columns disappear completely.

 

As this is a forecasting tool, some months will inevitably be vacant before planning has been completed.

 

QUESTION: How do you configure the query/properties within BEx to enable all time periods and therefore columns in the table, to show regardless of whether there is master data retrieved or not?

,

Many thanks in advance,

 

Billy Haworth

Status of data in Bex query shows wrong date

$
0
0

Dear Experts,

 

The Bex qurey after sucessful execution, show the Status of data as old date i.e. feb 2012. but we observed that the data uplaod happens regularly and sucessful.

 

we tried executing the same query using RSRT/Bex Analyzer/Portal. the results are same i.e. showing incorrect status of data.

Note: The Bex query is built on BI Infoset which sources from DSOs and Master Data infoobjects, and  BI version is 7.0.

 

Kindly please help for resolving the issue.

 

 

Best Regards,

Mannu.

How to change the "Status of Data" in BEx Analyzer

$
0
0

Hi All,

 

We have a BEx report on multiprovider and this multiprovider designed with 2 cubes. One cube is for history & 2nd cube is for current data.

Users are seeing "Status of Data" as which ever is old date of request loaded date from both cubes. But we want to show them latest request date from both cubes as "Status of Data".

 

Ex - Cube1 - loaded on 06/01/2014   Cube2 - loaded on 01/01/2013

Status of Date will be 01/01/2013 if I run the report but Users want to see the 06/01/2014 as a Status of Date.

 

Please let me know if any anybody did this. I know I can do it web template level but I want to do this at Query Designer level so that I can move this change to Production.

 

Thanks

Prasanna

Status of Data in SAP Bex

$
0
0

Hello Experts,

 

In the Bex Analyzer, When i ran the report a STATUS OF DATA label is coming with some date and time. If it is coming from the backend, which table i need to refer?

 

And also My query is built on multiprovider.

Viewing all 3763 articles
Browse latest View live


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