Re: Database Procedure Proxies can only be created on ABAP systems running on...
Hi Kiran , I had already Checked this Thread but not helpful in my case because I my ABAP AS is on HDB & So this Error should not occur but Don't know why this Coming .Anyway Thanks. Thanks,Shivam
View ArticleRe: Database Procedure Proxies can only be created on ABAP systems running on...
Hi What is your system level ? By the way are you able to create external views ?Sree
View ArticleRe: Database Procedure Proxies can only be created on ABAP systems running on...
Hi Sree, What Do you mean by System Level ? Didn't get you . Thanks,Shivam
View ArticleRe: Database Procedure Proxies can only be created on ABAP systems running on...
EHP Level and basis component level. Can you check and confirm if you are able to create external views ?
View ArticleRe: Database Procedure Proxies can only be created on ABAP systems running on...
Hi Sree, Below are the required details - Component version - EHP7 for SAP ERP 6.0 is there anything else which is required please let me know .I am Also Trying to Create a External view & will...
View ArticleRe: Are these key fields in 'Direct Update' DSO table in BW on HANA...
Dear Mr Me,May be you will get faster response on this if you post this is in the SAP BW Powered by SAP HANA community.Best regardsSundar
View ArticleRe: Are these key fields in 'Direct Update' DSO table in BW on HANA...
Dear Sundaresan,thanks for this suggestion, but I have posted the question in the following forums: SAP Business Warehouse: What is this with the 'Direct' DSO table in BW on HANA (BW740SP7)SAP BW...
View ArticleRe: Are these key fields in 'Direct Update' DSO table in BW on HANA...
I noticed that the SELECT is missing CORRESPONDING but the question about the key-fields remains.
View ArticleRe: Direct Update DSO keyfields in RSA1 SE11 & SELECT returns garbage
I noticed that the SELECT is missing CORRESPONDING, but the question about the key-fields remains.
View ArticleAMDP call to Procedure: "SQLScript message: insufficient privilege: Not...
Hi!the syntax check in SE24 reports an error in line 1 in method MY_HANA_PROCEDURE (pls see first screenshot below). If I remove the call to procedure ZTEST in line 247 the syntax check is successfull....
View ArticleRe: AMDP call to Procedure: "SQLScript message: insufficient privilege: Not...
Please check the SAP Note SAP Note 1931057 - AMDP: Corrections for Release 7.40 SP6
View ArticleHow to prepare TSD ?
Hi all, How to prepare a technical specification document for example say, open purchase order in MM module? What does a TSD basically contain? I will give you the scenario, please let me know what...
View ArticleRe: Install SAP ECC 6 on SAP HANA
Hi jack, we are plan to install SAP ECC with HANA .kindly surges what are the pre -request for installation (like RAM ,HDD & file systems )and if you have any document and PDF .please share...
View ArticleRe: What is the HANA default user when executing AMDP's?
You may use function modules 'DB_DBUSER' and 'DB_DBSCHEMA'' to retrieve the name of the DB-user and DB-schema.
View ArticleAMDP syntax call to external procedure: "SQLScript message: insufficient...
I am getting the message "SQLScript message: insufficient privilege: Not authorized" in the syntax check in SE24 for an AMDP call to an external procedure which is not located in the default schema...
View ArticleRe: AMDP syntax call to external procedure: "SQLScript message: insufficient...
Grant execute on "SCHEMA" or "Procedure" ?
View ArticleDebugging stored procedure: 'Edit Source Lookup Path' (and source not found)
I have this AMDP generated procedure that I am trying to debug, but for some reason the debugger is not stopping as it is supposed to do despite having followed the instructions provided in Tutorial:...
View ArticleRe: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)
Have you verified your Debug Configuration settings in the stored proc? As per the Tutorial, I reckon you'll need to ensure that you have the users set up correctly and appropriate authorizations...
View ArticleRe: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)
Can you reproduce the first screenshot in "How to debug an AMDP", i.e. with the DEBUGUSER can you display the 'create procedure ..." statement of the AMDP. (Maybe some grant is missing here). The...
View Article