SAP CRM user参数CRM_UI_PROFILE是在哪行ABAP代码里读取的

Sent: Friday, September 26, 2014 4:00 PM

Since you are doing operation in backend, so framework will use your parameter setting defined in tcode SU3 as your current business role.

读取这个用户参数的ABAP代码位置如下:

“*”is regarded as invalid since it does not exist in configuration table crmc_ui_profile.

So what is your use case that you should perform in backend? Anyway if you replace the * to any other dedicated business role in tcode SU3, the exception should disappear.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

发布了6724 篇原创文章 · 获赞 645 · 访问量 111万+

猜你喜欢

转载自blog.csdn.net/i042416/article/details/104450388
CRM