简体   繁体   中英

How to update multiple records data through alv reports in SAP ABAP?

How to update multiple records data through ALV REPORT IN SAP ABAP?

使用选定的行,我曾经做过那个任务......如果你要更新随机字段,最简单的方法是删除数据库中的所有数据并用新的更新插入它......用于其他解决方案您需要使用 gd-edit 功能

您可以使用带有内部逻辑的 Loop 语句来仅更改/更新某些值/字段。

try this.... Use for all entries in select statement and pass updated work area to FM reuse_alv_grid_display.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM