Re: Access in abap report to hana view in SYS schema
Hi, if you release is earlier 7.4 you must use Native SQL. For the 7.4 release, you must create a dictionary view in HANA and import it in ABAP Data dictionary. After this operation, you can access to...
View ArticleRe: Stored Procedure
Hi Silent, This space is used for SAP NetWeaver on SQL Server. I see this questions belongs to SAP Business One Application . I'm moving the topic there so they can help you! Regards,Luis
View ArticleRe: Filter in webi report after conversion from deski
Pantry, What I mean by Drop-Down list is when you are re-creating / defining the BLOCK filter you would use the LIST OF VALUES from the dates shown. Ajay
View ArticleRe: SQL database is crashed
Hi Michael, This is terrible news. Unfortunate you cannot use this T-Log file with any other database files.In addition, the T-Log only contain transaction information between the last T-Log backup and...
View ArticleRe: SAP WorkFlow - Dead Line Monitring
Hello, In the Approved branch you find the manager of the person who did the Approving. In the Processing Obsolete branch you have to decide what you want to do, because there could be more than one...
View ArticleRe: FIPP Workflow
RSWUWFML2 is obsolete (except if you're on 4.6). Use Extended Notifications instead.
View ArticleRe: last version of: "Sybase replication server performance and tuning "
Unfortunately, there is no later version. Instead a class was put together and taught at ISUG Tech conferences in past years.
View ArticleRe: workcenter role issue
Hi Deepak, Can you provide a screenshot or explanation of what you mean by: due to this navigation the central confirmation role's Services section is going to the extreme left and it is getting...
View Articledispacher not running
Dear all, I´m running ECC EHP7 on Win2012r2 with MS SQL Server 2014 Standard. Now I´m facing problems on my system, my dispacher is not running. on sap console i see this error: Basis System:...
View ArticleRe: Use View from BP_EMPL inside BP_HEAD.
Hello, Ravi. Thank you for the quick reply. I'm aware of the general lines of how to reuse a component/view in another one. But I'm confused with the specificity of the components I'm using now. I'll...
View ArticleRe: Date inconsistency while loading Promotions in SNC WEBUI with the help of...
Hi Suma, Honestly speaking, i did not unerstand the expectation in your last mentiond post but you can use the below BADI under SPRO SNC menu to play date/time of the XML message: If you are sending...
View ArticleRe: New database fields not showing in UDT 4.1 sp3
looked like something funny happened in pre-prod.I did a promotion management from dev to prod and it seems to have fixed the issue. I still don't know the root cause though!
View ArticleRe: Recommended SAP UI5 F4 SearchHelp JS code organization/structure
Hi Ankit, first thanks for the answer. I'm still struggling. I have attached the code extraction: ============================================= UI5 PROJECT NAME: ROOTSubfolder: searchhelp, contained...
View ArticleRe: Replace NULL value with text
Ok, here's what I now have: If (isnull({Db.field1}) or ({Db.field1} ='')) then totext "VOID"else Totext({Db.field1}, 'MM/dd/yyyy' I'm getting this error: "The remaining text does not...
View ArticleRe: Alberta tax changes effective October 1, 2015
Hi Kim,You said in your previous post that: The historical rate for those earning over 300k was 10%. As a result of the Alberta's Bill 2, the rate changes for ALL of 2015 to 11.25%. Given that the...
View ArticleRe: SLED different in LQUA table and batch record
Moderator message: discussion locked because of cross posting: SLED is different in WM and batch recordPlease read the forum rules The SCN Rules of Engagementit is addressed in point 9, but point 8 is...
View ArticleRe: Joining on Month& Year in Date column
Hi Cristina, How about creating Calculated Columns for Month and Year with condition for join as Table A.Month = Table B.Month and Table A.Year = Table B.Year? You can use Year() and Month() function...
View ArticleRe: Job going to error status with "No Password supplied for OS account...
Hi Shwetha Houde and Praveen Sada SIVAM, Are the credentials in the same partition as the process servers ? Regards, HP
View ArticleRe: Contact/Customer - Rollback changes
Hi Pradeep, This is not really the approach I"m looking for due the fact that when you return FALSE on event OnSave, the system throws an error message. In fact my goal is to drop all changes perfomed...
View Article