Say I have a working crystal report which has the usual DocKey@ parameter.
Now I want to add a stored procedure (which has one parameter, say @p1) to my report, once I've done that using database expert, a new crystal report parameter would be add...
Dear All,
I'm trying to edit some PLD layout and I have encountered this very annoying issue. For example, I have 2 text fields, they are both of height 20 and width 50.
One of them is at location (0,0), the other at (50,0). So they are exactly...
Hi Guys,
I have the following formula on my crystal report:
if {MYTABLE.MYCOLUMN} = 'YES'
then
"GOOD"
else
"NOT GOOD"
So the data in this column could be the string 'YES' or null. I expect to get "NOT GOOD" when the database field i...
I was looking at some SAP HANA stored procedures and I saw some expressions like the following.
but as far as I can see "str = N'test'" serves the same purpose, so is there anything special about below syntax? if no, why are there 2 syntax for ass...
I know there's a setting for this in general settings, but I need to block it from payment wizard too. so I need to do it from transaction notification procedure. here's what I've done
if @object_type = 24
begin
if (select CFWId from ocft ...
SAP would cache crystal report layouts into Windows temp folder, and use them to print, generate pdf etc. If the cached crystal report layouts get deleted, the error would happen. The error basically means SAP could not find cached crystal report la...