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单元格颜色的问题. 以前了解过一点,回答的不是很好,后来百度了一下,大概了解了一些,今天工作 ...
随机推荐
- 文本信息“welcome to java programming!”
import javax.swing.JOptionPanepublic class welcome {public static void main(string[] arg){JOptionPan ...
- hdu 4614 Vases and Flowers
http://acm.hdu.edu.cn/showproblem.php?pid=4614 直接线段树维护 代码: #include<iostream> #include<cstd ...
- c# datagridview按条件搜索查询过滤
DataView的RowFilter 实现过滤 根据文本框文字对datagridview的数据进行模糊查询, 其实也就是一个过滤 string qymc = textBox1.Text.ToStrin ...
- java枚举类
enum关键字用于定义枚举类,若枚举只有一个成员, 则可以作为一种单例模式的实现方式. 枚举类对象的属性不应允许被改动, 所以应该使用 private final 修饰. 枚举类的使用 priva ...
- 蓝桥杯 ALGO-4 结点选择 (树形动态规划)
问题描述 有一棵 n 个节点的树,树上每个节点都有一个正整数权值.如果一个点被选择了,那么在树上和它相邻的点都不能被选择.求选出的点的权值和最大是多少? 输入格式 第一行包含一个整数 n . 接下来的 ...
- 在T-SQL中访问远程数据库(openrowset、opendatasource、openquery)
1. 启用Ad Hoc Distributed Queries 在使用openrowset/opendatasource前要先启用Ad Hoc Distributed Queries服务,因为这个服 ...
- SharePoint 2013 Nintex Workflow 工作流帮助(十一)
博客地址 http://blog.csdn.net/foxdave 工作流动作 27. Create item in another site(Libraries and lists分组) 该操作用于 ...
- HTML--11marquee标签
页面的自动滚动效果,可由javascript来实现, 但是有一个html标签 - <marquee></marquee>可以实现多种滚动效果,无需js控制. 使用marquee ...
- XCode之entitlement
entitlement是codesign的一个输入,参见:codesign. entitlement的意思是权力,也就是表明应用所具有的权利,可以访问什么,不能访问什么等.这些信息会在codesign ...
- App右上角数字
IOS7: UIApplication *app = [UIApplication sharedApplication]; // 应用程序右上角数字 app.applicationIconBadgeN ...