ABAP DEMO-2018
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-2018的更多相关文章
- ABAP DEMO
sap Program DEMO 介绍 Program Description BALVBT01 Example SAP program for displying multiple ALV repo ...
- 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 ...
- php导出超大csv导出方法,读取超大文件或者接受超大数组,防止内存溢出
基本思路就是,知道总数之后分割成2万一个数组进行查询,最后独立写入csv,避免数据过大导致溢出 速度还不错,在php7下,机器I5 8G内存,128G,SSD,52W多条,大概也就30秒,出来整个文件 ...
- tcpdf开发文档(中文翻译版)
2017年5月3日15:06:15 这个是英文翻译版,我看过作者的文档其实不太友善或者不方便阅读,不如wiki方便 后面补充一些,结构性文档翻译 这是一部官方网站文档,剩余大部分都是开发的时候和网络总 ...
随机推荐
- js对象定义的最常用的三种方法
定义对象:属性和方法的结合体(变量和函数的结合体) 1.(***)var obj = {} 2.var obj = new Object(); 3.使用function定义对象 具体例子分别为: // ...
- tomcat7.0.55配置单向和双向HTTPS连接
HTTPS配置中分为单向连接和双向连接,单向连接只需要服务器安装证书,客户端不需要,双向连接需要服务器和客户端都安装证书 下面的配置都没有用CA签名来配置,都不能用于生产环境,实际配置中是需要CA的, ...
- 思科CCIE全新升级,SDN/SD-WAN成重头戏!
CCIE,全称Cisco Certified Internetwork Expert,是美国Cisco公司于1993年开始推出的专家级认证考试.被全球公认为IT业最权威的认证,是全球Internetw ...
- webstrom配置一键修复ESLint的报错
因为项目本身有用eslint,而我这边没用,我这边提交上去别人update后就会提示很多eslint的格式错误提示,所以就在该项目里使用了eslint. 发现一般有两种安装方式,我使用的是webstr ...
- va_list 简介
原文:http://blog.sina.com.cn/s/blog_590be5290100qhxr.html va_list是一个宏,由va_start和va_end界定. typedef char ...
- Xamarin.Forms单元控件Cell
Xamarin.Forms单元控件Cell 单元控件Cell是Xamarin.Forms为ListView和TableView专门定制的一类项目元素.它包括5个控件,分别为文本框单元EntryCe ...
- 朱子奇- 精算师,Tailorwoods创始人 | 到「在行」来约见我
朱子奇- 精算师,Tailorwoods创始人 | 到「在行」来约见我 Tailorwoods
- springboot多环境配置
springboot多环境(dev.test.prod)配置 2017-07-17 10:33 1290人阅读 评论(0) 收藏 举报 分类: spring boot(6) 版权声明:本文为博主原 ...
- [NSURL URLWithString:] 返回nil
具体问题原因是url中输入的有中文,那么这个就看作非法的字符无法识别.这种的必须使用post方式来发送消息.具体为: tmp = mainurl; [parameters app ...
- WebLogic 11g重置用户密码
weblogic安装后,很久不用,忘记访问控制台的用户名或者密码,可通过以下步骤来重置用户名密码. 版本:WebLogic Server 11g 说明:%DOMAIN_HOME%:指WebLogic ...