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

Reg Journal entries

$
0
0

Hi,

 

Below is the requirement of can u kindly help me to fix the issue.

 

1.) Need to know number of journal entries has a value based on parameters:Distinct count of Document no, company code and fiscal

     year combination. Can you kindly let me know of how to avheive at BeX level code.

 

2.)Need to know number of users value by distinct count of users.

 

Can anyone help me on this issue.

 

Regards

Srinivas M.


SAP Exit variables compatible with tableau?

$
0
0

Does anyone know if SAP Exit variables are compatible with tableau.

 

I have a SAP exit variable 0S_AA_DEACT which is a single value optional SAP Exit variable which is not input ready.

 

When I try to run my query in tableau it gives me an error that says "no value could be determined for variable 0S_AA_DEACT"

 

Tableau Bex Exit variable optional issue1.jpg

 

has anyone faced this issue before? how did you overcome this?

 

Any help is appreciated.

 

-Swati.

Function module RSD_0FISCYEAR_TXT_GET does not exist

$
0
0


Hi All,

 

Has anyone gotten this message when performing an F4 on a query input variable based on the 0FISCPER characteristic in BW 7.4 SP10?

 

Thanks!

How to pass char restriction to query behind replacement path variable

$
0
0

I have a query 1, which uses a variable with replacement path from query V.

I know variables in query V will also appear in variable screen of query 1, so I can pass filter by variable;

But if user set filter to characteristic when using query 1, is this filter able to pass to query V?

 

For example, query V provides material with margin > 20%, and has company code as free char.;

In query 1, user set company code = A.

Material M has total margin 23%, but only 10% in company code A.

Will material M appear in query 1?

Reg If then else.

$
0
0

Hi,

 

The below os the output required.

 

If created date-Posting date<5 then output should be at Date difference Group column  is <5

else if created date-Posting date<=15 then output should be at Date difference Group column  is 5-15 days

else if created date-Posting date<=30 then output should be at Date difference Group column  is 16-30 days

else

.....

 

I have converted created date and posting date into Date KF's but dont know of how to implement if then else

in Bex.Can anyone help me out.

Replacement Path Variable of Query with Condition

$
0
0

Query 1 has two conditions which limit the result rows that are displayed.

 

Query 2 has a replacement path variable which uses the results of Query 1 to filter an InfoObject.

 

The situation I am seeing is that the replacement path variable appears to be allowing values that should have been suppressed by the conditions on Query 1.  I.E., values that would show up in Query 1 when the conditions are not active, but suppressed when the conditions are active, are showing up in Query 2, even when the conditions are active in Query 1.

 

It appears that the replacement path variable in Query 2 is essentially running Query 1 with the conditions deactivated.

 

Is there any way to get the replacement path variable in Query 2 to run Query 1 with the conditions active?

 

Thanks in advance for any help,

Bob Perry

Reg Date KF

$
0
0

The below thing for date difference group of needed result of created date -posting date less than 5 days then at Date difference group column

must appear <5 days and as well as for 5-15 days. I created Date KF's but dont know how to acheive at Bex by translating into If esle condition.

 

