Hello Members,
I have a program which reads content of INDX table (cluster table) using
IMPORT tab = lt_ccris1 FROM DATABASE indx(xa) TO wa_indx CLIENT
sy-mandt ID 'DETAILLIST'.
sy-subrc return is 0.
But internal table lt_ccris1 is not populated. I expect entries to be populated here as there is an raw data entry in the INDX - CLUSTD field of database.
1) Also I am intereseted to knoe where is the data exported to this INDX table? Usual searches does not show any export statement.
2) Is there a FM which can directly read content of INDX table?
Your help is much appreciated.