当前位置:网站首页>ABAP dynamic inner table grouping cycle
ABAP dynamic inner table grouping cycle
2022-07-07 03:59:00 【Miserable youth】
stay ABAP When dynamic inner table grouping loop is used in , If direct at end of or group by Will report a mistake .
At end of :
LOOP AT <dy_table> ASSIGNING <dyn_wa>.
AT END OF belnr.
ENDAT.
ENDLOOP.
Group by:
LOOP AT <dy_table> ASSIGNING <dyn_wa> GROUP BY ( belnr = <dyn_wa>-belnr ) ASCENDING ASSIGNING FIELD-SYMBOL(<group>).
ENDLOOP.
This is because <dyn_wa> It's a generic type , Only assignging Type only after .
resolvent :
LOOP AT <dy_table> ASSIGNING <dyn_wa>.
ASSIGN COMPONENT 'BELNR' OF STRUCTURE <dyn_wa> TO <fs_belnr>.
AT END OF <fs_belnr>.
ENDAT.
ENDLOOP.
Close test effectively .
边栏推荐
- Hisilicon 3559 universal platform construction: RTSP real-time playback support
- QT opens a file and uses QFileDialog to obtain the file name, content, etc
- First understand the principle of network
- 我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
- GPT-3当一作自己研究自己,已投稿,在线蹲一个同行评议
- 二进制、八进制、十六进制
- termux设置电脑连接手机。(敲打命令贼快),手机termux端口8022
- MySQL的存储引擎
- 接口数据安全保证的10种方式
- Search of linear table
猜你喜欢
Redis configuration and optimization of NoSQL
Create commonly used shortcut icons at the top of the ad interface (menu bar)
[safe office and productivity application] Shanghai daoning provides you with onlyoffice download, trial and tutorial
卡尔曼滤波-1
太方便了,钉钉上就可完成代码发布审批啦!
GPT-3当一作自己研究自己,已投稿,在线蹲一个同行评议
QT 使用QToolTip 鼠标放上去显示文字时会把按钮的图片也显示了、修改提示文字样式
My brave way to line -- elaborate on what happens when the browser enters the URL
Tflite model transformation and quantification
史上最全学习率调整策略lr_scheduler
随机推荐
Search of linear table
Antd Comment 递归循环评论
预处理——插值
Enumeration general interface & enumeration usage specification
未来发展路线确认!数字经济、数字化转型、数据...这次会议很重要
Calculation of time and space complexity (notes of runners)
数据的存储
One of oscp tools: dirsearch usage Encyclopedia
Hisilicon 3559 universal platform construction: RTSP real-time playback support
Restcloud ETL Community Edition June featured Q & A
GPT-3当一作自己研究自己,已投稿,在线蹲一个同行评议
Tencent cloud native database tdsql-c was selected into the cloud native product catalog of the Academy of communications and communications
24. (ArcGIS API for JS) ArcGIS API for JS point modification point editing (sketchviewmodel)
Machine learning notes - bird species classification using machine learning
Tflite model transformation and quantification
Leetcode: interview question 17.24 Maximum cumulative sum of submatrix (to be studied)
力扣------路径总和 III
Redis configuration and optimization of NoSQL
Set static IP for raspberry pie
21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)