摘要:
https://wenku.baidu.com/view/c241d128f80f76c66137ee06eff9aef8951e483e.html
阅读全文
posted @ 2021-09-16 11:26
ricoo
阅读(106)
推荐(0)
摘要:
https://blogs.sap.com/2019/08/26/aes-encryption-in-abap/ https://github.com/Sumu-Ning/AES https://blog.csdn.net/u012232542/article/details/103184183 介
阅读全文
posted @ 2021-09-07 18:22
ricoo
阅读(2189)
推荐(1)
摘要:
answers.sap.com/questions/12294558/hmac-sha256-result-sap-vs-java.html you can calculate HMAC-256. I did it for key = "ABC" and data = "ABC". The resu
阅读全文
posted @ 2021-09-07 15:53
ricoo
阅读(820)
推荐(0)
摘要:
1.RSA Encryption https://blogs.sap.com/2021/04/13/rsa-encryption-in-abap/ 2.Connect from AS ABAP to Google Cloud Platform App-Engine resource secured
阅读全文
posted @ 2021-09-02 17:47
ricoo
阅读(794)
推荐(0)
摘要:
1.Tcode:FINS_MIG_REGENERATE 重新生成核心数据服务视图 You can access activation logs via program RADPROTA.The corresponding logs begin with DDSETREDIRECT. Enter lo
阅读全文
posted @ 2021-08-31 10:03
ricoo
阅读(136)
推荐(0)
摘要:
https://blog.csdn.net/yannickdann/article/details/115396033 S/4 HANA 财务 1503 - FI-AA 错误,执行FINS_MIG_REGENERATE |SAP 社区 SAP会计凭证Coding Block增加自定义字段 | Gav
阅读全文
posted @ 2021-08-11 13:19
ricoo
阅读(2521)
推荐(0)
摘要:
1 CALL FUNCTION 'PRELIMINARY_POSTING_DOC_READ' 2 3 EXPORTING 4 5 belnr = rec_vbkpf-belnr 6 7 bukrs = rec_vbkpf-bukrs 8 9 gjahr = rec_vbkpf-gjahr 10 11
阅读全文
posted @ 2021-08-06 17:07
ricoo
阅读(712)
推荐(0)
摘要:
WebService创建过程 https://zhuanlan.zhihu.com/p/111085585
阅读全文
posted @ 2021-07-22 14:36
ricoo
阅读(70)
推荐(0)
摘要:
PGP加解密--转载: Protecting Code Integrity with PGP — Part 1: Basic Concepts and Tools https://www.linux.com/news/protecting-code-integrity-pgp-part-1-basi
阅读全文
posted @ 2021-07-13 10:51
ricoo
阅读(73)
推荐(0)
摘要:
QRFC-队列RFC 1.并发场景问题 在并发处理或是后台JOB运行过程中经常出现‘物料被锁定’等相关的报错,为防止多进程之间锁机制的冲突,可使用QRFC方式进行处理。 QRFC在相同的队列名称下,将并发执行转换为串行执行的过程。QRFC分为出站与入站,本文只介绍入站处理过程。 QRFC: ● qR
阅读全文
posted @ 2021-07-06 18:04
ricoo
阅读(1432)
推荐(0)