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.