Skip to Content
0
Former Member
Feb 24, 2009 at 10:26 PM

Adding Long text on a network activity

218 Views

Hi All,

i am uploading a file and then i am wanting to add long text to a network activity. i have tried the FM EDIT_TEXT_INLINE and SAVE TEXT. here is an example of how i used it.

call function 'SAVE_TEXT'

EXPORTING

header = thead

insert = ' '

savemode_direct = 'X'

TABLES

lines = tline.

move 'AUFK' to thead-tdobject.

move 'AVOT' to thead-tdid.

move 'EN' to thead-tdspras.

move '700000007084900000002' to thead-tdname.

move 'test' to tline-tdline. append tline.

i am not getting the text on the long text of the activity ?

anyone have any ideas. .thanks