SAP CRM系统里文本决定的二次执行逻辑调试

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/87348351

Text determination execution with two different mode

For opportunity creation case, the text determination procedure will be executed two times, each with different execution mode.
[First time]{.underline}

The trigger point is FM CRM_TEXT_DETERMINATION_EC,

since this FM is registered as a callback via 1order event framework, detailed customizing could be found below:

Note: under this mode ( mode value C - dynamic read ),

only text objects configured as “Transfer = C” will be handled:

This logic could easily be found in code line 136: ( only text object with transfer = C can have chance to execute subroutine determine_text )

[Second time]{.underline}

this time the mode is hard coded as B:

B means save text:

Under this mode, only those text objects which DO NOT have transfer = C will be handled.

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

猜你喜欢

转载自blog.csdn.net/i042416/article/details/87348351
SAP
今日推荐