Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Assign type Conflict

$
0
0

FIELD-SYMBOLS: <l_table> TYPE STANDARD TABLE  ,

                <l_field> TYPE ANY.

 

     READ TABLE gt_itab ASSIGNING <l_field>. "with table key pernr =  <l_table>-pernr.

 

LOOP at gt_itab.

 

check <l_field> is assigned.

ASSIGN <l_field> TO <l_table>. -------- I get runtime this line

ENDLOOP.

 

Note: My gt_itab (interna table) and <l_field> are loaded.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



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