structures in abap

 Declare a structure.

TYPES begin of ty_ZHOME_TABLE,
        name type ZHOME_TABLE-name ,
        email type ZHOME_TABLE-email ,
        m_number type ZHOME_TABLE-m_number ,
        location type ZHOME_TABLE-location ,
        end of ty_ZHOME_TABLE.


Comments

Popular posts from this blog

bapi introduction

amdp

ABAP for all