ABAP DEMO
|
Program |
Description |
|
BALVBT01 |
Example SAP program for displying multiple ALV reports on one page |
|
BCALV_GRID_DEMO |
ALV Dialog grid demo (4.6) |
|
SHOW_COLO |
Displays all colours available |
|
SHOW_ICON |
Displays all icon available |
|
RGUGBR00 |
Substitution/Validation and rules utility |
|
RKCTSEAR |
Search source code of various programs for up to two strings. Also see RPR_ABAP_SOURCE_SCAN or use search in source functionality via SE80 |
|
RPCIFU01 |
Display File |
|
RPCIFU03 |
Download Unix File to PC |
|
RPCIFU04 |
Upload PC File to Unix File |
|
RPR_ABAP_SOURCE_SCAN |
Search ABAP code for a string. Much more flexible than RSRSCAN1 or RKCTSEAR |
|
RSBDCBTC |
Submit a BDC job with an internal batch number and wait for the end of the batch input session |
|
RSBDCDRU |
Prints the contents of a Batch Input session. No options for error transactions only |
|
RSBDCOS0 |
Execute OS Command (Logged in SYSLOG and Trace Files) |
|
RSBDCSUB |
Process batch input sessions automatically |
|
RSBTCDEL |
Delete batch jobs |
|
RSCONN01 |
SAPconnect: Start Email Send Process |
|
RSCSAUTH |
Maintain/Restore Authorization Groups |
|
RSINCL00 |
Extended ABAP Program Reference List |
|
RSMODRES |
Restore enhancement projects after upgarde |
|
RSORAREL |
Check Oracle Version |
|
RSPARAM |
Display all instance parameters |
|
RSPO0041 |
Delete Old Spool Requests |
|
RSSNAPDL |
Reorganization Program for Table SNAP of Short Dumps |
|
RSTRANSP |
Transport Report Variants |
|
RSTXFCON |
SAPscript: Conversion of Page Format for Forms |
|
RSTXPDFT4 |
Convert spool request to PDF document |
|
RSTXPDFT5 |
GUI download of a spool request |
|
RSTXSCRP |
SAPscript Export to Dataset / SAPscript Import from Dataset (Upload and download SAPScript layout sets) |
|
RSTXTRAN |
Transfer of SAPscript Texts(standard texts) to a transport |
|
RSUSR003 |
Check the Passwords of Users SAP* and DDIC in All Clients |
|
RSUSR006 |
List of Users with Incorrect Logons |
|
RSVARFIT |
Adjust Variants to Modified Selections |
|
RSVTPROT |
Evaluation of change logs |
|
RSWBO052 |
Change Object Directory Entries |
|
RSWBO060 |
Include Objects in a Transport Request |
|
SAPMSUU0 |
Program for user maintenance(SU01), Maybe useful if you do not have access to the actual SU01 transaction code. |
ABAP DEMO的更多相关文章
- ABAP DEMO 年月的搜索帮助
效果图: *&---------------------------------------------------------------------* *& Report YCX_ ...
- ABAP DEMO so批量导入
*&---------------------------------------------------------------------* *& Report YDEMO_015 ...
- ABAP DEMO ole示例程序
*&---------------------------------------------------------------------* *& Report YCX_021 * ...
- ABAP DEMO ALV-监听数据修改
*&---------------------------------------------------------------------* *& Report YDEMO_006 ...
- ABAP DEMO ALVtree显示BOM层级
展示效果: *&---------------------------------------------------------------------* *& Report YCX ...
- ABAP DEMO 下拉框
效果展示: *&---------------------------------------------------------------------* *& Report YCX ...
- ABAP DEMO篇21 选择屏幕显示说明TEXT
实现方式1: *&---------------------------------------------------------------------**& Report YCX ...
- SAP翔子_ABAP_DEMO篇索引
序号 描述 SAP翔子_ABAP_DEMO篇1 ABAP DEMO篇1 单层反查BOM SAP翔子_ABAP_DEMO篇2 ABAP DEMO篇2 删除工艺路线 SAP翔子_ABAP_DEMO篇3 A ...
- ABAP ALV DEMO示例源码
关于ALV表格颜色,感觉这种需求在项目中用到的时候不是很多,但是前一段时间面试的时候,面试官问了我关于ALV单元格颜色的问题. 以前了解过一点,回答的不是很好,后来百度了一下,大概了解了一些,今天工作 ...
随机推荐
- BestCoder——59
http://bestcoder.hdu.edu.cn/contests/contest_show.php?cid=640 第一题:给一堆书的序列 每次操作只能将书从中间移到最上面 求最少移动多少次 ...
- Operating System Concepts with java 项目: Shell Unix 和历史特点
线程间通信,fork(),waitpid(),signal,捕捉信号,用c执行shell命令,共享内存,mmap 实验要求: 1.简单shell: 通过c实现基本的命令行shell操作,实现两个函数, ...
- POJ 3274 Gold Balanced Lineup 哈希,查重 难度:3
Farmer John's N cows (1 ≤ N ≤ 100,000) share many similarities. In fact, FJ has been able to narrow ...
- php 获取当前url,可以规避框架url重写后还有index.php的情况
function get_url(){ $pageURL = 'http'; if ($_SERVER["HTTPS"] == "on") { $pageURL ...
- lucene4.7学习总结
花了一段时间学习lucene今天有时间把所学的写下来,网上有很多文章但大部分都是2.X和3.X版本的(当前最新版本4.9),希望这篇文章对自己和初学者有所帮助. 学习目录 (1)什么是lucene ( ...
- CSU 1021 B(Contest #3)
Description 从m个不同元素中取出n (n ≤ m)个元素的所有组合的个数,叫做从m个不同元素中取出n个元素的组合数.组合数的计算公式如下: C(m, n) = m!/((m - n)!n! ...
- <select>标签使用方法
前台页面: <form id="form1" runat="server"> <select runat="server" ...
- HTML--2图片热点,网页划区,拼接
图片热点: 规划出图片上的一个区域,可以做出超链接,直接点击图片区域就可以完成跳转的效果. 示例: 网页划区: 在一个网页里,规划出一个区域用来展示另一个网页的内容. 示例: 网页的拼接: 在一个网络 ...
- jsCodeWar 多函数嵌套调用
function compose(f, g) { return function() { return f(g.apply(this, arguments)); }; } --- function c ...
- python3爬虫再探之豆瓣影评数据抓取
一个关于豆瓣影评的爬虫,涉及:模拟登陆,翻页抓取.直接上代码: import re import time import requests import xlsxwriter from bs4 imp ...