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

Read_text Function Module

Former Member
0 Likes
884

Hi,

Can you make a copy of read_text function module by making it as remote enabled. If so can anyone let me know the procedure to do the same. I have copied the read_text to zread_text function module and trying to activate the same. But getting some errors because of that.

Regards,

Ram

5 REPLIES 5
Read only

Former Member
0 Likes
703

Hi,

You don't have copy the function module..Create a new Z function module with the parameter as READ_TEXT and make it as remote enabled and then call the READ_TEXT function inside your RFC..

Thanks,

Naren

Message was edited by: Narendran Muthukumaran

Read only

0 Likes
703

Hi,

I need all the import and export parameters as in read_text and i need to pass the values to that. But i cannot do that by creating a zfunction module and call this read_text function. Any other solution for this.

Regards,

Ram

Read only

Former Member
0 Likes
703

Hi,

In the Z function module you don't have to have all the parameters of the READ_TEXT FM..Have the main parameters like the following one..

*" VALUE(ID) LIKE THEAD-TDID

*" VALUE(LANGUAGE) LIKE THEAD-TDSPRAS

*" VALUE(NAME) LIKE THEAD-TDNAME

*" VALUE(OBJECT) LIKE THEAD-TDOBJECT

*" TABLES

*" LINES STRUCTURE TLINE

Any way if you are going to copy the read_text you will get all the parameters..

THanks

Naren

Read only

0 Likes
703

Hi,

Is it that we need to have the copy of function group even. I think because of that only i am getting the error.

Also how to copy the function group STXD to some other zgroup.

Regards,

Ram

Message was edited by: Ram Mohan Naidu Thammineni

Read only

Former Member
0 Likes
703

Hi,

If you want to copy the function group..Goto SE80 display the function group..Then right click on the function group and then choose copy and give the new function group..

Thanks,

Naren