SAP学习日志---Call method 的使用 以及常见错误
可以通过以下方法 call method
1. 进入全局类中 找到方法,拖到程序中
2. 使用pattern 中的 AABAP Objects patterns 中的 Call method
在调用cl_gui_alv_grid的方法set_table_for_first_display时,编译出现错误。
原因是: 打开了参数的注释,但没有打开exporting 和 exceptions 的注释
Call method 的使用
时间: 2024-11-04 21:39:23