cancel
Showing results for 
Search instead for 
Did you mean: 

Network Longtext

Former Member
0 Kudos

Hello all, does anyone know how to retrieve the long text in networks please?

I mean the description under the tab LongText, in transaction CJ20N

Thanks in advance!

Edited by: Jorge Cabeza on Oct 22, 2008 2:34 PM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi

The function module is 'READ_TEXT' (how obvious ).

There STXH is read with a key containing client and order number (TDNAME).

With this, a FORM READ_TEXTLINES is called to get back the LINES.

As the lines are kept in a clustered table (STXL) it's hard to retrieve them without using this function.

BTW this FM is released for customer use.

Best regards,

Gerald.

Answers (2)

Answers (2)

Former Member
0 Kudos

CALL FUNCTION 'READ_TEXT'

EXPORTING

id = 'KOPF'

language = sy-langu

name = sy-mandt + network number

object = 'AUFK'

TABLES

lines = li_lines

EXCEPTIONS

id = 1

language = 2

name = 3

not_found = 4

object = 5

reference_check = 6

wrong_access_to_archive = 7

OTHERS = 8.

Thanks all

virendra_pal
Active Contributor
0 Kudos

use transaction SE37 to search for a relevant function module to read, display or copy text from objects