cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Program or table to get query elements

Former Member
0 Likes
2,044

Hi All,

Is there any program or table which gives query elements like RKF, CKF, Filters etc

Thanks,

Anshul

View Entire Topic
Former Member
0 Likes

Hi,

You can use FM RSZ_X_COMPONENT_GET with following input parameters:

I_COMPID                          =                Technical Name of the Query

I_TEMPLATE_TYPE                  =                      <Type>

I_LANGUAGE                            =                       EN

I_DESIGNTIME_CALL             =                        R

I_OBJVERS                                =                        A

<type>     meaning

SOB        Filter

VAR       Variable

SEL         Restricted Key Figure

CKF        Calculated key figure

FML       Formula

After executing this FM with above selections you will get list of selected type in following output table:   C_T_ELTDIR