摘要: *& * *& 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)