当前位置:网站首页>Logical analysis of automatic decision of SAP CRM organization model
Logical analysis of automatic decision of SAP CRM organization model
2022-07-01 15:23:00 【Hua Weiyun】
Look at the standard OPPT How is it? determine organization Of :
see Transaction Type OPPT Configuration of , find Organization Data Profile:
SPRO->CRM->Transactions->Basic Settings->Define Transaction Types

Found matching profile by 000000000005, Double click in , Find the corresponding profile:

You can see the corresponding Organizational Model Determin. Rule by 10000144, and Responsibilities Determin. Rule No match .
Reference resources CR100 Explanation above :

Organizational Model Rule It's based on search To determine Organizational Unit. Responsibilities Rule Is to directly specify the corresponding Organizational Unit.
see Determination Rule:
SPRO->CRM->Master Data->Organizational Management->Organizational Data Determination->Maintain Determination Rules

Find the corresponding 10000144 Of rule:
You can see the corresponding determination With FM yes CRM_ORGMAN_ORGOBJECTS_FIND_4
Click on Container tab You can see rule 10000144 Configured parameter:

The instructions are being carried out FM CRM_ORGMAN_ORGOBJECTS_FIND_4 The two parameters required are BP Number and Transaction Type:
SPRO There are references to the standard in the document determination function The explanation of :

The first two are for Sales Transaction Of , The last two are Service Transaction, According to the explanation FM CRM_ORGMAN_ORGOBJECTS_FIND_4 It's based on BP Of Sales Area To find the corresponding Organizational Unit.
Get into CRM_ORGMAN_ORGOBJECTS_FIND_4 Code for :
from Container Take it inside BP Number, On the basis of BP Number Get the corresponding GUID:

according to BP GUID Get the corresponding Sales Area:

from CRMM_BUT_LNK0011 Take it in the watch BP Number Corresponding Sales Area

The last step did not find Sales Area From the CRMM_BUT_LNK0031 Take it in the watch

E.g. Get BP 4103080 Of Sales Area:

As mentioned above Container With another parameter Transaction Type It's just used here to check according to BP Number To get the Sales Area whether valid:

And then call FM CRM_ORGMAN_ORGOBJECTS_FIND_1 according to Sales Area Of attribute Search for organization. Refer to the documentation above ,CRM_ORGMAN_ORGOBJECTS_FIND_1 It's actually a general basis organization attribute To inquire FM

there attribute Namely Organizational Unit stay Web UI It's maintained inside attribute:

Note that it's useless here Transaction Type Go directly to Organizational Unit Maintenance of Transaction Type attribute The comparison .
E.g. According to the BP 4103080 Got Organization by 50000732:

There is also a more abstract query Org Of API FM: CRM_ORGMAN_DETERMINE_ORGOBJS, The API return sales areas Result set .
边栏推荐
- Storage form of in-depth analysis data in memory
- 张驰咨询:家电企业用六西格玛项目减少客户非合理退货案例
- TS报错 Don‘t use `object` as a type. The `object` type is currently hard to use
- 《QT+PCL第六章》点云配准icp系列6
- Tableapi & SQL and MySQL data query of Flink
- 基于价值量化的需求优先级排序方法
- Shopping mall 6.27 to be completed
- Intelligent operation and maintenance practice: banking business process and single transaction tracking
- SAP CRM organization Model(组织架构模型)自动决定的逻辑分析
- MySQL service is starting. MySQL service cannot be started. Solution
猜你喜欢

雷神科技冲刺北交所,拟募集资金5.4亿元

MySQL审计插件介绍

JS中箭头函数和普通函数的区别

Official announcement: Apache Doris graduated successfully and became the top project of ASF!

【一天学awk】函数与自定义函数

How to realize clock signal frequency division?

微信小程序03-文字一左一右显示,行内块元素居中
![Opencv Learning Notes 6 -- image feature [harris+sift]+ feature matching](/img/50/5c8adacea78e470c255070c8621ddd.png)
Opencv Learning Notes 6 -- image feature [harris+sift]+ feature matching

Junda technology indoor air environment monitoring terminal PM2.5, temperature and humidity TVOC and other multi parameter monitoring

idea中新建的XML文件变成普通文件的解决方法.
随机推荐
S32K1xx 微控制器的硬件设计指南
《QT+PCL第六章》点云配准icp系列2
【LeetCode】16、最接近的三数之和
What are the EN ISO 20957 certification standards for common fitness equipment
Flink 系例 之 TableAPI & SQL 与 MYSQL 分组统计
The markdown editor uses basic syntax
《QT+PCL第六章》点云配准icp系列4
关于用 ABAP 代码手动触发 SAP CRM organization Model 自动决定的研究
张驰课堂:六西格玛数据的几种类型与区别
Storage form of in-depth analysis data in memory
It's settled! 2022 Hainan secondary cost engineer examination time is determined! The registration channel has been opened!
TypeScript: let
基于价值量化的需求优先级排序方法
Tableapi & SQL and Kafka message acquisition of Flink example
Flink 系例 之 TableAPI & SQL 与 Kafka 消息获取
SAP CRM organization Model(组织架构模型)自动决定的逻辑分析
【STM32-USB-MSC问题求助】STM32F411CEU6 (WeAct)+w25q64+USB-MSC Flash用SPI2 读出容量只有520KB
The last picture is seamlessly connected with the first picture in the swiper rotation picture
Redis installation and setting up SSDB master-slave environment under Ubuntu 14.04
Opencv Learning Notes 6 -- image feature [harris+sift]+ feature matching