Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10052

Re: How to accomodate a characteristic in a query just like for key figures we have RKF and CKF?

$
0
0

Hi,

 

For second variable try this code,if replacement path is not supported:

 

when 'V2'.

 

if i_step = '2'.

 

 

Read table  I_T_VAR_RANGE INTO LOC_VAR_RANGE where VNAM = 'V1'.---(User input variable created in Step 1)

 

l_s_range-low = LOC_VAR_RANGE -low.

l_s_range-sign = 'I'.

l_s_range-opt = 'EQ'.

append l_s_range to e_t_range.

 

 

V2 variable should be single value customer exit variable.

 

Note:Give the ranges for that new variable as mentioned by Yasemin ULUTURK

 

Hope this helps.

 

Regards,

AL


Viewing all articles
Browse latest Browse all 10052

Trending Articles