cancel
Showing results for 
Search instead for 
Did you mean: 

How to get technical table name(s) of ADSO?

yj
Participant
0 Kudos

Hello all

In a start routine I need to get the technical table name (active data) of an ADSO.

With classical DSOs I used the method GET_TABLNM from class CL_RSD_ODSO (CALL METHOD cl_rsd_odso=>get_tablnm).

Is there a similar method I can use for ADSOs?

Regards

Yvonne

Accepted Solutions (1)

Accepted Solutions (1)

yj
Participant

I have found it: Of course it is "CALL METHOD CL_RSO_ADSO=>GET_TABLNM"

Answers (0)