Skip to Content
0
Jul 25, 2016 at 10:22 AM

SET HEADER

87 Views

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