Re: Data type issues during LT replication
Hi, The ECC DATE format does not match with the DATE format of ANSI SQL 92(HANA uses these standards). In HANA, you can use M_TIME_DIMENSION that includes SAPDATE (in varchar) and SQLDATE (in DATE)...
View ArticleRe: Recursion!
Thanks Neal, I know that i can do it using FM & loops, but i was wondering why its not a recursive function call like C++ or Java
View ArticleRe: Synchronising problems with Application Patches
Sybase has specifically not recommended doing this in the past. (There was a Sybase Tech Doc related to PFC incremental deployment, but I can't find it on the SAP site.) Particularly, incrementally...
View ArticleRe: Error -1003
Can u post the whole code - especialy the part where u define the CFL and the EditText. Beni.
View ArticleRe: tree view node
hello Saul Garcia, crystal doesn't really do tree views with expanding and collapsing nodes. it does drill-down instead. please have a look at the attached report where the end user can drill down...
View ArticleRe: Team Determination based on Multi-level Categorization.
Hello Rodrigo,Please check this document https://websmp109.sapag.de/~sapidb/011000358700000514582011E.PDFAuthor wrote's:""In Incident Management, the dispatch functionality can be used to route a...
View ArticleRe: New SCA Question
Pull up /nwa Contifuration tab > Infrastrucutre sub tab > System Information (lower right hand side of all the entries > Components Info tab The top section are your components my ADSSAP...
View ArticleRe: Install of DAA on JAVA Stack
What versions do you have for your agent(s)? Mine have the following version: 7.10.8.0.20130129150956 I have SolMan 7.1 with SP08 and just recently updated the java side (majority of the SPs are 13 I...
View ArticleRe: UID in SAP BO Analysis for Office
Hello Benjamin, the UID stays correct even when you transport the query to a different system and I think (haven't validated) that the technical name is lost when you transport the query Ingo
View ArticleRe: Depreciation calculation in WebI
Hi Prasad, You can try on the below lines of logic, but I think it gets too complex. = If(LineNumber()=LineNumber();[Abs diff];Abs(Previous([Abs diff])-[Installment])) [Abs diff]=amount-Installment...
View ArticleUsing Obfuscated Config File with DBISQL
DBISQL will work with a plain text configuration file easily. Just call it like this: DBISQL @ConfigFile.ini The configuration file can be obfuscated (using DBFHIDE.EXE) to hide the connection...
View ArticleRe: Navigational attribute is not seen in query designer columns. How I can...
Hi Swapnil, To use the Navigational attribute in the report you should tick in the multiprovider level. There is no other option apart from this. So, you check right mark to navigational attribute into...
View ArticleRe: List of all customer exits used by BEx reports
Hi Raul Calleja, Check in the table RSZCOMPDIR, from this table get Etuid's and pass this into RSZGLOBV Table.You will get variables used in your query. Thanks,Purushotham.
View ArticleRe: Tomcat missing after upgrade to BI 4.0 SP4
Hi Nikhil, Seems like Tomcat has totally disappeared of our system after the installation, really funny... In the meanwhile, our Basis team has figured out how to bring Tomcat back to life, and now...
View ArticleRe: Crystal report runtime engine for VS 2012 having Windows 8
yes sure,problem has been resolved and i have post a blog..but confusion is still in my mind anyways i ll try next time i think now enough for this time Thanks.
View ArticleRe: Some Reports don't run after migrating from Crystal Reports 11 to 13...
Ludek, The reports work fine in the CR designer, but not when using the Crystal Reports Runtime Version 13.0.6. Some of the subreports come up blank. I have swapped out the Oracle Native...
View ArticleRe: Were there problems migrating subqueries in Rich Client documents from...
The linked article seems to refer to the calculation engine for 4.1, We just upgraded to 4.0, so I don't think it applies.
View ArticleRe: How to plot two sets of data in the same x-axis
Sorry about that. Here's the sample data. You'll see that there are two separate objects for fiscal quarter, one for inflow and one for outflow.
View ArticleRe: Failed to retrieve data from the database. Database Vendor Code: 2812
I've played with the flags "Verify on 1st Refresh" and "Verify Stored procedure on 1st Refresh" but the error still exists. I've setup up them on and off but that not helped. The error message is the...
View Article