CRM and CX Blogs by SAP
Stay up-to-date on the latest developments and product news about intelligent customer experience and CRM technologies through blog posts from SAP experts.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Advisor
Advisor

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:








9 Comments