当前位置:网站首页>ABAP Dynamic Inner table Group cycle
ABAP Dynamic Inner table Group cycle
2022-07-07 03:59:00 【Un garçon horrible.】
InABAPLors de l'utilisation d'une boucle dynamique de regroupement de tableaux intérieurs,Si directementat end of Ougroup by Des erreurs seront signalées.
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.
C'est parce que<dyn_wa>Est un type générique,SeulementassigngingIl n'y a pas de type avant.
Solutions:
LOOP AT <dy_table> ASSIGNING <dyn_wa>.
ASSIGN COMPONENT 'BELNR' OF STRUCTURE <dyn_wa> TO <fs_belnr>.
AT END OF <fs_belnr>.
ENDAT.
ENDLOOP.
Le test de proximité est efficace.
边栏推荐
- 概率论公式
- Baidu map JS development, open a blank, bmapgl is not defined, err_ FILE_ NOT_ FOUND
- 机器学习笔记 - 使用机器学习进行鸟类物种分类
- How to customize the shortcut key for latex to stop running
- ggplot 分面的细节调整汇总
- Implementation of map and set
- QT 使用QToolTip 鼠标放上去显示文字时会把按钮的图片也显示了、修改提示文字样式
- 24. (ArcGIS API for JS) ArcGIS API for JS point modification point editing (sketchviewmodel)
- When QT uses qtooltip mouse to display text, the picture of the button will also be displayed and the prompt text style will be modified
- 使用 BR 恢复 GCS 上的备份数据
猜你喜欢
leetcode:面试题 17.24. 子矩阵最大累加和(待研究)
Code quality management
概率论公式
SQL injection -day15
Restcloud ETL Community Edition June featured Q & A
List interview common questions
1.19.11.SQL客户端、启动SQL客户端、执行SQL查询、环境配置文件、重启策略、自定义函数(User-defined Functions)、构造函数参数
机械臂速成小指南(十):可达工作空间
Machine learning notes - bird species classification using machine learning
cuda编程
随机推荐
SSL证书部署
How to detect whether the MySQL code runs deadlock +binlog view
Index of MySQL
Confirm the future development route! Digital economy, digital transformation, data This meeting is very important
leetcode:面试题 17.24. 子矩阵最大累加和(待研究)
Codeworks 5 questions per day (1700 average) - day 7
如何检测mysql代码运行是否出现死锁+binlog查看
接口数据安全保证的10种方式
ggplot 分面的细节调整汇总
自适应非欧表征广告检索系统AMCAD
史上最全学习率调整策略lr_scheduler
Create commonly used shortcut icons at the top of the ad interface (menu bar)
C# Task拓展方法
VHDL implementation of arbitrary size matrix multiplication
Basic concepts of Huffman tree
Antd Comment 递归循环评论
How to manage the expiration of enterprise distribution certificates- How to manage Enterprise Distribution certificate expiration?
【开发软件】 tilipa开发者软件
MySQL的索引
NoSQL之Redis配置与优化