‎2013 Feb 25 5:43 AM
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
‎2013 Feb 25 6:18 AM
‎2013 Feb 26 4:56 AM
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
‎2013 Feb 26 5:53 AM
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.