SAP Cloud for Customer Cloud Application Studio的一些使用技巧(持续更新)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/84787636

OData boundary condition

Customer BO’s action is NOT visible for function import. The action could be performed, however after that the read on customer BO will fail.

  1. ABSL的临时变量和JavaScript一样,用var定义:
import ABSL;

foreach( var order in this ){
	order.OrderStatus = "4";
}
  1. import语句
import AP.Common.GDT;
import AP.CRM.Global;
  1. 如何在ABSL里调用web service

猜你喜欢

转载自blog.csdn.net/i042416/article/details/84787636