FI BAPI 常用 收藏

2021-06-11 18:14:29 字數 3475 閱讀 3074

總帳會計: (比較簡單全部測試通過,關帳時使用)

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_getglacccurrentbalance

posting period balances for each g/laccount

f:bapi_gl_getglaccperiodbalances

應付帳款:  (比較簡單全部測試通過,按照公司**,**商**和起至時間來查詢)

讀取已清算科目行專案

f:bapi_ap_acc_getbalanceditems

讀取當前餘額

f:bapi_ap_acc_getcurrentbalance

讀取關鍵日期餘額

f:bapi_ap_acc_getkeydatebalance

讀取未清科目項

f:bapi_ap_acc_getopenitems

讀取科目餘額

f:bapi_ap_acc_getperiodbalances

讀取科目過帳

f:bapi_ap_acc_getstatement

應收款: (比較簡單,傳入值,沒有要求輸入內錶型別的;;按照公司**,**商**和起至時間來查詢)

確定主資料

f: bapi_cr_acc_getdetail

確定最高催款級別

f:bapi_cr_acc_gethighestdunningl

確定最舊的未清專案

f:bapi_cr_acc_getoldestopenitem

確定 oi 結構

f:bapi_cr_acc_getopenitemsstruct

確定貸方帳戶的信用狀態

f:bapi_credit_account_get_status

bapi: 取餘額專案: 客戶

f:bapi_ar_acc_getbalanceditems

bapi: 取實際餘額:客戶

f:bapi_ar_acc_getcurrentbalance

bapi: 取關鍵日期餘額: 客戶

f:bapi_ar_acc_getkeydatebalance

bapi: 取未清項: 客戶

f:bapi_ar_acc_getopenitems

bapi: 取餘額: 客戶

f:bapi_ar_acc_getperiodbalances

bapi: 取科目報表: 客戶

f:bapi_ar_acc_getstatement

讀取客戶銷售範圍

f: bapi_customer_getsalesareas

銀行會計:

取消支付請求

f:bapi_paymentrequest_cancel

支付請求的建立

f:bapi_paymentrequest_create

列出支付請求

f:bapi_paymentrequest_getlist

支付請求狀態的確定

f:bapi_paymentrequest_getstatus

過帳預製憑證請求

f:bapi_paymentrequest_post

批准支付的支付請求

f:bapi_paymentrequest_release

開始支付的支付請求

f:bapi_paymentreq_startpayment

資產全計核算

更改資產

f: bapi_fixedasset_change

建立資產

f: bapi_fixedasset_create

使用值建立資產 (初始歷史遺留資料傳輸)

f:bapi_fixedasset_ovrtake_create

資產的明細資訊

f:bapi_fixedasset_getdetail

選定資產的資訊

f: bapi_fixedasset_getlist

檢查資本記帳

f:bapi_asset_postcap_check

記帳資本總額

f:bapi_asset_postcap_post

檢查資產報廢

f:bapi_asset_retirement_check

記帳資產報廢

f:bapi_asset_retirement_post

檢查資產購置

f:bapi_asset_acquisition_check

記帳資產購置

f:bapi_asset_acquisition_post

特殊用途分類帳:

特殊目的分類帳: 選擇科目的總計記錄

f: bapi_sl_gettotalrecords

總帳科目

檢查總帳科目是否存在

f:bapi_gl_acc_existencecheck

總帳科目明細

f: bapi_gl_acc_getdetail

每個公司**總帳科目的清單

f: bapi_gl_acc_getlist

會計核算--會計介面

會計核算:沖銷憑證

f:bapi_acc_act_postings_reverse

會計:核算沖銷

f:bapi_acc_document_rev_check

會計: 過帳憑證

f: bapi_acc_document_post

會計:過帳沖銷

f:bapi_acc_document_rev_post

會計:總帳科目記帳

f:bapi_acc_gl_posting_check

會計:檢查一般總分類帳科目過帳的沖銷

f:bapi_acc_gl_posting_rev_check

會計:總帳科目記帳

f:bapi_acc_gl_posting_post

會計核算: 過帳一般總帳過帳沖銷

f:bapi_acc_gl_posting_rev_post

會計銷售訂單

會計:檢查銷售訂單

f: bapi_acc_sales_order_check

會計:記帳銷售訂單

f:bapi_acc_sales_order_post

會計核算:沖銷憑證

f:bapi_acc_act_postings_reverse

會計: 過帳票據憑證沖銷 (oag: loadreceivable)

f:bapi_acc_billing_rev_post

會計: 檢查貨物移動 (oag: postjournal)

f:bapi_acc_goods_movement_check

收藏PHP常用函式

收藏php常用函式 function getip else else fnum if fnum fnum 0 return fnum 去除html標記 function text2html txt isu rn txt return txt 相對路徑轉化成絕對路徑 function relative...

ORACLE常用函式收藏

1.substr substr string,start,count 取子字串,從start開始,取count個 2.to number 例子declare v c number v pc varchar2 100 v p number begin select d.data name into v...

Git常用指令收藏

總圖 來自runoob.com 0 安裝軟體後 設定使用者資訊,對所有倉庫有效,去掉 global只對當前倉庫有效 git config global user.name runoob git config global user.email test runoob.com 1 建立倉庫 安裝git...