且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

更新时间:2022-01-13 00:28:01

(1) Create a wrapper UI component which will hold the new table via the customizing below:

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Click button “Create UI Component”

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Specify the UI component name:

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Make the UI component as Default component for Table Enhancement:


使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

(2) Create a new table via AET. Here the table is expected to be in service order header level, so choose Header part:

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Specify table name in Description field, which will act as assignment block title in overview page. Choose the component created in step1 from drop down list, and also specify the window name.


使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Mark the “Generate” checkbox, and maintain the table fields one by one.

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Click “Save and Generate” button to generate the table:

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

You should observe the Status icon for new table is turned to green light after generation.

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

(3) Move the table view to “Displayed Assignment Blocks”:

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段

Now in the runtime you could see the new table in overview page.

使用SAP CRM Application Enhancement Tool创建表格类型的扩展字段