ABAP-MD5加密方式
摘要:1 method request_signature_json. 2 data: lv_json_md5 type string. 3 data: lv_param type string, 4 lv_param_out type xstring, 5 lv_json_sha type string
阅读全文
posted @
2022-01-17 11:12
ricoo
阅读(2166)
推荐(1)
ABAP-错误 C+704
摘要:Please find the original document at https://launchpad.support.sap.com/#/notes/ 2712068SymptomYou try to use the solution described in note 2119237 to
阅读全文
posted @
2022-01-06 17:26
ricoo
阅读(247)
推荐(0)
ABAP-源码下载
摘要:Program REPTRAN is available in ECC 6.0. Tcode:SAST
阅读全文
posted @
2022-01-05 11:36
ricoo
阅读(292)
推荐(0)
ABAP-Basis基本操作
摘要:SM12 锁定对象用户总是会时不时的因为某种原因(如断线,程序出错等等)而锁定一个对象。所有被锁定的老的对象均要被分析,更正。出错分析ST22出错分析当一个报表或事务因为严重的错误而停止工作时,ABAP/4开发工作台就会发出一个“突然出错”(short dump)。系统在系统日志中记录错误信息,并在
阅读全文
posted @
2022-01-04 17:56
ricoo
阅读(336)
推荐(0)
ABAP-系统监控
摘要:转载: https://www.cnblogs.com/lrzy/p/15206024.html SAP 用户监控管理 在线用户SM04:工具 -> 管理 -> 监控器 -> 系统监控 -> 用户概览 其它常用监控TCODE: [转]监控常用TCODE-qdbarry-ChinaUnix博客 1 系
阅读全文
posted @
2021-12-16 15:31
ricoo
阅读(867)
推荐(0)
ABAP-调用堆栈
摘要:1 data: 2 lt_callstack type abap_callstack, 3 lt_e_callstack type sys_callst. 4 5 call function 'SYSTEM_CALLSTACK' 6 exporting 7 max_level = 30 8 impo
阅读全文
posted @
2021-12-07 11:09
ricoo
阅读(456)
推荐(0)
ABAP-DBCO测试
摘要:standard program: ADBC_TEST_CONNECTION
阅读全文
posted @
2021-12-03 14:16
ricoo
阅读(321)
推荐(0)
ABAP-多个应用服务器的并发处理
摘要:"指定应用服务器 DATA(current_app_server) = cl_abap_syst=>get_instance_name( ). CALL FUNCTION '...' STARTING NEW TASK ... DESTINATION current_app_server ... "
阅读全文
posted @
2021-11-16 15:31
ricoo
阅读(362)
推荐(0)
ABAP-自定义表配置体系
摘要:转载:SAP小技巧 打造全新的配置体系(二 实现方式) (qq.com) SIMGH与SE16N结合,打造成一个全新的配置体系。 定制对象 一般输入表或者维护视图 输入表时 后续类型选择 T 或 S 输入维护视图 后续类型选择 V 类型 C 视图簇 L 逻辑传输对象 S 表 (带文本表格): 类型设
阅读全文
posted @
2021-11-16 10:26
ricoo
阅读(437)
推荐(0)
ABAP-调试Background task
摘要:https://answers.sap.com/questions/211129/how-to-debug-a-function-module-called-in-backgroun.html 1.方法1 Turn on the "tRFC (In Background Task): Block S
阅读全文
posted @
2021-11-05 17:34
ricoo
阅读(1117)
推荐(0)
ABAP-锁机制
摘要:转载:https://www.cnblogs.com/sap-ronny/articles/8464718.html SAP 锁机制、sap锁机制简单理解sm12 SAP锁机制 一、SAP为什么要设置锁:1,保持数据的一致性如果几个用户要访问同样的资源,需要找到一种同步访问的方法去保持数据的一致性。
阅读全文
posted @
2021-10-29 18:05
ricoo
阅读(1460)
推荐(0)
ABAP-DB/SAP LUW
摘要:转载:https://blog.csdn.net/champaignwolf/article/details/78188884 SAP/DB LUW 1.DB LUW DB LUW(Logic Unit Work)是确保数据库更新一致性的机制,是数据库级别的,和底层DBMS有关,和SAP系统无关。如
阅读全文
posted @
2021-10-29 16:26
ricoo
阅读(1352)
推荐(0)
ABAP-DB LUW显式与隐式提交
摘要:转载:https://www.cnblogs.com/liaojunbo/archive/2011/07/11/2103491.html https://blog.csdn.net/lalaoye/article/details/95622149 https://blog.csdn.net/lxxi
阅读全文
posted @
2021-10-29 15:59
ricoo
阅读(1366)
推荐(0)
ABAP-数据归档
摘要:https://blogs.sap.com/2020/06/29/sap-archiving-step-by-step-guide-for-beginners/ https://blogs.sap.com/2016/09/28/step-by-step-archiving-of-material-d
阅读全文
posted @
2021-10-19 14:55
ricoo
阅读(2761)
推荐(0)
ABAP-CL_GUI_ALV_TREE 选择框
摘要:https://answers.sap.com/questions/2237965/catch-checkbox-in-heirachycal-alv.html 1 METHOD handle_checkbox_change . 2 * define local data 3 DATA: 4 lw_
阅读全文
posted @
2021-10-06 17:23
ricoo
阅读(900)
推荐(0)
ABAP-查找MEMORY ID位置
摘要:1.with debug, add a break point on statements EXPORT TO MEMORY (and IMPORT FROM MEMORY eventually) In the new Debugger, change one of the tools you're
阅读全文
posted @
2021-09-29 15:54
ricoo
阅读(1989)
推荐(0)
ABAP-Spotlight on ABAP for SAP HANA – Again
摘要:https://blogs.sap.com/2017/12/21/spotlight-on-abap-for-sap-hana-again/ The move from the classical SAP Business Suite to the Digital Core, i.e. SAP S/
阅读全文
posted @
2021-09-26 14:07
ricoo
阅读(129)
推荐(0)
ABAP-ABAP Development
摘要:https://community.sap.com/topics/abap Expert Content ABAP Platform Get StartedABAP Platform StrategyABAP Platform 2020ABAP Channel on YouTubeABAP at S
阅读全文
posted @
2021-09-26 14:00
ricoo
阅读(133)
推荐(0)
ABAP-Performance Guidelines for ABAP Development on the SAP HANA Database
摘要:https://blogs.sap.com/2013/03/24/performance-guidelines-for-abap-development-on-the-sap-hana-database/ If you are an experienced ABAP Developer, then
阅读全文
posted @
2021-09-26 13:59
ricoo
阅读(115)
推荐(0)