Re: SAP HANA Student Trial - Retrieving data from a schema database
Hi Sandeep, Just have to include this statement in the roles folder -> role access file: catalog sql object "NEO_XXXXXXXXX"."TABLE NAME": SELECT; It worked for me. Please let me know if even you are...
View ArticleRe: Issue with ESS Standard WDA roles and Launch pad customization
Hi Navya, That's the problem I have here - If I am using PFCG roles which I have uploaded i.e pcd:portal_content/CLIENT100/Z_SAP_EMPLOYEE_XX_ESS_WDA_3 - I am getting below view on portal and biggest...
View ArticlePRODUCT CHANGE IN SAP CRM
Hello, I am working in ISU-CRM wherein we have mapped Products in CRM as Rate Categories in ECC. Product attributes in CRM are stored as facts under installation in ECC. When we do product change in...
View ArticleRe: Application cannot be used because it was started in the wrong browse...
Hi,In SAP portal transaction iview, we met the same error message.maybe your can try the following steps:1. apply 1970427 in snote2. tcode sicf: /default_host/sap/bc/gui/sap/its/webgui add the...
View Articlecould you help in elaborating Phrase management with examples
Hi All, How Phrase management is supporting EH&S sub modules ? Can anyone explain in detail about phrase with complete cycle. With regards, P S R
View ArticleRe: ITSM - BW Reporting - incidents
Hello Kathir, what do you mean, so as per selection in the bw-reporting, there had been 52 tickets closed, of the tickets which are CREATED in the time period. Or does it mean how many tickets have...
View ArticleRe: SAP HANA Student Trial - Retrieving data from a schema database
Hi Pallavi, Just try to include this statement in your roles folder -> role access file: catalog sql object "NEO_XXXXXXXXX"."TABLE NAME": SELECT; It worked for me. Please let me know if this works...
View ArticleRe: Error in Travel Request Standard FIORI App:Required entry field "Trip...
Hi Abdul, Thanks for your inputs.Cleared cache,but still not working.Vidyasagar
View ArticleRe: Work center changed in the PO..
Hello Atul, It should have been reversed before changing WC. Anyways now you can transfer WC1 cost to WC2 cost center using KB11N. Here choose screen variant "cost ctr/orers/pers no". If issues...
View ArticleRe: Report with dynamic SQL and variable number and order of columns
Hi ooooo, select * from ( {?query} ) works if the query return table with same name fields used in crystal report.
View ArticleRe: $filter values are truncated when mapped to FILTER_SELECT_OPTIONS
Did you check note 2205402 for SP12 of SAP_GWFND and note 2232883 for SAP_GWFND SP13.Refer to thread The URL filter parameter of OData gets automatically truncated to 4 chars
View ArticleRe: urgent : Repair qoutation : serviceable material data
This post is very old but I figured I'd answer since it took me a while to figure this out. You can get the serviceable material in one of two ways:Call function module IWOL_WV_READ_LIST and pass in...
View ArticleFATAL ERROR while installing ASE 16 SP02 PL01 Developer's Edition on Windows 10
Hello, Getting fatal error while trying to install ASE 16 SP02 developer edition on Windows 10. DEBUG>>> 02-19-16 20:26:01 : UpdateWrapperSyInstallRegistryAction.install():...
View ArticleRe: How convert following query to more then one parent / range of parent
Hi, Try this: /* SELECT FROM [dbo].[OITT] T0 */Declare @BOM nvarchar(max)/* WHERE */Set @BOM=/* T0.Code */ '[%0]' /* SELECT FROM [dbo].[OITT] TA */Declare @BOM1 nvarchar(max)/* WHERE */Set @BOM1=/*...
View ArticleRe: Impact of Write-back optimazation setting in BPC 10.1 NW on HANA/BPC BADIs
HI Vadim Thanks for your response.We want to enable the parameter ENABLE_NATIVE_HANA_MODEL to improve the write back performance as per OSS note. That is the only purpose. Hi GershThanks for your...
View ArticleWhat is the Project Synchronization in IDT..? why use that in IDT..
Hi All, Can you tell about the Project Synchronization in IDT..? Please give any example about this Itsvery Urgent please............. Thank youRegardsSridhar
View ArticleRe: How to access sap business one from web browser
Hi, While installing SAP Business one client, you have to setup browser settings. Please refer Administrative guide installing SAP B1. Thank you.
View ArticleHow to Solve Unable to cast COM object of type Error
Hi, I want to add more than 500 A/p Invoice at a time they add near by 250 invoice but while adding 251 invoice they7 give me a error like - Unable to cast COM object of type 'SAPbobsCOM.CompanyClass'...
View ArticleRe: Connect to SAP HANA Database with JDBC
All topics are described in the provided link. In the web.xml a resource reference has to be described like following:<resource-ref> <res-ref-name>jdbc/DefaultDB</res-ref-name>...
View Article