Chinaunix首页 | 论坛 | 博客
  • 博客访问: 308511
  • 博文数量: 33
  • 博客积分: 1512
  • 博客等级: 上尉
  • 技术积分: 408
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-29 08:47
个人简介

SAP CRM

文章存档

2015年(6)

2013年(1)

2011年(6)

2009年(5)

2008年(13)

2007年(2)

分类: 项目管理

2015-05-08 13:34:55

Enhancement是对web UI的BSP程序进行增强,在增强之前要先设置Enhancement set,Enhancement set可以理解为存放增强后内容的文件夹。
通常一个Client只分配一个Enhancement set,但是系统提供BADI可以增强“Enhancement set"的确定逻辑.
SAP provides a concept to enhance standard UI Components without modifying the standard SAP UI components. all the modifications that are carried by the customer will be stored in the container called 
Enhancement set

  1. Execute the Transaction SM34.
  2. Open the view cluster BSPWDVC_CMP_EXT.
  3. Go to change mode.
  4. click on " New Entries " Button.
  5. Furnish the details such as Enhancement set (for eg: say ZESET) and maintain the description for the same.
  6. click on "SAVE".
Note:
You can create multiple enhancement sets but only one enhancement set is used by the Webclient UI Framework at runtime.

After Creation of Enhancement set you have to assign your enhancement set to the current client where you are working on enhancing the UI Component.

Assigning the enhancement set to the client
  1. Execute the transaction SM30
  2. Enter BSPWDV_EHSET_ASG
  3. click on "Maintain"
  4. enter assignment no sat for example 221
  5. enter your enhancement set i.e ZESET
  6. SAVE
Note

BSPWDV_EHSET_ASG is a maintainance View to maintain the data of table BSPWD_EHSET_ASGN
阅读(2184) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

CRM_VAN2015-11-27 16:52:52

SAP黑马:写的太详细了!

谢谢

回复 | 举报

SAP黑马2015-09-02 13:37:51

写的太详细了!