`
zjut_xiongfeng
  • 浏览: 280200 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

查找EXIT_HELP

F# 
阅读更多

report zexit_help .
tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
tables : tstct.
data : jtab like tadir occurs 0 with header line.
data : field1(30).
data : v_devclass like tadir-devclass.
parameters : p_tcode like tstc-tcode obligatory.

select single * from tstc where tcode eq p_tcode.
if sy-subrc eq 0.
select single * from tadir where pgmid = 'R3TR'
and object = 'PROG'
and obj_name = tstc-pgmna.
move : tadir-devclass to v_devclass.
if sy-subrc ne 0.
select single * from trdir where name = tstc-pgmna.
if trdir-subc eq 'F'.
select single * from tfdir where pname = tstc-pgmna.
select single * from enlfdir where funcname =
tfdir-funcname.
select single * from tadir where pgmid = 'R3TR'
and object = 'FUGR'
and obj_name eq enlfdir-area.

move : tadir-devclass to v_devclass.
endif.
endif.
select * from tadir into table jtab
where pgmid = 'R3TR'
and object = 'SMOD'
and devclass = v_devclass.
select single * from tstct where sprsl eq sy-langu and
tcode eq p_tcode.
format color col_positive intensified off.
write:/(19) 'Transaction Code - ',
20(20) p_tcode,
45(50) tstct-ttext.
skip.
if not jtab[] is initial.
write:/(95) sy-uline.
format color col_heading intensified on.
write:/1 sy-vline,
2 'Exit Name',
21 sy-vline ,
22 'Description',
95 sy-vline.
write:/(95) sy-uline.
loop at jtab.
select single * from modsapt
where sprsl = sy-langu and
name = jtab-obj_name.
format color col_normal intensified off.
write:/1 sy-vline,
2 jtab-obj_name hotspot on,
21 sy-vline ,
22 modsapt-modtext,
95 sy-vline.
endloop.
write:/(95) sy-uline.
describe table jtab.
skip.
format color col_total intensified on.
write:/ 'No of Exits:' , sy-tfill.
else.
format color col_negative intensified on.
write:/(95) 'No User Exit exists'.
endif.
else.
format color col_negative intensified on.
write:/(95) 'Transaction Code Does Not Exist'.
endif.

at line-selection.
get cursor field field1.
check field1(4) eq 'JTAB'.
set parameter id 'MON' field sy-lisel+1(10).
call transaction 'SMOD' and skip first screen.

分享到:
评论

相关推荐

    Mysql命令帮助(使用help或者help contents)

    这将显示一系列MySQL命令及其简短描述,便于快速查找所需的功能。 ```sql mysql> help ``` 2. **命令列表**:通过`help`命令可以看到所有可用的MySQL命令。这里列举了一些常见的命令: - `help`:显示此帮助...

    DOS命令大全

    e: 进入e盘  dir(directory):目录 查看当前文件夹下的所有目录  cd(change directory):进入到哪里去  cd..... 查找具体某个命令的用法:help 命令 例如:help cd 。。。。。。。。。。。。等

    c++程序c++程序c++程序c++程序c++程序

    1. **帮助命令函数**:`command_help()`函数用于显示命令帮助信息,包括如何打开文件、显示文件内容、查找特定项以及退出程序等命令。 2. **文件类定义**: - **私有成员变量**:`char documents[50000]`,用于...

    s3recon:Amazon S3铲斗查找器和履带

    Amazon S3存储桶查找器和搜寻器。安装注意:s3recon需要python版本> = 3.6 $ pip install s3recon用法...filesoptional arguments: -h, --help show this help message and exit -o file, --output file write outp

    Python中常用的模块用法分析[借鉴].pdf

    3. `sys.exit(exit_code)`:用于退出程序,`exit_code`可以用来表示退出状态。 4. `sys.modules`:存储所有已导入模块的字典。 5. `sys.platform`:返回运行的操作系统环境。 6. `sys.path`:列出查找模块和包的路径...

    记事本课程设计报告java

    - **文本编辑**:提供基本的编辑功能,如全选、复制、剪切、粘贴、删除、查找和替换等。 - **帮助信息**:包括软件的简单介绍或者使用说明。 ### 2. 系统设计 #### 整体设计 整体设计阶段需要考虑的是系统的架构和...

    web-ctf-help:脚本集,以帮助基于Web的ctfs

    [--scripts] [--images] [--headers] [--cookies COOKIES] [--flags FLAGS] [-f] urlpositional arguments: url URL of the target websiteoptional arguments: -h, --help show this help message and exit -...

    mat2png.txt

    - **`glob`**:用于查找符合特定规则的文件路径名列表。 - **`PIL.Image`**:Python Imaging Library (PIL),用于图像处理。 - **`cv2`**:OpenCV 库,用于图像处理。 - **`utils`**:自定义模块,包含了将 `.mat` ...

    python教程之开发跨平台项目案例教程

    help_menu.add_command(label="About", command=do_something) menu_bar.add_cascade(label="Help", menu=help_menu) root.config(menu=menu_bar) root.mainloop() ``` #### 四、工具栏实现 工具栏通常是放置常用...

    python-memory-analyzer:在python进程中查找特定对象的工具

    d] [-v]Python memory analyzeroptional arguments: -h, --help show this help message and exit -p PID, --pid PID process ID (requires root privileges) -d, --debug run in debug mode -v, --version show ...

    顺序表类模板例程

    顺序表的类模板例程,1.插入 *"; cout* 2.按位查找 *"; cout* 3.按值查找 *"; cout* 4.删除 *"; cout* 5.输出顺序表 *"; cout* 6....cout* 7/help 输出此表 *";...cout* 8/exit.退出 *"; cout* 9.合并

    imgdup:视觉相似性图像查找器和清洁器

    usage: imgdup.py [-h] [-c CMP] [-s SENSITIVITY] [-i] [-d] [-u]Compare images base on perceptual similarity.optional arguments: -h, --help show this help message and exit -c CMP, --cm

    filecleaner:查找未使用文件的脚本

    文件清理器 查找未使用文件的脚本 usage: filecleaner.py [-h] [--root ROOT] [--... -h, --help show this help message and exit --root ROOT the root directory to scan --days N filter directories older than

    小型简单的记事本程序

    JButton exit=new JButton(new ImageIcon("pic/exit.gif")); myfr(String sss){ /////构造函数开始 super(sss); JMenuBar mb=new JMenuBar(); fname=null; //初始文件名为空 findenter=new JButton(...

    PC机与GSM短信模块串口通信

    Public Declare Function htmlHelp Lib "hhctrl.ocx" Alias "HtmlHelpA" (ByVal hwndCaller As Long, ByVal pszFile As String, ByVal uCommand As Long, ByVal dwData As Long) As Long Public Const HH_DISPLAY_...

    Vulny-Code-Static-Analysis:基于正则表达式的Python脚本,可使用静态分析来检测PHP源代码内部的漏洞-Source code audit

    用于将漏洞检测为PHP源代码的... -h, --help show this help message and exit --dir DIR Directory to analyse --plain No color in output # Example ╭─ :ghost: swissky@crashlab: ~ /Github/PHP_Code_Stati

    plsql语法帮助 hlp版本

    PL/SQL Help和sqlHelp可能是两个独立的辅助工具,它们可能包含了这些函数的详细描述、用法示例和可能的搜索功能,方便开发者快速查找和学习。 `Sqlhelp.GID`和`Sqlhelp.hlp`可能是SQL Help的索引文件和帮助文件,...

    reposcanner:Python脚本扫描Git存储库以查找有趣的字符串

    码头工人docker build -t reposcanner .docker run -it --rm reposcanner -hdocker run -it --rm reposcanner -r 用法./reposcanner -r 选项: optional arguments: -h, --help show this help message and exit -r ...

    doshelp中文解释

    退出DOS可以使用EXIT命令,或者直接关闭命令提示符窗口。 2. **目录与文件管理**: - `CD` (Change Directory):用于切换当前工作目录。 - `MD` (Make Directory):创建新的目录。 - `RD` (Remove Directory):...

Global site tag (gtag.js) - Google Analytics