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

unable to create an RFC using integer data type in import or export para..

Former Member
0 Likes
646

Hi,

I unable to create an RFC using integer data type in import or export parameter.

But it will accept when it a Function Module

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
532

Hi,

All numeric data types are hardware dependent so they need to be converted to character string for representation on the different hardwares.

Regards,

Amit

Reward all helpful replies.

Hi,

I unable to create an RFC using integer data type in import or export parameter.

But it will accept when it a Function Module

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
533

Hi,

All numeric data types are hardware dependent so they need to be converted to character string for representation on the different hardwares.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
532

we can create integer datatype for RFC also check whether u have clicked the pass by value check box.