Hi all,
I have an internal table like this :
TYPES : BEGIN OF lty_wrk,
bukrs type bkpf-bukrs,
gjahr type bkpf-gjahr,
belnr type bkpf-belnr,
END OF lty_wrk.
DATA : tb_wrk TYPE TABLE OF lty_wrk.
I want to have the description of each data element.
That is to say, I want to have : 'Society', 'Exercice year', 'Document post'.
Thanks in advance for your help !
BR,
Wals