Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RTTS - Attribute for Table

TarunTakshak
Participant
0 Kudos
154

Hello

I have a requirement to fetch only table data from DB using RTTS classes only

Is there any attribute to distinguish between Table and Structure

Thanks

Tarun

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos
113

RTTS is not expected to provide this kind of information, as it is to know the definitions of ABAP types, but it contains some DDIC methods to know more about these types (like obtaining the list of possible values of domains), and maybe you can check with the method GET_DDIC_HEADER.

I think it would better that you look at specialized "API" like the function module DDIF_TABL_GET which returns the information from table column DD02L-TABCLASS.