Application Development 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: 

What is the use of CREATE_TEXT fm in SAP ABAP?

anger007
Discoverer
0 Kudos
648

please tell me about whole import and export, table parameters of CREATE_TEXT in detail and use of each and every import and export, table parameters of CREATE_TEXT in detail.

3 REPLIES 3

Sandra_Rossi
Active Contributor
573

CREATE_TEXT is NOT released, so you should not use it in a Z program.

What do you want to achieve so that people can help you?

Maybe you want to create a standard text or something like this, for this you should search SAVE_TEXT in the forum.

Berinath
Participant
0 Kudos
573

Hi anger007,

CREATE_TEXT is a standard SAP function module available within R/3 SAP systems depending on your version and release level.

Here you can get more information about create text FM.

Create_Text | SAP Community

CREATE_TEXT SAP ABAP Function Module (se80.co.uk)


I hope you understand,

If it helps, please accept this answer.

Regards,

Berinath Ulisi.

raymond_giuseppi
Active Contributor
0 Kudos
573

CREATE_TEXT is not released, when INIT_TEXT, SAVE_TEXT and COMMIT_TEXT are. So don't use this FM and call the 3 others in sequence. (You will also find easily many threads/documents on those FM in the forum)

(Also perform some search on long texts)