如何啟用SAP C4C自定義BO的Text Collection功能
My series of Cloud Application Studio Blogs
- How to detect EditMode in an Embedded Component
- Step by step to enable your custom BO with attachment upload functionality
- Step by step to create an Adobe Print form in Cloud application Studio
- How to render PDF which displays picture from the image attachment of your custom BO
- How to get current logged on business user’s employee information and assigned organization unit via ABSL
- How to implement dynamic access control based on custom BO using OWL
- How to make Code List Restriction work when control field and restricted field are not on the same BO
- How to implement custom number range using custom business object
- Two approaches to create Code List in Cloud Studio
- Create Dynamic Code List via Custom Business Object Association
- Step by step to develop Thing Type based navigation and BO Object based navigation
- Put Extension field into embedded component and make it visible in Standard UI
- One possible cause that embedded component fails to display in UI
- Step by step to create HTML Mashup and make it visible in UI
- Step by step to enable Text Collection for your custom BO
- Automatically send an Email notification to line manager via Workflow in Account application
- Step by step to create Object Value Selector in Cloud Application Studio
(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的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2724934/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何讓SAP C4C自定義BO實現附件上傳的功能
- 如何將SAP C4C自定義BO中型別為圖片的附件用PDF文件顯示出來型別
- 使用OData服務將SAP C4C自定義BO的TextCollection暴露給外部消費者
- 如何在SAP Cloud for Customer自定義BO中建立訪問控制Cloud
- 如何使用SAP C4C Repository Explorer裡的BO test shell
- 如何啟用SAP C4C OData Event Notification
- 一種不通過UI給C4C自定義BO建立測試資料的方式UI
- 如何在SAP C4C AdvancedListPane上批量執行若干BO例項的action
- SAP UI5 應用如何載入自定義 ThemeUI
- 如何給 SAP Fiori Elements 應用新增自定義按鈕
- 如何自行給指定的SAP OData服務新增自定義日誌記錄功能
- 如何將自定義XML檢視注入SAP Fiori Elements應用XML
- SAP CRM Genil Text-for-Key-Codes vs SAP C4C只讀欄位
- 如何使用小程式自定義元件功能元件
- SAP 如何啟用SAP IS-RETAIL?AI
- Spring中如何使用自定義註解搭配@Import引入內外部配置並完成某一功能的啟用SpringImport
- 如何給 SAP ABAP ALV 報表的修改功能新增自定義校驗邏輯試讀版
- SAP AET fields的自定義行為
- 如何實現SAP GUI的自定義語法檢查(Syntax check)GUI
- SAP Spartacus 自定義Popover指令,如何實現彈出對話方塊自動關閉功能
- SAP UI5 Web Component裡如何自定義CSS styleUIWebCSS
- SAP CRM SPRO Customizing 裡 Text Object 屬性 continue 的含義Object
- 將SAP C4C Custom BO使用ABSL編寫的邏輯通過OData服務暴露出去
- 一步步使用SAP C4C Cloud Application Studio建立一個BO和對應的螢幕CloudAPP
- netty自定義Decoder用於自定義協議Netty協議
- 自定義限速功能實踐——Caffeine
- uniapp增加自定義埋點功能APP
- SAP不同的產品是如何支援使用者建立自定義欄位的
- 使用 System.Text.Json 時,如何處理 Dictionary 中 Key 為自定義型別的問題JSON型別
- 自定義springboot啟動器Spring Boot
- XAF自定義啟動頁
- 如何在 SAP Spartacus 產品明細頁面新增自定義 UIUI
- Sublime Text 4 啟用教程(Mac)Mac
- Android中的Gradle之玩轉自定義功能AndroidGradle
- 使用自定義 Query 實現 SAP UI5 頁面路由的書籤功能試讀版UI路由
- 自定義 SAP 採購訂單螢幕
- word教程|用自定義屬性功能管理 Word 文件中的待定內容
- 如何給SAP Cloud for Customer UI上的欄位新增自定義校驗邏輯CloudUI