开发基础 报表教程 数据字典 对话编程 表单打印 增强出口 SAP接口 S/4 HANA
实战案例 实战笔记 资料下载 CRM
问答互助 会员分享 俱乐部 广告区
论坛指南、建议和投诉
Twilight发表于 2016-02-16 10:24Twilight 最后回复于 2016-02-16 10:24 [复制链接] 6291 0
使用道具 举报
Twilight
管理员
发表回复 回帖后跳转到最后一页
1、SE24 创建类:ZCL_CUSTOMER_MODEL
添加继承类:CL_WCF_GENIL_ABSTR_COMPONENT,保存激活
2、SM34 注册Genil component
输入CRMVC_GIL_APPDEF ,维护数据
定义 Component和 Component Set,然后将 Component分配到 Component Set中
3、se11 创建Table:ZMAST_CUST
4、创建Genil Business Objects相关对象
Key Structure of Customer Data
Attribute structure of a Customer Data
Table Type of Attribute Structure
5、创建表ZMAST_CUST锁
6、T-code:GENIL_MODEL_BROWSER,输入组件ZCUST
7、创建Root Objects:Customer
输入Key Structure Name , Attribute structure name and Create structure name
调整BOL对表字段的属性状态:可编辑
8、se24:ZCL_CUSTOMER_API
CREATE_CUSTOMER
SAVE_CUSTOMER
GET_CUSTOMER
CHANGE_CUSTOMER
9、se24:ZCL_CUSTOMER_MODEL
9、T-code:genil_bol_browser
Create New Root Object
double click, Create Object
输入数据,保存
10、se11:ZMAST_CUST查看数据