SAP云平台里创建Destination时,会要求维护如下三个字段:
WebIDEUsage
WebIDEEnabled
WebIDESystem
这三个字段有什么作用?
Values for the WebIDEUsage property determine how the SAP Web IDE interprets the destination definition & presents it to you for connection and consumption. The value odata_gen signifies that the destination represents generic OData services (as opposed to OData services that are hosted on an SAP Gateway system, for example) and that the full, specific OData service URL specification is to be provided in the SAP Web IDE New Project wizard, specifically via the Service URL data connection source, as shown in this example scenario。
WebIDEUsage这个属性决定了SAP WebIDE将采取何种方式解析Destination的定义,从而进行远程系统的连接和消费。
值odata_gen的意思是暗示该destination指向了一个OData服务,而具体的url是通过SAP WebIDE新建项目的向导里指定的。