ADT快速辅助创建方法向导错误

2020-08-27 13:22发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


Eclipse 2019-09 R(4.13.0),

ABAP核心开发工具3.6.2,

SAP_ABA 750/010

我有此代码:

插入值#(bname = sap_data_record-> bname
                         sap_gltgv = REF#(sap_data_record-> gltgv)
                         sap_gltgb = REF#(sap_data_record-> gltgb)
                         ad_gltgv = REF#(ad_data_record-> gltgv)
                         ad_gltgb = REF#(ad_data_record-> gltgb)
                         ccode = REF#(ad_data_record-> ccode)
                         is_internal = REF#(ad_data_record-> is_internal)
                         sap_roles = REF#(sap_data_record-> roles)
                         ad_roles = expand_ad_roles(ad_data_record-> roles)
                         )插入表user_data。

我选择create方法(以创建expand_ad_roles)。 向导弹出,我将参数名称调整为

 IMPORTING imp_ad_roles。
 返回值(ret_result)

然后单击完成。

一个小问题是在方法定义中将ret_result键入为ANY。 但是更大的问题是我声明中的字段名称消失了!

插入值#(bname = sap_data_record-> bname
                         sap_gltgv = REF#(sap_data_record-> gltgv)
                         sap_gltgb = REF#(sap_data_record-> gltgb)
                         ad_gltgv = REF#(ad_data_record-> gltgv)
                         ad_gltgb = REF#(ad_data_record-> gltgb)
                         ccode = REF#(ad_data_record-> ccode)
                         is_internal = REF#(ad_data_record-> is_internal)
                         sap_roles = REF#(sap_data_record-> roles)
                         expand_ad_roles(ad_data_record-> roles)
                         )插入表user_data。
 

易于修复,但不应该发生。 在 support.sap.com

中找不到适用的注释

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


Eclipse 2019-09 R(4.13.0),

ABAP核心开发工具3.6.2,

SAP_ABA 750/010

我有此代码:

插入值#(bname = sap_data_record-> bname
                         sap_gltgv = REF#(sap_data_record-> gltgv)
                         sap_gltgb = REF#(sap_data_record-> gltgb)
                         ad_gltgv = REF#(ad_data_record-> gltgv)
                         ad_gltgb = REF#(ad_data_record-> gltgb)
                         ccode = REF#(ad_data_record-> ccode)
                         is_internal = REF#(ad_data_record-> is_internal)
                         sap_roles = REF#(sap_data_record-> roles)
                         ad_roles = expand_ad_roles(ad_data_record-> roles)
                         )插入表user_data。

我选择create方法(以创建expand_ad_roles)。 向导弹出,我将参数名称调整为

 IMPORTING imp_ad_roles。
 返回值(ret_result)

然后单击完成。

一个小问题是在方法定义中将ret_result键入为ANY。 但是更大的问题是我声明中的字段名称消失了!

插入值#(bname = sap_data_record-> bname
                         sap_gltgv = REF#(sap_data_record-> gltgv)
                         sap_gltgb = REF#(sap_data_record-> gltgb)
                         ad_gltgv = REF#(ad_data_record-> gltgv)
                         ad_gltgb = REF#(ad_data_record-> gltgb)
                         ccode = REF#(ad_data_record-> ccode)
                         is_internal = REF#(ad_data_record-> is_internal)
                         sap_roles = REF#(sap_data_record-> roles)
                         expand_ad_roles(ad_data_record-> roles)
                         )插入表user_data。
 

易于修复,但不应该发生。 在 support.sap.com

中找不到适用的注释
付费偷看设置
发送
2条回答
愤怒的猪头君
1楼-- · 2020-08-27 13:55

你好,马修,

请问你能出票解决这个问题。

此致,
迈克尔

当学会了学习
2楼-- · 2020-08-27 13:34

我不知道 无法访问连接到发生此问题的系统的S帐户。 我将查看是否可以在其他系统上复制它。

一周热门 更多>