2023 Jan 20 9:56 AM
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
2023 Jan 20 1:15 PM
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.