cancel
Showing results for 
Search instead for 
Did you mean: 

Any ABAP function module is available for HANA table fetch

Former Member
0 Kudos

hi

if any ABAP function module is there to fetch HANA table details.

Thanks in Advance...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Do you mean Fact tables of info cubes and Active record table of DSO?

Could you please elaborate your requirement.

Thanks,

Swarupa.

Former Member
0 Kudos

Hi Not Active Contributor

 

This table shows available tables.

Column name
 

Data type

 

Description

 

SCHEMA_NAME

 

NVARCHAR(256)

 

Schema name

 

TABLE_NAME

 

NVARCHAR(256)

 

Table name

 

TABLE_OID

 

BIGINT

 

Object id of the table

 

COMMENTS

 

NVARCHAR(5000)

 

Table description

 

FIXED_PART_SIZE

 

SMALLINT

 

Fixed part size of the table

 

IS_LOGGED

 

VARCHAR(5000)

 

Specifies whether logging the table or not: 'TRUE'/'FALSE'

 

IS_SYSTEM_TABLE

 

VARCHAR(5000)

 

Specifies whether the table is system table or not: 'TRUE'/'FALSE'

 

IS_COLUMN_TABLE

 

VARCHAR(5000)

 

Specifies whether the table is a column table or not: 'TRUE'/'FALSE'

Martin

Former Member
0 Kudos

hi

  i want ABAP function Module for load "HANA BW 7.03" Infocube or DSO Table details

akalok
Discoverer
0 Kudos

This message was moderated.