天天看点

SAP CRM user参数CRM_UI_PROFILE是在哪行ABAP代码里读取的Sent: Friday, September 26, 2014 4:00 PM

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.

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

继续阅读