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

Question about destination parameter in RFC function module

hnguyen_kinaxis
Explorer
0 Likes
582

Greetings,

For execution of RFC function module such as MD_STOCK_REQUIREMENTS_LIST_API on local server, the destination parameter is not required or it can be DESTINATION 'NONE'. I observe that the second option is much slower than the first option. My question is why the second is much slower.

Thanks,

Hung

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
536

I dont think it should effect the performance.

Read only

0 Likes
536

I've tested it with se37 by leaving RFC target system blank or filling it with 'NONE' , I saw 53000 microseconds versus 45000 microseconds.

Hung