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

Re: Retrieve a BEX value

$
0
0

Hi, you can do that when step2 assign values ​​to another variable that you want in trx. smod. RSR00001 component. ZFISCAL_YEAR2 starting loads of ZFISCAL_YEAR1. I hope you can help. 

DATA: WA_VAR_RANGE TYPE RRRANGEEXIT.

WHEN 'ZFISCAL_YEAR2'.      

     IF i_step = 2.         

         READ TABLE I_T_VAR_RANGE WITH KEY VNAM = 'ZFISCAL_YEAR'         

                                                               INTO WA_VAR_RANGE.         

         IF SY-SUBRC EQ 0.           

              l_s_range-low  = wa_var_range-low.           

              l_s_range-sign = 'I'.           

              l_s_range-opt  = 'EQ'.           

             APPEND l_s_range TO e_t_range.         

        ENDIF.     

ENDIF.


Viewing all articles
Browse latest Browse all 9159

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>