cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for Standard Text

Former Member
0 Kudos

Hi ,

Are there any function modules in SAP that allow the manipulation of Standard Text?

I’m looking for one that will allow me to change the form linked to a Standard Text as well as create Standard Text.

Any assistance will be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

You can use below FMs as per your requirement:

CREATE_TEXT

EDIT_TEXT

READ_TEXT

SAVE_TEXT

COMMIT_TEXT

Cheers!

Answers (1)

Answers (1)

Former Member
0 Kudos

One way,

Is to use FM READ_TEXT_INLNE , get the data in an internal table.

Manipulate the data there and dsiplay the internal tabel itself in ur form.

Dynamically creating standard texts?

I dont know of any.

Former Member
0 Kudos

sorry FM READ_TEXT_INLINE