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 RFC without using import parameter

Former Member
0 Likes
740

Hi Experts,

Can we use an RFC without giving data in import parameter?

Iam planning to use data in the table parameter instead of import parameter.is it feasible.or else will be there any restrictions.

Regards,

Raj.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
653

You can even have an RFC without any parameters, see the most complex function module ever, RFC_PING.

Thomas

4 REPLIES 4
Read only

Former Member
0 Likes
653

Hi raj..

I don't think this have some restriction...

you can use the table parameters as a any parameters used in a normal FM.

Best regards

Marco

Read only

ThomasZloch
Active Contributor
0 Likes
654

You can even have an RFC without any parameters, see the most complex function module ever, RFC_PING.

Thomas

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
653

>

> see the most complex function module ever, RFC_PING.

ROFL ...

Read only

Former Member
0 Likes
653

Thank You Everyone.