• Appendstructures
• Customizing includes (“CI includes”) se11-edit-include-insert,input the name of structure.
in table ,automaticlly created a field named .INCLUDE.
in program,you can use it,as follows
DATA:g_include_insert LIKE ztest_tab-material.
if the include has name suffix ,for exmaple 'AA'.it should be the form as follows.
DATA:g_include_insert LIKE ztest_tab-materialaa.