Hello experts,
I am writing a abap code in step 2 of customer exit variable to check if NO value entered at the sel screen is empty then take the value as current week.
Could anyone suggest as to how to check if value entered at sel. screen empty or is null.
I tried using the following check but its giving me an error.
if i_s_rkb1d-compid = 'ZJIT_WATERFALL_QRY'.
loop at i_t_var_range into loc_var_range
where vnam = 'ZEXTRWK'.
l_s_range-low = loc_var_range-low.
if l_s_range-low IS NULL.
Regards
Priyanka