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]
     

  • 相关阅读:
    洛谷 简单字符串 'P1055ISBN号码' 问题
    P1424
    洛谷训练P1008(循环+暴力)
    C语言中一些知识点
    二叉树的基本功能实现方法(C++)
    值传递,引用传递,指针传递
    istringstream、ostringstream、stringstream类介绍
    类模板的友元
    C++ 标准库和标准模板库(STL)
    常用数据类型对应字节数
  • 原文地址:https://www.cnblogs.com/xiaomaohai/p/6157561.html
Copyright © 2011-2022 走看看