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

RFC FUNCTION MODULE

Former Member
0 Likes
866

WHILE CREATING FUNCTION MODULE I HAVE TO PASS VALUE AS STRING WITH THE MAXIMUM LEANGTH INTO IMPORT PARAMETERS.

URGENT

7 REPLIES 7
Read only

Former Member
0 Likes
794

Declare the parameters as TYPE String.

Regards,

Ravi

Read only

0 Likes
794

STRING WE CAN NOT DECLARE IN THE FUNCTION MODULE WE HAVE TAKE CHARACTERS , SO PLEASE TELL ME MAXIMUM CHAR LENGTH

Read only

0 Likes
794

We can use it. I have created one.

Can you tell what is the problem?

Do not forget to check the pass by value check boc when you declare the parameters for rfc.

Message was edited by:

Ravi Kanth Talagana

Read only

Former Member
0 Likes
794

Hi praveen,

What is your question? mention clearly.

Thanks,

Suma.

Read only

ferry_lianto
Active Contributor
0 Likes
794

Hi,

Please check this data element/domain CHAR16384.

Regards,

Ferry Lianto

Read only

0 Likes
794

THIS MUCH CHARACTER LENGTH IS NOT ACCEPTING

PLEASE TELL ME CORRECT CHAR LENGTH

Read only

ferry_lianto
Active Contributor
0 Likes
794

Hi,

How many characters do you need/required?

Please go to SE11 to check the data element/domain available for characters which meet your requirement.

Why can't you use TYPE STRING as suggested by Ravi?

Regards,

Ferry Lianto