BSEG-ZTERM = F4HLP-FIELDVALUE. ENDIF. * check if dynpro field is currently in change or display mode. translate f4hlp-fieldinp using ' XX '. CALL FUNCTION 'FI_F4_ZTERM' EXPORTING I_KOART = CHAR(1) I_ZTERM = BSEG-ZTERM I_XSHOW = f4hlp-fieldinp IMPORTING E_ZTERM = ZTERM. IF NO...
SAP Managed Tags: ABAP Development Hello, We have a requirement to update the fields ZTERM and ZFBDT in Accounting Docs (Item level) in BSEG table, in intercompany flows using a Z-program. We have tried using FM FI_ITEMS_MASS_CHANGE, but only the field ZFBDT is updated, but not the ...