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单元格颜色的问题. 以前了解过一点,回答的不是很好,后来百度了一下,大概了解了一些,今天工作 ...
随机推荐
- 浅析Oracle范式的概念(转载)
范式:英文名称是 Normal Form,它是英国人 E.F.Codd(关系数据库的老祖宗)在上个世纪70年代提出关系数据库模型后总结出来的,范式是关系数据库理论的基础,也是我们在设计数据库结构过程中 ...
- NOIP2010解题报告
今天状态不错..1个小时AC了前3题,第四题第一次也拿到了80%的分数,后来换了算法才拿到全部分数.. 第一题: 小晨的电脑上安装了一个机器翻译软件,他经常用这个软件来翻译英语文章. 这个翻译软件的原 ...
- 第一个servlet小例子
1.sendForward.jsp <%@ page language="java" contentType="text/html; charset=UTF-8&q ...
- [开发笔记]-使用jquery获取url及url参数的方法
使用jquery获取url以及使用jquery获取url参数是我们经常要用到的操作 1.jquery获取url很简单,代码如下: window.location.href; 其实只是用到了javasc ...
- 微软TechEd2013大会将在北京、上海召开!
微软TechEd2013大会将在北京.上海召开 大家期盼已久的微软TechEd2013大会终于到来了! 我公司依旧是微软公司指定票商 ,继续为您提供最最优质的售前咨询.最最完善的售后服务! 微软Tec ...
- hdu2196 树的直径 + bfs
//Accepted 740 KB 15 ms //树的直径 //距离一个顶点最远的点一定是树的直径的一个端点 #include <cstdio> #include <cstring ...
- hdu1116 欧拉回路
//Accepted 248 KB 125 ms //欧拉回路 //以26个字母为定点,一个单词为从首字母到末尾字母的一条边 //下面就是有向图判断欧拉回路 //连通+节点入度和==出度和 或者 存在 ...
- (转)在网页中JS函数自动执行常用三种方法
原文:http://blog.sina.com.cn/s/blog_6f6b4c3c0100nxx8.html 在网页中JS函数自动执行常用三种方法 在网页中JS函数自动执行常用三种方法 在HTML中 ...
- Note_Master-Detail Application(iOS template)_04_ YJYMasterViewController.h
//YJYMasterViewController.h #import <UIKit/UIKit.h> @classYJYDetailViewController; #import < ...
- C++中的数组与指针
数组与指针看起来很像 int a[] = {1, 2 ,3}; int *p = a; 如此,我们可以p[0], p[1], p[2] 看起来,与直接使用数组名没什么两样,但是看这段代码 sizeof ...