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

Datasource append and data display

$
0
0

Hi gurus,

 

I am aiming to add ZTAG1 from T052 into 0ven_compc_attr dss zztag1 field.

At T052 key fields are MANDT ZTAGG ZTERM.

I have ZTERM in the datasources structure.

 

 

 

 

 

My code is as below.

 

 

 

when '0ven_compc_attr'.

 

 

  clear: l_s_data_ven_comp.

  loop at i_t_data into l_s_data_ven_comp.

 

 

 

 

    select single ztag1 from T052

      into l_s_data_ven_comp-zztag1

      where ZTERM = l_s_data_ven_comp-zterm AND

            ZTAGG = ''.

 

 

 

 

 

     modify i_t_data from l_s_data_ven_comp.

 

I donno why the rsa3 shows column ZZTAG1 however no data on the column although at T052 ztag1 is assigned for one particular zterm.

 

the code is not also passing to debug mode.

 

I would appreciate anyıne's help on that topic.

 

Regards.

 

Eddy.


Viewing all articles
Browse latest Browse all 10519

Trending Articles



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