当前位置:网站首页>ABAP grammar small review
ABAP grammar small review
2022-08-02 23:14:00 【In Yin shortage】
TYPES: define type
DATA: define variable
range: abap special interval, the structure is SIGN OPTION LOW HIGH
table: internal table, sap memory table, this is a more important variable
like type: Specify the type of the variable. If you define an internal table, you can specify table of. If you define a work area, then connect to line of, etc.
field-symbol: Define a pointer, generally used when looping, loop asign
The following is an example of defining an internal table:
*1. Define the internal table by typetypes: begin of ty_header,sign type char1,option type char2,边栏推荐
- 训练双塔检索模型,可以不用query-doc样本了?明星机构联合发文
- ShardingSphere-proxy +PostgreSQL实现读写分离(静态策略)
- Meta 与苹果的元宇宙碰撞
- Three.js入门
- J9 digital theory: the Internet across chain bridge has what effect?
- LM小型可编程控制器软件(基于CoDeSys)笔记二十五:plc的数据存储区(数字量输入通道部分)
- Introduction of uncommon interfaces of openlayers
- Geoip2 - golang golang source code analysis
- Linphone 被叫方如何解析来电SIP消息中的自定义头消息
- 软考 ----- UML设计与分析(下)
猜你喜欢
随机推荐
PG's SQL execution plan
太魔人招新啦|快来加入我们吧!
Redis cluster configuration
ssdp协议搜索GB28181设备
J9 digital theory: the Internet across chain bridge has what effect?
Caldera(一)配置完成的虚拟机镜像及admin身份简单使用
Golang source code analysis: juju/ratelimit
es 官方诊断工具
setup syntax sugar defineProps defineEmits defineExpose
J9数字论:互联网跨链桥有什么作用呢?
【Psychology · Characters】Issue 1
如何解决图像分类中的类别不均衡问题?不妨试试分开学习表征和分类器
Redis 5 种数据结构及对应使用场景
V - memo new instructions
日志框架学习
In action: 10 ways to implement delayed tasks, with code!
Office2021 安装MathType
磁盘分区的知识
Leetcode刷题——23. 合并K个升序链表
腾讯云孟凡杰:我所经历的云原生降本增效最佳实践案例









