根据选定的单、多行会计凭证进行审批,双击单个会计凭证跳转会计订单明细。将审批的凭证记录在一张自定义表中 *& * *& Report ZFI_SP *& *& * *&参考FB03.ZFIT04 *& *& * REPORT zfi_sp. TYPE-POOLS:slis,icon. TABLES: ...
分类:
其他好文 时间:
2020-09-18 01:05:01
阅读次数:
32
参考:https://stackoverflow.com/questions/6926551/android-usage-of-the-flinger-term I asked the same question on the Android platform mailing list and go ...
分类:
移动开发 时间:
2020-09-17 23:11:41
阅读次数:
54
code as bellow *& * *& Include COLUMN_TREE_CONTROL_DEMOTOP * *& * *& * REPORT SAPCOLUMN_TREE_CONTROL_DEMO MESSAGE-ID TREE_CONTROL_MSG. CLASS LCL_APPLI ...
分类:
其他好文 时间:
2020-09-17 21:32:33
阅读次数:
33
/** * Comment:获取当前php占用的内存大小 */public static function showMemory($precision = 2) { $bytes = memory_get_peak_usage(); $units = array("b", "kb", "mb", " ...
分类:
其他好文 时间:
2020-09-17 20:25:32
阅读次数:
38
Usage Usage: python sqlmap.py [options] Options: -h, --help Show basic help message and exit -hh Show advanced help message and exit --version Show pr ...
分类:
数据库 时间:
2020-09-17 19:59:29
阅读次数:
36
MAC下运行的telnet客户端,需要安装python3的环境。`#!/usr/local/bin/python3importsocketimportsysimportreifname==‘main‘:iflen(sys.argv)!=3:print("Usage:telnet[remote_ip|FQDN][remote_port]")exit()ifre.m
分类:
Web程序 时间:
2020-09-17 17:55:11
阅读次数:
38
###1. 简介 Linux服务器普通的文件上传下载一般用 sz rz 就可以满足要求了,但是遇到大文件(超过4G)时就不好使了。 这是就可以通过将大文件分割为小文件传输,之后再进行文件合并即可。 ###2. split usage: split <option> <input> <prefix> ...
分类:
系统相关 时间:
2020-09-16 12:46:14
阅读次数:
74
环境说明: 某客户有一套环境,源端数据库的版本为:12.1.0.2(Non-CDB),目标端为:12.2.0.1(CDB), 在每个月的月初,会在目标端主机上会执行一个脚本(该脚本的内容其实就是impdp + network_link)将源端数据库中的一部分表导入到目标数据库中。 该脚本一直运行良好 ...
分类:
Web程序 时间:
2020-09-16 12:06:57
阅读次数:
54
*& **& Report zabc*& 循环+栈*& **&*&*& *REPORT zabc.TYPES BEGIN OF ty_num.TYPES num TYPE i.TYPES END OF ty_num.DATA gt_num TYPE TABLE OF ty_num.DATA gt_s ...
分类:
其他好文 时间:
2020-09-03 16:40:30
阅读次数:
43
In SAP note 1230076 “Generation of ABAP loads: Tips for the analysis”, a tool report RSDEPEND is introduced. It is explained in the note “An ABAP prog ...
分类:
其他好文 时间:
2020-09-02 16:48:52
阅读次数:
41