Hello,
Can I use the Time Dependent of the 0ORGUNIT in customer exit .
If Time Dependent-Attribut is 01.08.1999 - 31.01.2015, Then i nedd the month 01.
Regards
Kerim
Hello,
Can I use the Time Dependent of the 0ORGUNIT in customer exit .
If Time Dependent-Attribut is 01.08.1999 - 31.01.2015, Then i nedd the month 01.
Regards
Kerim
Hi Experts,
I am facing an issue,Report is not fetching the data.
But if check on Info provider with same selections, there is a data.
I did Copied(Save As) the same report, that is working fine and fetching the data.
What could be the cause for not fetching the data.
Recently Backend ECC got upgraded to HANA. Apart from that there is no changes.
Please guide me.
Thanks,
Nag
Dear Team,
Am getting this Dump / Error Msg. when tring to execute the query in BI Java Stack, the same query is executing perfectly in BI ABAP Stack, could some one throw some light to how to fix this, we are in process of Upgradating from BI 3.5 to BI 7.0 EHP1,
all production report of earlier version is being upgraded to BI. 7, currently our Java Stack is on SP 6.
The details of the error Msg:
The initial exception that caused the request to fail was:
Termination message sent
ABEND RS_EXCEPTION (000): [Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid column name 'TXTMD'.
MSGV1: [Microsoft][SQL Server Native Client 10.0][SQL
MSGV2: Server]Invalid column name 'TXTMD'.
pl. revert. Your early responses are highly appreciated..!
Thanks in Advance.
Hi Expert,
I am getting an error when trying to launch Query Designer. I am getting the following error 'SAP BEx Query Designer Standalone has stopped working'. The message looks like a Window's message. Sceenshot below. I have already tried un-installing and re-installing the SAP Logon.
System details - 7.3 Patch 5(64 bit OS)
Please provide your suggestion.
Thanks,
Anupama
Hi Friends
Market name is authorization object. and In the Bex Report we have used Market Name as optional variable.
For user 1
In BW Security is setup to access data only for UK market.
If user1 runs the Bex report without enter the market name in the Bex Variables getting “No Authorization”.
Can we enter market name compulsory in the Bex variable before runs report? is it not fetch market data based on the user authorization.
Hi ,
Actually there is a calculation in my calculated keyfigure Oncost, like below
Oncost = 1*(KPI Cost>= 0.9)+0 , Here in the KPI Cost is coming as 0.8996 hence I have to make it rounded of upto three decimal point as 0.900 here before the above calculation . I have tried to make it by the display menu of the CKF by the decimal point making upto three decimal places , but it is calculating by taking original value of KPI Cost (that is 0.8996 )and showing the out put as 0.900 . So is there any function by which I can make rounded of any floating number to its third decimal point. Like
if the value is 0.8778 it would be rounded of to 0.878
if the value is 0.8712 it would be rounded of to 0.871
if the value is 0.8996 it would be rounded of to 0.900
If the value is 1.2597 it would be rounded of to 1.260
If the value is 1.3451 it would be rounded of to 1.345
and this needs to be rounded of before the calculation.
could you please help on this.
Thanks in advance
Shatadru
Experts,
I have a report requirement where I need to show some KPIs with weighted average. The layout should be like that:
CHAR_1 | CHAR_2 | CHAR_3 | CHAR_4 | KPI_A | KPI_B |
KF at cube | KF at cube | ||||
Center 1 | Lot 1 | Material 1 | “028” | 28 | 100 |
Center 1 | Lot 1 | Material 1 | “029” | 29 | 150 |
Center 1 | Lot 1 | Material 1 | Result | Should show weighted average of KPI_A by KPI_B from white lines = 28,5447 | 250 |
Center 1 | Lot 1 | Material 2 | “045” | 45 | 75 |
Center 1 | Lot 1 | Material 2 | Result | Should show weighted average of KPI_A by KPI_B from white lines = 45 | 75 |
Center 1 | Lot 1 | Result | Should show weighted average of KPI_A by KPI_B from orange lines = 34,3753 | 325 | |
Center 1 | Lot 2 | Material 1 | “090” | 90 | 250 |
Center 1 | Lot 2 | Material 1 | Result | Should show weighted average of KPI_A by KPI_B = 90 | 250 |
Center 1 | Lot 2 | Result | Should show weighted average of KPI_A by KPI_B from orange lines = 90 | 250 | |
Center 1 | Result | Should show weighted average of KPI_A by KPI_B from yellow lines = 73,4559 | 575 |
I have tried the following: creation of KF that multiplies KPI_A and KPI_B at the cube and use of some calculated KFs at query using SUMCT to divide the lines by the subtotal to help calculate this KPI_A correctly, but the values are wrong:
CHAR_1 | CHAR_2 | CHAR_3 | CHAR_4 | KPI_A | KPI_B | KPI_C | KPI_D | KPI_E |
KF at cube | KF at cube | A* B (calculated at cube) | KPI_C / (SUMCT (KPI_A*KPI_B)) | KPI_A * KPI_D | ||||
Center 1 | Lot 1 | Material 1 | “028” | 28 | 100 | 2800 | 0,4553 | 12,7484 |
Center 1 | Lot 1 | Material 1 | “029” | 29 | 150 | 3350 | 0,5447 | 15,7963 |
Center 1 | Lot 1 | Material 1 | Result | 57, but should show weighted average of KPI_A by KPI_B from white lines = 28,5447 | 250 | 6150 | 6150 / 9525 = 0,6457 | 57 * 0,6457 = 36,8049 |
Center 1 | Lot 1 | Material 2 | “045” | 45 | 75 | 3375 | 1 | 45 |
Center 1 | Lot 1 | Material 2 | Result | 45, but should show weighted average of KPI_A by KPI_B from white lines = 45 | 75 | 3375 | 3375 / 9525 = 0,3543 | 45 * 0,3543 = 15,9435 |
Center 1 | Lot 1 | Result | 102, but should show weighted average of KPI_A by KPI_B from orange lines = 34,3753 | 325 | 9525 | 9525 / 32025 = 0,2974 | 102 * 0,2974 = 30,3348 | |
Center 1 | Lot 2 | Material 1 | “090” | 90 | 250 | 22500 | 1 | 90 |
Center 1 | Lot 2 | Material 1 | Result | 90, but should show weighted average of KPI_A by KPI_B = 90 | 250 | 22500 | 22500 / 22500 = 1,0000 | 90 * 1,0000 = 90 |
Center 1 | Lot 2 | Result | 90, but should show weighted average of KPI_A by KPI_B from orange lines = 90 | 250 | 22500 | 22500 / 32025 = 0,7026 | 90 * 0,7026 = 63,2340 | |
Center 1 | Result | 192, but should show weighted average of KPI_A by KPI_B from yellow lines = 73,4559 | 575 | 32025 | 32025 / 32025 = 1,0000 | 192 * 1,0000 = 192 |
The issue is that the user should be able to add or take characteristics off the report and the report should dinamically calculate this averages and the individual values.
Is there a way to attend this issue the way it is? If not, what could be offered to satisfy the user need?
Regards,
Maurício.
In several queries we have to use more than one time prompt. Unfortunately, we do not see in the prompts screen for which time characteristic the prompt is for.
For example, in below prompts screen I can see in the query that the fist day interval prompt is for Calendar day and the second prompt is for “Start of term”. Is there a way to display the time characteristic in the prompt view so that this is clear for the person refreshing the report? Here instead of day interval, I should see Calendar day. Now, for some of the reports that we do not run frequently, I have to check in the query to be sure how to use the time prompts.
Do you have any good solution for this? One solution would be to redefine the variables so that the variable was not named “day interval” but calendar day interval but that would take some time to replace in all queries that we have.
Similar is the case when using 0P_FPER . It shows Period/fiscal year but if i change the text then it would change in all queries. Is there a way to do it locally in specific queries that I use this variable in?
Dear Experts,
I am facing an issue i have created dso in which there are standard feilds for GL account and profit centre which are mapped with HKONT and PRCTR. But in be'x designer when i display as key and text the report is showing ( #/1001000001 Not assigned/1001000001 ) but values are coming perfect in psa with text and description.
How can i solve this error please reply on urgent basis.
Regards
Nilesh
Hi all,
I need to create a BEx query in which I have to show Employee's Joining date and total Salary taken till today.
I have installed "0PA_C01", here I am not able to get these details.
Kindly help me in getting these data.
Thanks and Regards,
Mithilesh Prasad
Hi All ,
I have a requirement in One of our Query's to display Key Figure Value for Historical Weeks + Current + Furter Weeks in the report. Can you please help me how to restrict the Key figures to get the values as displayed below.
If you could provide step-by-step details would be geratful.
Hello expert,
In SAP BW backend currency showing USD 4 and value showing 1000. but in analyzer its showing 10 only.I want to know how and why transition happened in this way,&In source system value maintained is usd 4 and 10 onlyso why not maitaining 10 only in backend? (FYI in query designer applied NODIM to that field ).
Thanks,
Jinal
Hello experts,
Recently, I deleted several characteristics from my dataflow and recreated them as key figures (because that is what they actually are) with the same tech name.
The problem is that I also have some queries that use these characteristics, but now I'm trying to edit those queries in order to use the key figures instead of the characteristics but an unhandled exception comes up. Therefore I can't edit those queries.
There is any thing I can do before redoing all the queries?
Thank you in advance,
Regards,
Sergio.
Hello,
I am creating a WEBI report using multiple BEx queries each having a characteristic variable. I would like to create 1 input variable in my WEBI report and use this value for the BEx variables. Is this possible? I am not sure if my approach is the best as I have limited experience with BEx and WEBI variables.
Any help will be appreciated!
Thanks,
Roseanne
Hi,
I created an enhancement implementation under BAdI RSR_VARIABLE_F4_RESTRICT_BADI.
This is being called whenever query is opened & whenever query is executed, not only when query selection screen F4 is pressed.
Is there a way to call my enhancement implementation ONLY when F4 search is triggered?
This is to save time when query is opened.
(Enhancement implementation takes about 1 mins to go through, which increase the query opening time from 1 sec to 1 min.)
Thank you.
Hi All,
We need to update The process chain YX_LOAD to execute an OS level command to first move the file from the source “\inbound\HBW” to “/inbound/BW”. Once the file is there, then the Process Chain will read the data into BW.
Some one please share the Steps..!!
Thanks
Prakash
Dear All
I have a requirement where user needs to see the Effective active trucks based on hierarchy. While expanding the hierarchy count is correct at plant level. But at the node data is aggregated and this shows to total count of individual plant. While user requirement says that if a truck is going to two plant then in total this has to be add only 1 time not twice.
Data available in Cube:
For this requirement I have an option to add the new key figure also if required. Please suggest.
Regards
Lalit Tyagi