Application Development 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: 

RFC FUNCTION MODULE

Former Member
0 Kudos

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

URGENT

7 REPLIES 7

former_member181962
Active Contributor
0 Kudos

Declare the parameters as TYPE String.

Regards,

Ravi

0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

Hi praveen,

What is your question? mention clearly.

Thanks,

Suma.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this data element/domain CHAR16384.

Regards,

Ferry Lianto

0 Kudos

THIS MUCH CHARACTER LENGTH IS NOT ACCEPTING

PLEASE TELL ME CORRECT CHAR LENGTH

ferry_lianto
Active Contributor
0 Kudos

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