测试
全部博文(931)
发布时间:2019-05-06 13:42:17
大家在使用Docker容器或者Kubernetes时,遇到过这个容器么?gcr.io/google_containers/pause-amd64docker ps的命令返回的结果:Kubernetes的官网解释:意思是:pause-amd64是Kubernetes基础设施的一部分,Kubernetes管理的所有pod里,pause-amd64容器是第一个启动的,用于实现Kubernetes集群里pod之间.........【阅读全文】
发布时间: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.........【阅读全文】