当前位置: 首页 > 工具软件 > Table Library > 使用案例 >

Table Enhancements

巫马望
2023-12-01

• 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.

 

 

 

 类似资料:

相关阅读

相关文章

相关问答