SAPCloudforCustomer里的productlist创建: 我创建一个ID为161的productlist,维护三个product进去: 三个productID如下: 找到该productlist对应的UI:CODProductListOWL 这个UI对应的后台BO为ProductBusinessPartnerRelation: 新建一个C4COData服务,取名productListOData: BO选择刚才在UIdesigner里找到的ProductBusinessPartnerRelation: 选中BO之后,接下来选择BO节点,从Root出发: 对于该OData的权限控制,选择ProdutLists视图: 使用OData服务通过一次http调用,同时返回该productlist包含的三个product: https:my592。c4c。saphybriscloud。cnsapc4codatacustv1productlistodataProductBusinessPartnerRelationCollection? expandProductBusinessPartnerRelationProduct 我在C4C系统里添加的三个产品,包含在OData响应结构的ProductBusinessPartnerRelationProduct节点里: 展开这个子节点下面的三个对象,分别对应着productlist里的三个产品: 要获取更多Jerry的原创文章,请关注公众号汪子熙: