如何启用SAP C4C自定义BO的Text Collection功能

My series of Cloud Application Studio Blogs

(1) Declare TextCollection as a dependent object of your custom BO:

(2) Add the following UI component to TI view:
/SAP_BYD_APPLICATION_UI/Reuse/Notes/singletextedit.EC.uicomponent;
And Choose 10006 as text type:



Click Bind button and maintain the following binding:

In the runtime now, you could maintain the text for custom BO:

Create a web service and select TextCollection as enabled for Read Operation:

In the generated WSDL file, check the response structure to ensure that the corresponding element for TextCollection also exists there.


Now consume the read operation of created web service via SoapUI, and the text content maintained in BO header level could also be returned:


要获取更多Jerry的原创文章,请关注公众号"汪子熙":

posted @ 2020-08-28 12:18  JerryWang_汪子熙  阅读(156)  评论(0编辑  收藏  举报