cancel
Showing results for 
Search instead for 
Did you mean: 

production memo CO03

Former Member
0 Kudos

in which database table can i find the text in the production memo tab in transaction CO03.

or is there a function module that i can use?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try this FM

CALL FUNCTION 'READ_TEXT'

EXPORTING

CLIENT = '123'

ID = 'XXXX'

LANGUAGE = 'E'

NAME = TNAME

OBJECT = 'ORDER'

TABLES

LINES = LTEXT

EXCEPTIONS

ID = 1

LANGUAGE = 2

NAME = 3

NOT_FOUND = 4

OBJECT = 5

REFERENCE_CHECK = 6

WRONG_ACCESS_TO_ARCHIVE = 7

OTHERS = 8.

Former Member
0 Kudos

can somebody tell me where i can find ID and NAME ?