Application Development and Automation 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: 
Read only

Reading Data Clusters from Database ??

Former Member
0 Likes
794

Hi at all,

how can I read Data from a ClusterTable´`?

In the Database "STXL" is a field "CLUSTR" and "CLUSTD" and i want see the input. But before i can see it, i must read this Data Cluster.

How does it work``?

IMPORT tab = itab

FROM DATABASE stxl(tx)

ID wa_TDOBJECT

TO wa_stxl.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

well, normally you got FM´s which enable you to do selects or whatever with cluster tables.

in your case it would be FM READ_TEXT or related FM´s. I do ABAP programming for quite a while now, and i never came to the situation where i manually had needed to read a cluster table.

1 REPLY 1
Read only

Former Member
0 Likes
561

well, normally you got FM´s which enable you to do selects or whatever with cluster tables.

in your case it would be FM READ_TEXT or related FM´s. I do ABAP programming for quite a while now, and i never came to the situation where i manually had needed to read a cluster table.