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

create_text

Former Member
0 Likes
547

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

3 REPLIES 3
Read only

Former Member
0 Likes
495

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.

Read only

0 Likes
495

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

Read only

matt
Active Contributor
0 Likes
495

>

> 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