参数类型" UUID"无效

2020-08-30 05:31发布

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

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


尊敬的SAP社区

 var uuidOfRelatedCustomer = businessAttributeAssignment.AssignedObjectUUID;
 var customer = Customer.Retrieve(uuidOfRelatedCustomer);
 

为什么Customer.Retrieve不起作用? 我收到以下错误:参数类型'UUID'无效

据我所知,Retrieve希望将UUID作为参数。 所传递的uuid绝对正确,我通过标识查询仔细检查了它。

最好的问候

Cengiz

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

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


尊敬的SAP社区

 var uuidOfRelatedCustomer = businessAttributeAssignment.AssignedObjectUUID;
 var customer = Customer.Retrieve(uuidOfRelatedCustomer);
 

为什么Customer.Retrieve不起作用? 我收到以下错误:参数类型'UUID'无效

据我所知,Retrieve希望将UUID作为参数。 所传递的uuid绝对正确,我通过标识查询仔细检查了它。

最好的问候

Cengiz

付费偷看设置
发送
1条回答
My梦
1楼-- · 2020-08-30 06:01

尝试uuidOfRelatedCustomer.content

一周热门 更多>