总帐会计: (比较简单全部测试通过,关帐时使用) Line item of document for ledger with summary table GL F: BAPI_GLX_GETDOCITEMS Closing balance of G/L account for chosen year F: BAPI_GL_GETGLACCBALANCE Closing balance of G/L account for current year F: BAPI_GL_GETGLACCCURR
1.获取月末最后一天日期 DATA LAST_DATE TYPE SY-DATUM. CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING day_in = sy-datum IMPORTING last_day_of_month = last_date EXCEPTIONS day_in_no_date = OTHERS = . 2.提取字符串中的数字 ) TYPE c. DATA tax_rate TYPE I. tax_rate_char = ' 16%
全BADI一览 List of BAPI's BAPI WG Component Function module name Description Description Obj. Type Object name Method name Release Message type 1 RW TR BAPI_SECURITYPRICE_GETDETAIL Security price Import a single security price BUS1099 SecurityP