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 document posting

Former Member
0 Likes
849

Hi

I am using

POSTING_INTERFACE_START

POSTING_INTERFACE_DOCUMENT

POSTING_INTERFACE_END

Currently Im am able to create the documents using the above FM's.

Im using this approach because TAX calculation is involved.

However I need to first run the "Simulated" version of this with SAVE.

I am not able to run the function modules without save.

I need to know how to run in "Simulate mode without saving.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hello,

Refer following thread.It might give you an idea.

http://scn.sap.com/thread/1372734

Katrice

Read only

Former Member
0 Likes
672

Dear Karen,

I found one Bapi . BAPI_CTRACDOCUMENT_CREATE. you may try using this BAPI . not sure if this fulfills your requirement or not but you can run in test mode that gives you simulation mode does not update data base.

Thanks,

Geeta

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
672

Check the methods available in class CL_REXC_FC_SERVICES. The methods of this classes uses the functions you mentioned and the parameters of the methods has the option for simulate run( parameter ID_MODE = S ).

Check the method DO_POSTING, you will get some idea how it is used.