zoukankan      html  css  js  c++  java
  • 一些有用的ABAP程序和函数组

    BW 设置

    名称 类型 描述
    SAP_RSADMIN_MAINTAIN ABAP 维护RSADMIN 表的BW的设置

    安全

    名称 类型 描述
    RSUSR000 ABAP List who is currently logged in. Equivalent to transaction AL08
    RSUSR003 ABAP List important security parameters (mostly the ones that start login/*, and the snc/* ones), and show the standard users (sap*, ddic, earlywatch and sapcpic) in each client, and whether they have their default (insecure) passwords.

    事务管理

    Generally these programs are scheduled to run regularly on all SAP systems. These is detailed in OSS note [16083].

    名称 类型 描述
    RSPO1041 ABAP Deletes old spool requests.
    RSPO1043 ABAP Reorganises spool database.
    RSCOLL00 ABAP Collects and reorganises statistics records from application server, OS and database
    RSSNAPDL ABAP Deletes old ABAP short dumps
    RSBDCREO ABAP Reorganises batch input sessions
    RSBTCDEL ABAP Delete old background job logs

    系统管理

    名称 类型 描述
    RSPFPAR ABAP Displays profile parameters and their current values (as set in RZ10 and RZ11)

    IDOC处理

    名称 类型 描述
    RDBAPP01 ABAP Reprocess failed or delayed IDOCs. Often IDOCs are not processed due to a blockage on the receiving system. This report can be scheduled to run on a regular basis to pickup any IDOCs that are not yet processed, and process them

    性能调整

    名称 类型 描述
    RSMEMORY ABAP Displays and changes SAP memory settings dynamically. Even some that cannot be changed in RZ11. See OSS Note [177226]
     

  • 相关阅读:
    shell脚本查找tcp过多ip地址封掉
    tomcat日志传参乱码问题
    nginx部署vue跨域proxy方式
    nginx部署VUE跨域访问api
    springboot2.1.3 + redisTemplate + Lock 操作 redis 3.0.5
    java8 lamb表达式对List排序
    Mysql5.7降级到5.6遇到的坑
    mac中git使用
    mac中git flow使用
    mac安装openjdk8-maven-mysql-git-docker
  • 原文地址:https://www.cnblogs.com/xiaomaohai/p/6157561.html
Copyright © 2011-2022 走看看