标准的RSMO事务代码能实现什么样的功能

简介:

In RSMO, We have to check the successful, running and failed objects.

When you select Successful one it shows how many records are there in the source system and how many records will be added to BW.

RSMO Transaction is same like Monitor Screen when you schedule any Info Package and monitor. 

Only difference is in the Left Panel you can see all the Jobs Completed, Active & Erroneous for the entire Day 

When you select running (Yellow color), that means it is still running. If the object is running for a long time then we have to check, why it is running from long time. Select and check for pervious data how much time that it takes. And analysis for the time taken.

When you select the failed (Red color), that means that the object is failed. First select that failed one, on the right side one more screen will come. 

Header, status and details. In header is shows the data target, type of update, infopackage, infosource, selections, request etc. In Status tab, it shows some error message, 

Click on error message in down, it shows some message regarding that particular failure. In Details tab we have to check the extraction is over or not and at what step the data is loaded etc.
 

RSMO is a transaction where you can find all the loads currently running in the system.

There are two ways for opening load monitor in BI7.

1) tcode RSMO

2) RSA1-> Administration tab -> Monitors -> Load Monitor

Once you enter the transaction, you can see the various loads information.

Select the tree button to set what all information you require for a load and in which order.

Select the filter button to set the range of date for which you want to see the loads 
eg: today 
yesterday and today 
in the past week etc....

You can find loads of three status types

1) successful(green)

2) currently running(yellow)

3) failed(red)

When you click any load on the right side a information for the particular load will appear.

On the header tab you can see the information related to the load like request number, data source system, infosource, data targets if any, type of load etc...

In the status tab you get to know the technical and total status of the load and if the load has failed you can see the error message button and application log button as well

In the details tab you will get the following information.

- R for Requests says whether the request is working in general ok or not 
- E for Extraction says whether data received and scheduled. How many records are sent for extraction and how many are received for extraction. 
- T for Transfer IDocs indicates how many data packages are there for extraction and how many records arrived in each data packages for extraction. 
- P for processing indicates transfer rules, update rules and update and processing have any errors or not. 
- P for Process Chain will indicate whether it worked ok or not if there is a process chain and load is successful or not.

If you have any subsequent steps like ods activation in the PC for that load, you will get the status of that step also here.

专注于企业信息化,最近对股票数据分析较为感兴趣,可免费分享股票个股主力资金实时变化趋势分析工具,股票交流QQ群:457394862
分类:  SAP BI

本文转自沧海-重庆博客园博客,原文链接:http://www.cnblogs.com/omygod/archive/2011/12/16/2290184.html,如需转载请自行联系原作者
目录
相关文章
|
3月前
|
前端开发 开发者 UED
|
3月前
|
存储 Java 数据库
事务的四大特性及其实现原理:深入剖析与实战示例
【10月更文挑战第17天】在数据库管理和分布式系统设计中,事务(Transaction)扮演着至关重要的角色。事务的四大特性——原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation)和持久性(Durability),通常简称为ACID特性。
102 1
|
6月前
|
存储 开发工具 Android开发
代码协同模式使用问题之创建特性分支,如何解决
代码协同模式使用问题之创建特性分支,如何解决
|
数据库
fastadmin框架如何开启事务
引言: 数据库事务是一种重要的概念,它确保了一组数据库操作要么全部成功,要么全部失败,以保持数据的一致性。FastAdmin框架提供了方便的方式来处理数据库事务,本文将向你展示如何使用它来开启、提交和回滚事务。
128 1
|
Oracle 关系型数据库 MySQL
23JavaWeb基础 - 事务的特性
23JavaWeb基础 - 事务的特性
66 0
|
自然语言处理 数据管理
数据标准和数据规范到底有什么区别???
数据标准和数据规范到底有什么区别???
|
缓存
标准 I/O 的核心操作
标准 I/O 的核心操作
92 0
前端团队规范探索:自动格式化、代码校验、提交规范
以往在使用eslint对代码进行规范的时候,经常遇到校验与自动化格式化规则不同的问题,比如eslint中规定末尾必须使用分号,那么你开发工具中代码美化插件也需要配置相应的格式化规则,这是比较麻烦的,所以standard规范太霸道了,大家开发基本都不会去用。
|
运维 JavaScript 开发工具
通过工具来规范代码提交与发布日志
使用https://github.com/conventional-changelog/standard-version和vscode插件”Conventional Commits”工具规范开发人员提交git日志
434 0
通过工具来规范代码提交与发布日志
|
安全 编译器 程序员
【C++】C++补充知识&C++11及其特性
【C++】C++补充知识&C++11及其特性
【C++】C++补充知识&C++11及其特性