‎2006 Sep 29 4:01 AM
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
‎2006 Sep 29 4:05 AM
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
‎2006 Sep 29 4:09 AM
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
‎2006 Sep 29 4:12 AM
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
‎2006 Sep 29 4:15 AM
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
‎2006 Sep 29 4:25 AM
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