测试
全部博文(931)
发布时间:2019-05-06 11:55:27
这个字段绑定到了BO字段:CustomerQuote.RequestedFulfillmentPeriod.TimePointPeriod.StartTimePoint.DateTime这是一个0-1的BO内部的association:为什么Requested Date总是比创建日期晚两天呢?.........【阅读全文】
发布时间:2019-05-06 11:39:10
当我们在CRM系统里创建一个settype之后,其实系统后台悄悄的帮我们创建了很多ABAP对象,比如对应的database tables, other ABAP Dictionary objects, function groups, function modules, and screens等等。Create set types:DB check:自动创建了一个和settype ID同名的数据库表问题:How.........【阅读全文】
发布时间:2019-05-06 11:26:16
APP: My OpportunityTransaction type: OPSM新建一个Opportunity,将其status 设置成E0001( User status):After I saved the Opportunity, in the DB, I can find both user status E0001 - Open and system status I1002 there.找到transaction type OPSM 对应的status profile:.........【阅读全文】
发布时间:2019-05-06 11:10:33
(6) In Step 321, it will set the status to SAAC(Accepted by sales)(7) In Step 378, it creates OPPT.........【阅读全文】
发布时间:2019-05-05 21:14:41
SAP产品里的订单处理,无论是On-Premises解决方案还是云产品,我认为归根到底可以概括成四个字:订单编排,包含两个层次的内容:2. 多种订单类型协同工作,完成一个完整的端到端的业务员流程。比如SAP CRM里经典的User Status(用户自定义状态)和System Status(SAP标准状态)的设计,通过引入Business Trans.........【阅读全文】