Quantcast
Channel: SCN : Unanswered Discussions - ABAP Development
Viewing all articles
Browse latest Browse all 8768

how to get the field name of a dynamical internal table

$
0
0

the name of the internal table is <FS_IT_ALV>

the name of the work area is <FS_WA_ALV>

 

If I want to get the filed name of a specific column, e.g.,

LOOPAT<FS_IT_ALV> ASSIGNING<FS_WA_ALV> .

    ASSIGN COMPONENT 'BERID'OF STRUCTURE  <FS_WA_ALV> TO <BERID>.

 

If I want to get the text 'BERID', can anyone give the code of doing that?

 

pls dont tell me to get it by writing hard-coding, thanks.


Viewing all articles
Browse latest Browse all 8768

Trending Articles



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