Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FI Parking Issue

Former Member
0 Likes
512

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.....



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.....



1 REPLY 1
Read only

Former Member
0 Likes
437

Hi Jagan,

You can try FMs

BAPI_ACC_DOCUMENT_CHECK

BAPI_ACC_GL_POSTING_CHECK

Regards,

Ravi.