2012 Aug 22 6:13 AM
Hi all,
We are facing an issue in FI documents Parking to SAP,
At present we are using Function Module 'PRELIMINARY_POSTING_FB01' for FI document parking, by using this function module we could not capture any FI standard errors.
Findings:
We searched in net and came to know that, FI parking validations cannot be captured (FI validations can only be captured when posting is done - OSS notes 158739)
Also, we got to know that by using BAPI_ACC_GL_POSTING_POST and Customer Exit (CMOD) ACBAPI01 we can capture FI standard errors.
Doubts:
Can we look for any stimulation BAPI's before using PRELIMINARY_POSTING_FB01 function module to capture any FI errors?
Is there any stimulation BAPI's if available for FI parking?
Is there a way to capture FI standard errors during FI Parking other than using BAPI_ACC_GL_POSTING_POST and Customer Exit (CMOD) ACBAPI01?
Waiting for your replies.....
2012 Aug 22 6:28 AM
Hi Jagan,
You can try FMs
BAPI_ACC_DOCUMENT_CHECK
BAPI_ACC_GL_POSTING_CHECK
Regards,
Ravi.