Date Difference Group <5 Days (If Created on Date - Posting Date < 5)

                 5-15 Days (If Created on Date - Posting Date <=15

 

Can anyone help me out.

Regrading keywords flag

$
0
0

Hi,

 

Can you kindly help me out the below scenario.

 

Doc No            Item Text                       Document Text        Keyword flag

 

2                 correction for error             Entry12345                 ERROR

 

This is the business logic for above one to show "error at keyword flag"(IF [Item Text] OR [Document Text] fields contains 'error' text)

 

Can you kindly help me out of how to define at Bex level to identity the logic to be written at Keyword flag based on Item text or document text

keyword search.

 

Regards.

 


BW Query runtime statistics

$
0
0

Hi community,

 

we have a problem with the runtime of some BEx queries.

With the help of the statistic data in the transaction rsrt we tested some of the queries.

Now here is the question:

In all of the queries the value (runtime) of the event 0 - Global Event for "Non-Assigned" Times is high.

The SAP describes the event with the following words.

"Collective event for all parts that are not explicitly assigned to an event (normally a small value)"

Unfortunately, I can't find more informations for this event. I looked into RSDDSTAT* tables, but there are no more informations.

So, what could be the reason for the high values of the Event ID 0?

Is there any way to find out which times are included in that event pool?

 

Query statistics - Top 3 Events: (collected after time)

 

Event IDEvent-TextTime
3110OLAP: data selection31,83
9000data manager29,05
0Global Event for "Non-Assigned" Times18,5

 

Thank you in advance.

 

Best regards,

Stephan

Calculating average at BEx report

$
0
0

Hi all,

 

We are to trying to derive average of quantity at line items for a transaction as follows.

 

For ex. for transaction ID 110012 the avg quantity is (20+80+100+80) / 4 = 70.

70 needs to be stamped for each line item corresponding to than transaction ID.

rep.PNG

 

We created a formula 'Average Qty' as only qty and exception aggregation as average. But only when items are removed, the average is showing.when If line items are added the average isn't coming up for each line item.

 

Is there anyway we can resolve this.

 

Thanks,

Akshara

Damaged workbooks after SP15?

$
0
0


Dear Experts

 

We have two damaged workbooks. The first one has suddenly lost the connection to the data provider, the second one cannot be opened at all. 

Maybe it could be a side effect from installing the support package 15 some days ago.

 

Has anyone made such experience?

 

Regards
Stefan

 

(NW731 SP15, GUI 730 Patch 7, Windows 7 64 bit, Excel 2007 32 bit)

Bi Query not displaying all data due to null entries

$
0
0

HI everyone.

 

This is my first time here so I hope my question is in the right place and my format is correct.

 

So I have a problem with Bi Query and its isnull and isnotnull qualifications. My query works with around 500 to 1000 rows of data at a time. The main problem is one of the columns has both numbers ranging from 0-100 and blank cells. When I include this column as a result I want displayed it cuts off about half the rows from the results due to the blank space.

 

So my first fix was to include the column as a query as well and have it set to AND(col10 isnull OR col10 isnotnull). The results are the same, The half with blank spaces missing.

 

Second fix was to try and just pull null results and that came up with: No data found.

 

Third attempt is the same as the second but instead of null I tried pulling white space using the bi query special char {' '}   Result: no data Found

 

Am I missing something key here about the use of isnull and isnotnull or is there an extra step after these ones which I have not stumbled upon?

All my work so far has been based on what little resources I can find online and the Bi Query inbuilt help.

 

Anything I can try and mess with or test would be greatly appreciated.

 

Thanks in Advance

Flavius

How can i show latest period of sales in one column for consumers?

$
0
0

Hello all,

 

Need your experise can you please help advise which of my steps may not be correct?

 

The user's requirement is to show in one column the latest month a consumer had a sales within a specific period.

(columns: consumer, sales organization, month of latest sales, amount)


These are the steps completed:

 

1. I've converted fiscper3 period from characteristic to key figure using formula variable.

   I used replace infoobject with key; how do you know if you should use attrib value instead?

 

2. Created a formula and used the formula variable.

    I tried exception aggregation either 'max' or 'last' trying reference document either fiscper3 or sales document

 

 

Result is it only shows the first period i place in my selection criteria (eg. 4 - 6 will output 4 in the column).

But when I drill down using period in my column, it shows the actual numbers in each period column (eg. 4 is seen under April, 5 - May, etc)

 

I've attached my screenshots for reference, really appreciate your help.

 

 

Thanks!

K

Reg Date calculations

$
0
0

Hi,

 

I have to implement a logic based on below scenario to round-off has per the requirement.

 

If Created-on date is Jan 24th-2015 then it should show Jan 31st-2015(created end of month column) and if Created on date shows Feb 22nd-2015 then it show Feb 28th-2015(Created end of month column).

 

Can you kindly let me know whether this is possible at Bex or not. I can convert date into keyfigure and can get difference of days but how

to populate above logic.

 

Regards

Srinivas M

How to check the last execution times of Bex Analyzer workbooks

$
0
0

Hi Gurus,

 

In my system there are 618 workbooks. I need to check the last execution details of those. Its a finance system. So please help me on this.

 

Thanks in advance,

 

Pragyanand


Query to display YTD and Month wise

$
0
0

Hello,

 

I have a requirement to display the query results as YTD in one column and another columns to show Jan to december as mentioned below..

 

for example : if user enters as 05.2014 (0CALMONTH) input selection then the report should display YTD till 05.2014 in one column and rest of the columns should display as Jan 2014 ..... Feb 2014 ... March 2014 ....April 2014 .... May 2014.

 

Are there any standard exists that I can use for above requirement ? Really appreciate your valuable inputs.

 

Thanks,

BEx : Quarter calculation showing average value for few rows only

$
0
0

Hi,

 

The present BEx query has 60+ rows, I'm trying to calculate quarter values ( In Key figure structure, i've added the formula Q1 = Apr + May + Jun).

Issue i'm facing is all the quarter values are showing correctly, except for 3 rows. Instead of showing SUM , it is shows negative average value.

 

  - The individual month values are correct for the 3 rows

  - All quarters are showing wrong value for these 3 rows ONLY ( Row C, D, E in below screenshot)

  - No issue with any other values of the quarter calculation / individual months

  - Not based on cell definition

 

Could some one please tell me if there is any workaround for this scenario.

 

 

Regards,

Jayanthi.

Deleting duplicated BEx variable

$
0
0

Hi everyone,

 

I'm not sure how, but we have to variables in one system with the same technical name. I need to delete the duplicate variable (that is not used) and keep the original (that is used). BEx query designer isn't allowing me to do so, as it says the variable is used elsewhere, but does not show any use in the 'Where used' list.

 

I have also attempted to delete the variable from the BW table RSZGLOBV but I am unable to enter change mode.

 

Is there another work around to do this?

 

Thanks,

Matt

How to generate bex report column's based on user input variable ?

$
0
0

Hi All,

 

We have a requirement to generate a report online dynamically based on the user input variable entry. For example if the user selects Mar 2015 it should display the material count till March 2015 only. Can you please advise how to achieve this in Bex query. Please find the below screenshot for the sample data layout. Basically we need dynamic user input variable for column...like June then the report should display the material count for all the plants till June 2015 only. Please advise.

 

 

Thanks

DR

Report doesn't disply all the employees under Head

$
0
0

Time registration report:

 

Under HEAD there are 8 employees and i can see all the employees at multi provider level for HEAD but when i check this in the report one employee is missing.

 

There are no restrictions on the 0EMPLOYEE and one char var (manual inp) is created.

 

Could any one advice me what might be missing or needs to be checked in this scenario.

 

Regards,

 

Praksah

Viewing all 4032 articles
Browse latest View live


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