Hi there!
I have an excel file with 14 columns that would like to be posted:
ITEMNO_ACC DOC_TYPE GL_ACCOUNT DOC_DATE BLINE_DATE CURRENCY COSTCENTER COMP_CODE HEADER_TEXT REF_DOC_NO ALLOC_NMBR ITEM_TEXT SP_GL_IND AMT_DOCCUR
I created a selection screen to key in 'posting date' and upload this excel file.
I use FM ALSM_EXCEL_TO_INTERNAL_TABLE to convert the excel file into an internal table 'itab'. Now, i would like to use <b>FM BAPI_ACC_DOCUMENT_CHECK</b> to do checking before posting.
But I have no idea how to use this BAPI FM? Does anybody have example on this?
thanks a lot!