cancel
Showing results for 
Search instead for 
Did you mean: 

Access HANA ERP table created by SLT in ABAP dictionary object (se11) or ABAP enhancement

akshat_malhotra
Employee
Employee
0 Kudos

Hi,

I have HANA ERP tables stored in some schema . These tables were replicated by SLT through source system . I can view the table and schema in HANA Studio , but when i log into SAP GUI , go to transaction se11 ->search for the table , it says table does not exist .

Unable to understand why is this the case. If i want to refer the table (or a view created on that table) in an enhancement , how to do so?

Accepted Solutions (1)

Accepted Solutions (1)

amol_samte
Contributor
0 Kudos

Hello,

HANA DB has multiple schema, out of that there must a standalone schema for ABAP stack, hence only tables from that schema can be accessible in SAP GUI.

If you want to use different schema in your program, you have to write a code based on ABAP For HANA methodology.

e.g. Cross schema AMDP, Creation of external view based on cross schema views so it will be accessable in se11.

-Amol s

akshat_malhotra
Employee
Employee
0 Kudos

Hey thanks for your response . I was able to access the HANA table in my program by writing an ABAP database connectivity .

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Akshat

Could you please confirm the Schema Name where the tables are visible.

As the Tables you refer to a Stored in the SAP HANA Database, that should mean that they are not stored within the Netweaver Landscape. SAP HANA Database versus SAP Netweaver are not the same thing

Regards

Arden