‎2008 Oct 08 11:38 AM
Hi,
i want to use the functionality of FM create_text in my custom function module .But i can't call that function module in my custom FM bcz that FM does not exist in my development server.What to do .
Thanks in advanced
Dheeraj
‎2008 Oct 08 11:50 AM
are you sure ..? CREATE_TEXT is not there in your system.. which version you are in..?
if really it is not there then you can use SAVE_TEXT function.
‎2008 Oct 08 12:10 PM
Hi,
Ya i'm very sure that it is not in my server.My requirement is that first i have to create the text and after that i need to save it.
so can i copy the functionality of create_text into a zreport from another server and than use it into my my function module.but i dont know how to do that.
thanks.
dheeraj
‎2008 Oct 08 12:17 PM
>
> are you sure ..? CREATE_TEXT is not there in your system.. which version you are in..?
>
> if really it is not there then you can use SAVE_TEXT function.
CREATE_TEXT is in development class VT in ECC. I.e. it's only part of R/3 systems, as they used to be called.
Create a function module in your DEV server, with a name like "Z_CREATE_TEXT" and use cut and paste to copy the interface and source code across. It's not a very big function module. All it does in call INIT_TEXT followed by SAVE_TEXT.
matt