‎2012 Sep 10 1:23 PM
Can i do BAPI posting for FBSI by this method.Saw this in SCN, -Call BAPI_ACC_DOCUMENT_POST -get the document number -Call function module TSTOR_INSERT to pass revdate(parameter which is not available in bapi_acc_document_post)
Also is this the best way to do FBS1 posting?
‎2012 Sep 10 2:11 PM
Try to pass the missing field (BKPF-STODT) in BAPI_ACC_DOCUMENT_POST EXTENSION2 parameter, and use them in BAdI BADI_ACC_DOCUMENT.
Regards,
Raymond
‎2012 Sep 10 2:45 PM
which one is a better way.(and quickest)
BAPI_ACC_DOCUMENT_POST and TSTOR_INSERT
or using extension?
‎2012 Sep 10 2:56 PM