我已经生成了一个程序INSERT REPORT ....
我想知道是否有办法在这个程序中自动应用Pretty Printer工具.
我尝试使用IAM API将SAP与NW Java应用程序连接,我在SM59中添加了类型为G的 HTTP连接(到外部服务的HTTP连接)。
当我调用BAPI BAPI_USER_GETLIST时,程序转储并显示错误:
目标类型“ G”非法。
这是使用的代码:
* Call the API
call function 'BAPI_USER_GETLIST' destination rfcdest
exporting
* max_rows = 0
with_username = withname
importing
rows = sel_rows
tables
selection_range = sel_range
* selection_exp =
userlist = user_list
return = return_tab.
Run Code Online (Sandbox Code Playgroud)