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

Problem with Function using Abap PI

Former Member
0 Likes
312

HI,

I have a scenario where I'm trying to save a flat file into my disk C, using an outbound Idoc via Abap PI

I have copied and assigned one function module to the Abap-PI port. ( copied from SAP own_function )

I processed the IDOC and got the message :

"IDoc 1209036 was transferred to function module ZMY_FUNCTION for further processing."

but the function does not save any data to my PC.. it seems something is pending ..??

I m surprised when I run ZMY_FUNCTION with SE37 using SINGLE TEST (F8) the Idoc id = 1209036 , the function WORKS !!

and I get the data in my PC...

Is there any command missed..or what ?

Is there any RFC setting ?

any advice will be appreciate

1 REPLY 1
Read only

Former Member
0 Likes
250

Hello Victor, did you find a solution?

I have exactly the same problem .