FI_F4_ZTERM - ooxxvv/MySAPnotes GitHub Wiki

PageOutline

FI_F4_ZTERM

  • Payment term 的 F4 功能。

EXPORTING

IMPORTING

TABLES

EXCEPTIONS

Attributes

Methods

Code

{{{#!abap CALL FUNCTION 'FI_F4_ZTERM' IMPORTING e_zterm = zjoey_vbak-zterm EXCEPTIONS nothing_found = 1 OTHERS = 2. IF sy-subrc <> 0. EXIT. ENDIF. }}}

{{{#!comment -------------------- 以下的部份是固定的,不要變動 ----- }}}