如何在SAP C4C AdvancedListPane上批量执行若干BO实例的action

简介: 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

Two approaches to fill an UI field with dedicated logic implemented in Cloud Application Studio

How to execute BO action on multiple selected BO instances in AdvancedListPane

How to add custom validation logic on mobile phone field in Contact TI

Recently one partner asked me about this question. Suppose I have a custom BO with one Date field “CloseDate”, and one indicator field “IsOverDue”.


[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-cT0qtTZZ-1598527168411)(https://upload-images.jianshu.io/upload_images/2085791-5a9459410cb7f3f8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)]


There is an action “OverDueCheckMass” defined with the simple logic that if current date < Close Date, then I consider the order as Overdue and vice versa.

The source code of this action implementation:

image.png

image.png

image.png

image.png

image.png

image.png

相关文章
|
7月前
|
前端开发
关于 SAP UI5 应用 render2 实例异步创建的编码实现
关于 SAP UI5 应用 render2 实例异步创建的编码实现
26 0
|
8月前
|
容器
SAP Fiori Elements SmartLink 创建实例的单步调试
SAP Fiori Elements SmartLink 创建实例的单步调试
38 0
|
7月前
|
数据库 UED
通过一个实例的例子,学习 SAP Fiori 应用中的 Draft Handling(草稿机制)试读版
通过一个实例的例子,学习 SAP Fiori 应用中的 Draft Handling(草稿机制)试读版
19 0
|
7月前
|
存储 XML BI
通俗易懂的 SAP ABAP 会话管理(Session Management)概念讲解,包含具体的实例试读版
通俗易懂的 SAP ABAP 会话管理(Session Management)概念讲解,包含具体的实例试读版
56 0
|
8月前
|
XML 数据格式 容器
SAP UI5 SimpleForm 控件实例的初始化调试
SAP UI5 SimpleForm 控件实例的初始化调试
50 0
|
8月前
|
数据库
SAP Restful ABAP Programming 编程模型的 Action 实现和云端调试介绍
SAP Restful ABAP Programming 编程模型的 Action 实现和云端调试介绍
65 0
|
8月前
|
Java 应用服务中间件 Shell
本地安装 SAP Commerce 实例
本地安装 SAP Commerce 实例
37 0
|
前端开发
关于 SAP UI5 应用 render2 实例异步创建的编码实现(2)
关于 SAP UI5 应用 render2 实例异步创建的编码实现
关于 SAP UI5 应用 render2 实例异步创建的编码实现(1)
关于 SAP UI5 应用 render2 实例异步创建的编码实现
通俗易懂的 SAP ABAP 会话管理(Session Management)概念讲解,包含具体的实例试读版
通俗易懂的 SAP ABAP 会话管理(Session Management)概念讲解,包含具体的实例试读版