Hello Everyone,
I have looked through the search results from SDN and the OSS Note which introduces the ABAP program RSDDTREX_INDEXDATA_DISPLAY.
When I enter the table name or the BIA index name for a given InfoCube I am getting a short dump stating Runtime error "UNCAUGHT_EXCEPTION" with exception "CX_SY_STRUCT_ATTRIBUTES".
The class definition is "CL_ABAP_STRUCTDESCR" and method being "CREATE".
The line of code at which the error is happening is
raise exception type CX_SY_STRUCT_ATTRIBUTES
exporting textid = CX_SY_STRUCT_ATTRIBUTES=>empty_component_table.
I checked to make sure the BIA index is active and there are no issues with the BIA index.
Also, when I run a query on top of the index in issue it runs fine without any error messages and data shows up fine as well.
Did anyone successfully use the program and if so what am I doing wrong.
The selection parameters I have are:
Indexid: <system_id>_<InfoCube_name> ---> this is just to show how I used but in reality proper system id and the InfoCube name have been used.
MAXCOND: 20
MAXROWS: 100
Any help would be really appreciated.
Am also going to open up a SAP message.
Thanks
Dharma.