2007 Dec 20 10:57 PM
HI all,
I have migrated several texts with Function module SAVE_TEXT.
Now I would like to see them on screen.
But do not know the transaction neither the long text name.
The TEXT-ID and OBJECT are the follows:
PLPO ROUTING
PLKO ROUTING
YILT MATERIAL
QENT QPMERKMAL
Is there any list of longtext TEXT-ID + OBJECT-IDs to see what kind of texts these are? Any function module?
Thanks in advance
T
HI all,
I have migrated several texts with Function module SAVE_TEXT.
Now I would like to see them on screen.
But do not know the transaction neither the long text name.
The TEXT-ID and OBJECT are the follows:
PLPO ROUTING
PLKO ROUTING
YILT MATERIAL
QENT QPMERKMAL
Is there any list of longtext TEXT-ID + OBJECT-IDs to see what kind of texts these are? Any function module?
Thanks in advance
T
2007 Dec 20 11:47 PM
YOu can see the long texts in SO10 transaction.
Is this what you wanted or something else?
Regards,
Ravi Kanth Talagana
2007 Dec 21 9:58 PM
With SO10 transaction? No, I don't think so.
Where do you enter
TEXT-OBJECT?
t
2007 Dec 21 1:20 AM
to view the text u can use another FM read_text
and give the object id, text id, tdname ans stuff
u will find ur text in output (tdl*).
2007 Dec 21 10:05 PM
I know. But the READ_TEXT does only show that the SAVE_TEXT worked. I want to see it on screen.
Furthermore I want to see the list of long text which says for example:
TEXT-ID 'YILT' + TEXT-OBJECT 'MATERIAL'
= Inspection Long Text
2007 Dec 21 10:17 PM
the place where u can see long text on screen ill be diff for each transaction.
in va43 select item and go some place where u find a tab text.
it varies from version to version.
2007 Dec 21 1:40 AM
Hi
Check if the Below Select helps..
SELECT SINGLE * FROM STXH CLIENT SPECIFIED
WHERE MANDT = CLIENT
AND TDOBJECT = OBJECT
AND TDNAME = NAME
AND TDID = ID
AND TDSPRAS = LANGUAGE.
Tables
ttxob for object
ttxid for ID
Hope it Helps..
Praveen
2011 Jan 27 6:48 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |