Views 1325
Visitors 813

Complex Types

Home 
| Top Page | Page Contents | Threads |
Previous  Next
Page Contents
No. Page Total Views Total Visitors
1 Structures 1160 650
2 Tables 1052 628
 
 

Complex types are data type which consist of many data types.

 

Example :

>> Source Code

types : begin of ty_wa,
         a type i,
         b type i,
         hasil type p decimals 2,
       end of ty_wa.
 
Data : l_wa1 type ty_wa.          " Sturcture (Workarea)

 

 

User Threads | New Thread ( Only for Donators )

Threads Last Post Replies Views