Re: Reg: Context Operator in Crystal Report
Thank you Lundquist. In my case, I need to derive a formula like [Month] [Object 3] [Measure]/[Measure] IN ([Object1]; [Object2];[Month]) For Instance, in Jan month we have...
View ArticleRe: C# RESTful web service, passing parameter (prompt) to a report
Thanks bhushan for your reply I am using BI 4.0 SP 6 but there are no samples available, I need help to pass prompts to the report. Following is the code that works fine but need to add prompts....
View ArticleRe: Logic for Posting - Current period to be assigned
Hi Sowmya,In your code, do not use sy-subrc. Instead handle the exception as Nabheet mentioned.Use the Exception ERROR_PERIOD If it is EQ 10, or ERROR_PERIOD NE '00', handle your code... Regards,Venkat
View ArticleRe: Warning rule in SAP IS
Hi Roli, Are you wanting email notifications for profile task? 1851874 - Email notifications do not work for Information Steward. You'll also need to setup the ISjobservers. 1867181 - Email alerts for...
View ArticleRe: Modeling a Materialized Query Table (DB2 LUW MQT)
Pete In Pd 16.5 the help file says "PowerDesigner models materialized query tables as views with a stereotype of <<Materialized query table>>." Try it - the value appears in the drop-down...
View ArticleRe: how to acheice default data on login in webi report
To show the own data the row level security has to be setup in the universe to show only the data the user has access to. Please check this video to find out more on row level...
View ArticleRe: OSS1 RFC Error - ERROR => NiBufIProcMsg: hdl 17 received rc=-94...
Hi, As you suggested i tried again and same error ; /H/XXX.34.32/S/sapdp99/H/XXX.207.130/S/3299/H/194.39.131.34/S/sapdp99/H/oss001 dev_routTue Nov 26 21:01:03 2013*** ERROR => NiBufIProcMsg: hdl 17...
View ArticleRe: Managing profile parameters for several SAP systems
You would want to review Root Cause Analysis > System Analysis > SID > Change Reporting Now depending on your NW ABAP version you have two locations to review profile parameters:SID...
View ArticleRe: how can i realize this account determination scenario in sap sd
Hi Great & hope u make the 10% residual config too & execute a successful cycle as desired . RegardsNiladri
View ArticleRe: Database error: 523 80
Hi Ron, if the problem started showing up after a reboot, it is likely that you exported and environment variable that should have been sourced in the profile. Otherwise there may have been a change in...
View ArticleRe: warning Wage type for Negative net pay /560
Hi Just wrote a pcr that if /560 amt equal to zero then generate a zw39 wage type which will add to RT but here you need to show at least one in zw39, But first check that if /560 is zero, is it...
View ArticleResize a picture dynamically
I have spent the last days trying to resize an image whose source is a file, and your name in a field in a database, as I do to change the image size dynamically based on data from the same database...
View ArticleRe: How to use Decrement(--) and Increment(++) in abap?
Hi Karthi, Tou can try this code and check solution... PARAMETERS: INNER TYPE I. data n type i.n = inner.DO INNER TIMES. DO n TIMES. WRITE: '+'. ENDDO. WRITE:/. n = n - 1. ENDDO....
View ArticleRe: Regarding derived tables in BO 4.0
I would say that the best approach is to trow this universe away and design new one.
View ArticleRe: Concatenation not recognizing backslash "\"
Hi Mahboob, Please use Double backslash in the variable and it should work. Below variable worked for me:=[Year]+"\\"+[Quarter] Thanks,Abhi
View ArticleRe: Concatenation not recognizing backslash "\"
use double back slash and it will print as a single back slash.. Try this=[Dept Code]+"\\"+[Rep Code & Name]
View ArticleCrystal report display incorrect character while using Oracle Database...
I am trying to create a simple report on Crystal Report 10. This report will pull data from Oracle database.I have installed Oracle 11g (32 bit) client on my PC (windows 7 64 bit). To connect to Oracle...
View ArticleCockpit and Local Admin Rights
Hi Experts, Would just like to ask if it is possible to run a dashboard/cockpit even if the user does not have a local admin rights in the workstation that he is using? What we found out is that a...
View Article