摘要:
1,Abap的数据类型分为三种类型 *1,类型 *2,结构 *3,内表 ******************************************************************************* 2,数据定义 *1 直接定义 Data int_a type I. *2 参照自己定义的数据类型定义 Type char_six(6) type c. Data... 阅读全文
摘要:
1. What is the typical structure of an ABAP/4 program? ANS:- HEADER ,BODY,FOOTER. 2. What are field symbols and field groups.? Have you used "component idx of structure" clause with field ... 阅读全文