Application Development 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: 

rfc

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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