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

Re: internal table error, need a second pair of eyes

$
0
0

Hi Semaj,

 

LOOP AT it_vbap1


You are trying to loop an it_vbap1 to an inbuilt workarea.But seems like you forget to add the headerline declarion in the Data statement.


Declare like this ,


DATA: it_vbap TYPE STANDARD TABLE OF t_vbapWith Header line  INITIAL SIZE 0,

it_vbap1 TYPE STANDARD TABLE OF it_vbap1 With Header line INITIAL SIZE 0,

 

With Headerline will have an inbuilt workarea of same type.so need of declaring it again.

 

Try and let us know the results.hope it helps.

 

Regards,

Kannan

     




Viewing all articles
Browse latest Browse all 9236

Trending Articles



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