SAP CRM WebClient UI Home page里Workflow task retrieve logic

SAP CRM WebClient UI Home page里Workflow task retrieve logic

Created by Jerry Wang, last modified on Jan 12, 2015Home workcenter里显示的当前登陆user 相关的workflow tasks:

SAP CRM WebClient UI overview 页面Assignment Block的设计原理

SAP CRM WebClient UI overview 页面Assignment Block的设计原理

Some Assignment Blocks and fields are mapping with set types, some Assignment Blocks and fields are mapping with relationships.Then I want to study, h...

SAP CRM系统UI checkbox的设计与实现

SAP CRM系统UI checkbox的设计与实现

SAP CRM checkbox的一个例子,如下图Main Partner列:一个用户肉眼可见的Checkbox,在SAP CRM系统里由总共6个HTML标签组合而成。当Checkbox里的勾选中时,最外层的wrapper div标签的class变为th-sapcb-chkd,chkd是checke...

SAP CRM WebClient UI注释引起的错误消息:Uncaught SyntaxError - unexpected end of input

SAP CRM WebClient UI注释引起的错误消息:Uncaught SyntaxError - unexpected end of input

原因是application code的Javascript里有一行用//注释掉:但是framework 将application 里的Javascript 重新处理后,会将application中的换行符全部删除,这样// 后面的所有code也会被merge成同一行,被// 所注释。将// 使用/...

快速找到SAP CRM WebClient UI thtmlbUtil的定义位置

快速找到SAP CRM WebClient UI thtmlbUtil的定义位置

例如想知道view BSPWD_BASICS/print.htm里使用的thtmlbUtil是在哪个javascript文件里定义的:可以采用如下方法快速定位:打开mouse.click 断点,之后点击UI左边的workcenter,进入debug mode:断点自动在scripts.js文件内触发...

SAP CRM销售订单UI上的字段对应的数据库表存储字段:requested start date和end date

SAP CRM销售订单UI上的字段对应的数据库表存储字段:requested start date和end date

Suppose you need to investigate which database table stores the value of Requested start date and end date:You can just activate SQL trace via tcode S...

如何动态修改SAP CRM WebClient UI表格栏的宽度

如何动态修改SAP CRM WebClient UI表格栏的宽度

AchievementBy clicking down or up button, the table width could be changed dynamically - each time the button is clicked,the width increases or shrink...

如何在SAP CRM WebClient UI里创建web service并使用ABAP消费

如何在SAP CRM WebClient UI里创建web service并使用ABAP消费

In this blog I will create a web service which is exposed via Genil model PROD in CRM web client UI and consume it via a simple ABAP program.Create we...

如何使用SAP CRM WebClient UI实现一个类似新浪微博的字数统计器

如何使用SAP CRM WebClient UI实现一个类似新浪微博的字数统计器

In the blog we talk about the social media integration into CRM Interaction center agent inbox, which allows end users to directly reply facebook post...

SAP CRM WebClient UI异常的持久化机制

SAP CRM WebClient UI异常的持久化机制

When I am working together with local partner to resolve one issue caused by incorrect enhancement set configuration for new custom Product set type, ...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。