cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass a string of 87 chars to the function module

Former Member
0 Kudos

HI,

I have to pass a string of 87 cahrs to the function module.It is showing me only one option called

Obj.setText("String")

How to pass the continuos string to that.

What i did is i defined a stirng obj and passes the whole text in to that and passed that as parameter to Obj.settext(String).

It is giving me backend error as

One of the field names in the SELECT clause was not recognized., error key: RFC_ERROR_SYSTEM_FAILURE

How to pass the text to the function module??

Thanks& Regards

Padma N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i think this is a problem of the RFC.

Execute the RFC in the R/3 system and check that whether it is working or not.

with regards

shanto aloor

Former Member
0 Kudos

Hi,

It is working fine in the backend .They succesffuly passed the string.But in the front end i have to pass some data of 90 chars around

Regards

Padma N