‎2010 Jan 13 9:45 AM
Hi Experts,
I am using below mentioned FM to post the document in FB01 and working fine when i am going for call transaction.
POSTING_INTERFACE_START
POSTING_INTERFACE_DOCUMENT
POSTING_INTERFACE_END
My requirement is i want to use the same FM to post the document in FB01 with batch input session method.
-Rajneesh Gupta
‎2010 Jan 13 9:50 AM
Hi rajneesh,
If you see the documentation of the FM POSTING_INTERFACE_START, we have to specify the parameter I_FUNCTION as 'B' if we want to use batch input session. I have not used these function modules, but probably that could be of help.
regards,
amit m.
‎2010 Jan 13 10:47 AM
‎2012 Dec 13 6:44 AM