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

Function "Lines(IT)" can pass value to internal table?

$
0
0

Hi,

i wonder is it possible to pass value back to its internal table after using function lines?

All i know is that after using using lines, you have to pass value to integer variable.

 

The codes below is the example that my senior use to pass value back to its own:

 

g_kfgr_cnt     = LINES( g_kfgr_cnt ).

g_kfgr_act_cnt = g_kfgr_cnt.
g_kfgr_cnt     = g_kfgr_cnt + 1.


I do not know which exact table my senior used, but its purpose is to count the number of key figure.



Viewing all articles
Browse latest Browse all 8332

Trending Articles



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