上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 79 下一页
摘要: *& * *& Report ZBDC1 *& *& * *& *& *& * REPORT ZBDC1. TYPE-POOLS:SLIS. TYPES:BEGIN OF GTY_MATERIAL, MATNR(18) TYPE C,"物料编号 MAKTX(40) TYPE C,"物料描述 BISM 阅读全文
posted @ 2023-04-14 22:10 往事只能回味--- 阅读(36) 评论(0) 推荐(0)
摘要: *& * *& Report Z002 *& *& * *& *& *& * REPORT Z002. DATA LV_HEADER TYPE BAPIACHE08. "凭证抬头 DATA LT_ITEM TYPE TABLE OF BAPIACGL08."凭证行项目-科目 DATA LT_CURR 阅读全文
posted @ 2023-04-14 20:06 往事只能回味--- 阅读(119) 评论(0) 推荐(0)
摘要: package com.swift.utils; import java.math.BigDecimal; public class NumberToW { public static StringBuffer formatNum(String num, Boolean b) { StringBuf 阅读全文
posted @ 2023-04-14 11:01 往事只能回味--- 阅读(165) 评论(0) 推荐(0)
摘要: package com.swift.utils; public class CNY { final static private String NUMBER[] = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }; final static 阅读全文
posted @ 2023-04-14 11:01 往事只能回味--- 阅读(82) 评论(0) 推荐(0)
摘要: 解决方案:https://answers.sap.com/questions/908216/transaction-bapi-shows-incomplete-list-of-availabl.html We have a new install of CRM. When transaction B 阅读全文
posted @ 2023-04-13 18:47 往事只能回味--- 阅读(38) 评论(0) 推荐(0)
摘要: *& * *& Report Z01 *& *& * *& *& *& * REPORT z01. DATA lv_header TYPE bapimereqheader. DATA lv_headerx TYPE bapimereqheaderx. lv_header-pr_type = 'NB' 阅读全文
posted @ 2023-04-12 21:50 往事只能回味--- 阅读(30) 评论(0) 推荐(0)
摘要: chencarl 一个后知后觉的独行者 博客园 首页 新随笔 联系 订阅 管理 Windows 10正式版官方原版镜像!(备忘) 本文搜集整理微软官方发布的Windows 10正式版镜像下载链接,从RTM原始正式版开始,按照时间倒序排列,即越往上的越新。 注意:以下资源均来自于微软官方原版,ed2k 阅读全文
posted @ 2023-04-05 19:47 往事只能回味--- 阅读(2404) 评论(0) 推荐(0)
摘要: *& * *& Report ZPARMETERS5 *& *& * *& *& *& * REPORT zparmeters5. TABLES ZTCUSTOMER9. SELECTION-SCREEN BEGIN OF BLOCK f0 WITH FRAME TITLE text-000. PA 阅读全文
posted @ 2023-03-30 13:01 往事只能回味--- 阅读(171) 评论(0) 推荐(0)
摘要: *& * *& Report ZPARMETERS4 *& *& * *& *& *& * REPORT zparmeters4. TYPE-POOLS:slis. TABLES ztcustomer9. SELECTION-SCREEN BEGIN OF BLOCK f1 WITH FRAME T 阅读全文
posted @ 2023-03-30 12:38 往事只能回味--- 阅读(45) 评论(0) 推荐(0)
摘要: *& * *& Report ZMMBE1 *& *& * *& *& *& * REPORT zmmbe1. TABLES t001w. TABLES t001l. TABLES lfa1. TABLES rmmmb. SELECTION-SCREEN BEGIN OF BLOCK one WIT 阅读全文
posted @ 2023-03-29 21:38 往事只能回味--- 阅读(63) 评论(0) 推荐(0)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 79 下一页