SAP ABAP Post Customer Parked Invoice
function Z_VIM_POST_FV70 . *"-------------------------------------------------------------------- *"*"Local Interface: *" IMPORTING *" REFERENCE(I_HEADER) TYPE ZSVIM_LIVNPO_HEADER *" TABLES *" LT_GLACCOUNT STRUCTURE ZSVIM_LIVNPO_GL OPTIONAL *" LT_WIHTAX STRUCTURE ZSVIM_LIVNPO_WHT OPTIONAL *" LT_RETURN STRUCTURE BDCMSGCOLL *"-------------------------------------------------------------------- data : ls_gl type zsvim_livnpo_gl , ls_wihtax type zsvim_livnpo_wht , ls_bdcopt type ctu_params , str_bldat type char10 , ...