You are on page 1of 1

*&---------------------------------------------------------------------*

*& Include
ZZY_SELECT_TABLE_DEMO_TOP
*&---------------------------------------------------------------------*
*Structure Declarations
TYPES: BEGIN OF ty_emp,
empno TYPE zzy_empmast-empno,
empname TYPE zzy_empmast-empname,
END OF ty_emp.
*Table Type Declarations
TYPES: ty_t_emp TYPE STANDARD TABLE OF ty_emp.
*Internal Table and Work Area Declarations
DATA: it_emp TYPE ty_t_emp,
wa_emp TYPE ty_emp.

You might also like