cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to 'Simulate' parking document in FI

P13599469
Explorer
0 Kudos

Hi Experts,

I have one custom program which will create Parking document using 'PRELIMINARY_POSTING_FB01' FM. This is working fine but I need to give an option to 'Simulate' the Parking document without creating the Parking document. I could not find any FM to do this, Please let me know if there is one.

Regards,

Dileep.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

You can use BAPI_ACC_DOCUMENT_CHECK to for simulation like check if all okay and then use BAPI_ACC_DOCUMENT_POST for parking the same.

Please note that you need to set the field DOC_STATUS as 3 in DOCUMENTHEADER ( you will find it in import parameter ).

capture.png

P13599469
Explorer
0 Kudos

Hi Syed,

Thanks for your reply, but I don't have these fields in my system, it's bit old version, I guess.

Regards,

Dileep.

0 Kudos

Hi Dileep,

You will have all these fields definitely.Can you name me few?

Thanks