摘要:
************************************************************************************* 阅读全文
摘要:
GoldenGate 是一家创建于1995年的美国公司,开发总部设在旧金山,在北美,欧洲和亚洲(包括新加坡、印度、澳大利亚)设有支持中心。 公司名称 GoldenGate 总部地点 旧金山 成立时间 1995年 经营范围 专注于数据同步领域 公司性质 外商独资 被收购 2009年被甲骨文Oracle 阅读全文
摘要:
REPORT ZRICO_SPEAK. include ole2incl. data:ole type ole2_object, voice type ole2_object. parameters:p_text type string. start-of-selection. create object voice 'SAPI.SpVoice'. call ... 阅读全文
摘要:
阅读全文
摘要:
进入一个ALV表格,想下载数据,一般点清单-->输出-->电子数据表。 会出来一个对话框,可选择导出成各类格式。 在下端有一个“始终使用选定的格式”,一旦勾上,就再也不会弹出选择框了。 以下是恢复原有导出方式的方法: - Call transaction SE38, enter program SA 阅读全文
摘要:
警告:此程序仅供研究,请谨慎操作,切勿对系统标准数据表及功能函数进行测试(可能无法修复)。 程序:EWUCINS 阅读全文
摘要:
1.获取屏幕参数值 FUN: RS_SCRP_GET_SCREEN_INFOS 2.屏幕生成过程 3.程序附件 ZEXP_SCREEN_TEST *& * *& Report ZEXP_SCREEN_TEST *& *& * *& *& *& * report zexp_screen_test. t 阅读全文
摘要:
1.定义 data:zprog like abapsource occurs 0 with header line, prog(20) type c, msg(255) type c. 2.动态语句 zprog-line = 'PROGRAM ZRICOO.'. append zprog. zpro 阅读全文
摘要:
转载:http://blog.sina.com.cn/s/blog_498610450101kbxl.html tables: csks. start-of-selection. select * up to 10 rows from csks where kokrs <> space and ko 阅读全文
摘要:
转载:http://www.cnblogs.com/jiangzhengjun/p/4293407.html 动态编程 动态的基本语法 多种不同的动态编程 动态字段 动态类型 指定结构、内表组件字段的动态 Open SQL语句中的动态 动态访问程序 创建与运行临时Subroutines RTTS(R 阅读全文
摘要:
1.参数定义 2.结构生成 3.赋值 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
at selection-screen on value-request for pc_file. call function 'WS_FILENAME_GET' exporting def_filename = '*.TXT' def_path = 'D:\' mode = 'O' title =... 阅读全文
摘要:
FUNCTION ZSDI0009_DO_INFOMESSAGE. *"---------------------------------------------------------------------- *"*"Local interface: *" IMPORTING *" VALUE(I_MESSAGE) TYPE SM04DIC-POPUPMSG *" TABLES... 阅读全文
摘要:
"& 金额小转大,亿万元问题修复 form frm_19_money_upper using fv_iv_money fv_ev_money. if fv_iv_money = 0. fv_ev_money = '零'. exit. endif. data:money_str(33). money_ 阅读全文
摘要:
OO ALV: https://www.cnblogs.com/jiangzhengjun/p/4291373.html https://www.cnblogs.com/jiangzhengjun/p/4291387.html FUNCTION ALV: https://www.cnblogs.co 阅读全文
该文被密码保护。 阅读全文