This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*---------------------------------------------------------------------* | |
* V A R I A B L E S * | |
*---------------------------------------------------------------------* | |
DATA: | |
t_header TYPE STANDARD TABLE OF w3head WITH HEADER LINE, "Header | |
t_fields TYPE STANDARD TABLE OF w3fields WITH HEADER LINE, "Fields | |
t_html TYPE STANDARD TABLE OF w3html, "Html | |
wa_header TYPE w3head, | |
w_head TYPE w3head. |