‎2008 Oct 14 2:04 PM
Hi Guyz,
this is from non-sap to sap ...when sending file from non-sap to sap it hits the function module L_TO_CONFIRM .before it hits that function module i want to know details the file contains?wots the best possible way to findout ?any ideas?
Plz advise..
thanks
Edited by: BrightSide on Oct 14, 2008 2:18 PM
‎2008 Oct 14 4:52 PM
Hi Brightside,
I would say create an RFC that looks at the file and returns back to you the details of what the file contains.
Then you can include the logic you require.
Then call the function you described in your message to perform the necessary work.
You may need a proxy to handle the RFC calls.
SL