20170411 F110初始介面 建議清單

2022-03-12 14:09:44 字數 3672 閱讀 3998

功能塊**              f110

開發類                  fibp

事務說明              自動付款引數

程式                  sapf110v

螢幕號碼              200

許可權物件              f_regu_buk

訊息號f0082

此報表不評估任何付款資料或付款建議資料。

請輸入乙個允許的報表名稱。

檢查選擇條件:

包括

f110vfl0

form listprogramm_pruefen using    f110v-lprog like f110v-lprog

changing ld_error_message type c.

data lt_selpars like table of rsel_paras with header line.

select single * from trdir where name = f110v-lprog.

if sy-subrc ne 0.

if ld_error_message = 'x'.

message e081 with f110v-lprog.

endif.

ld_error_message = 'x'.

exit.

endif.

if  trdir-ldbname ne 'pyf'.

callfunction'selopts_and_params'

exporting

program              = f110v-lprog

tables

selpars              = lt_selpars

exceptions

program_non_existent = 1

subroutine_pool      = 2

load_problems        = 3

others               = 4.

if sy-subrc ne 0.

if ld_error_message = 'x'.

message e081 with f110v-lprog.

endif.

ld_error_message = 'x'.

exit.

endif.

read table lt_selpars with key name = 'zw_laufd'.

if sy-subrc eq 0.

read table lt_selpars with key name = 'zw_laufi'.

endif.

if sy-subrc ne 0.

if ld_error_message = 'x'.

message e082 with f110v-lprog.

endif.

ld_error_message = 'x'.

exit.

endif.

endif.

endform.

F110使用的函式

bapi acc document post bapi gl post 1.f 59 沒有找到函式 bapi acc document post 必須建立有借貸2 line 的憑證,需求要參考原始的sa型別憑證,建立乙個單條的 科目 商 的憑證,bdc2.fb02 修改憑證行專案 fi mass c...

20170421 F110 常見問題

f110常見問題以及處理方式 1.vendor中沒有與f110中相同的payment method 解決辦法 在vendor主檔中維護payment method 2.結報被block 解決辦法 解除block 3.結報使用了special g l,而在f110的設定中沒有包含該special g ...

stm32f2BootLoader公升級初接觸

最近在進行分時系統硬體部分的開發,由於水平不高所以程式有些漏洞,優化空間很大,由於是產品級的硬體,所以軟體公升級方便也是很重要的一點 前些時段由於需要操作flash和sd卡讀寫,對bootloader的實現原理也不是很熟悉,所以一直拖著沒有做,前兩天做了資料sd卡讀寫記錄,把板子上的其他模組都除錯了...