自己开发的一个SAP CRM订单统计工具

简介: 自己开发的一个SAP CRM订单统计工具

Recently I was responsible for a performance benchmark test and I need to create a large number of One order documents as test data. For each created document, it is assigned with a random number of items and a random sales / service order from organization unit pool. as we need a draft overview statistic about the order item number distribution and the usage of each organization as Sales / Service organization unit, I write this simple tool.

Run the following report, and it gives the following output in my system:

REPORT z.

DATA(result) = zcl_crm_order_statistic=>count( ).

cl_demo_output=>begin_section(

     `Order Item number overview` ).

cl_demo_output=>display( result-item ).

cl_demo_output=>begin_section(

     `Sales Org usage overview` ).

cl_demo_output=>display( result-sales ).

cl_demo_output=>begin_section(

     `Service Org usage overview` ).

cl_demo_output=>display( result-service ).Below picture means there are one order in my system which has been assigned with 5000 items, and 1 order with 2000 items etc.image.pngIf you would like to know the exact order information, set breakpoint on the end line of method count_item, then you can find the order guid from column DETAIL:


image.png

image.pngThe below screenshot means the Sales Organization 50000732 are used in 38746 orders.image.pngAnd this is for Service Org accordingly.image.pngIf you would like to achieve a better display of result, for example, to review them in browser instead of SAPGUI, you can refer to this blog Step by step to use jChartFX in BSP application.


相关文章
|
4月前
|
人工智能 搜索推荐 Serverless
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
|
11天前
|
人工智能 搜索推荐 数据挖掘
中国CRM市场深度解析:本土化定制开发的领军厂商与未来趋势
在数字化转型的大潮中,客户关系管理系统(CRM)已成为企业增强竞争力和服务质量的关键工具。鉴于中国市场独特的文化背景和商业环境,高度定制化的CRM解决方案显得尤为重要。本文深入剖析了中国CRM市场的现状及其未来发展走向,同时重点介绍了销售易CRM、纷享销客等领军厂商如何通过深入理解本土需求、提供贴合国情的产品和服务来助力企业成长。这些解决方案不仅强化了客户互动的亲切感和有效性,还确保了数据的安全与合规,为企业提供了强大的竞争优势。随着人工智能、大数据等前沿技术的应用,未来的CRM系统将更加智能、高效,为企业创造更多价值。
|
4月前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
|
23天前
|
搜索推荐 API 项目管理
2024年必备的五大CRM选型工具指南
随着企业日益重视客户关系管理,选择合适的CRM系统成为数字化转型的关键。2024年的CRM不仅是客户信息库,更是战略决策的支持。本文提供五大选型指南:数据集成、用户体验、自动化工作流、移动访问及报告分析功能。同时推荐销售易CRM(本土化、多渠道管理)、Salesforce(自动化、高度定制)、Microsoft Dynamics 365(与MS生态集成)、HubSpot CRM(免费、用户友好)、Zoho CRM(性价比高、多功能集成),助您做出明智选择。
|
3月前
|
数据采集 监控 搜索推荐
CRM报表在企业中的应用:分析工具与报告自动化
Zoho CRM报表汇总客户数据,以图表形式展示客户活动、销售、市场趋势,支持定制。报表功能包括数据分析、业绩评估、预测规划和监控调整。关键在于数据质量、报表定制、员工培训及持续优化。CRM报表帮助企业做决策,提升竞争力,是数字化转型的重要工具。
47 4
|
4月前
|
Web App开发 开发者 存储
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
|
4月前
|
BI 网络安全
如何使用 ABAPGit 在 SAP ABAP 系统安装 abap2xlsx 工具试读版
如何使用 ABAPGit 在 SAP ABAP 系统安装 abap2xlsx 工具试读版
|
4月前
|
存储 数据采集 监控
如何在 SAP S4HANA 中使用 Data Volume Management 工具来确定哪些数据需要归档
如何在 SAP S4HANA 中使用 Data Volume Management 工具来确定哪些数据需要归档
|
4月前
|
数据库
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
|
4月前
|
前端开发 搜索推荐 开发者
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
下一篇
DDNS