2010 Sep 29 3:33 PM
Dear All,
I have a read text function module code that returns below error message
Text 8339A24C42C74D0CE1000000C0A8643D ID SU99 language EN not foundFrom the code I beleive that some text that has to be maintained is not done. As read text FM was called by some other developer I want to know for which Tcode or from where the text has to be maintained.
Below is the code for read_text FM,
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
ID = 'SU99'
LANGUAGE = 'E'
NAME = G1
OBJECT = 'CRM_ORDERH'
ARCHIVE_HANDLE = 0
LOCAL_CAT = ' '
IMPORTING
HEADER = HEADER
TABLES
LINES = LINES
EXCEPTIONS
* ID = 1
* LANGUAGE = 2
* NAME = 3
NOT_FOUND = 4
* OBJECT = 5
* REFERENCE_CHECK = 6
* WRONG_ACCESS_TO_ARCHIVE = 7
* OTHERS = 8
.Please note that the variable g1 that I am passing as input for name input in above FM has value 8339A24C42C74D0CE1000000C0A8643D.
I am getting sy-subrc as 4. Please kindly tell me how to maintain the text.
KR,
Bharath
Edited by: bharath padmanabhan on Sep 29, 2010 8:08 PM
Edited by: bharath padmanabhan on Sep 29, 2010 8:08 PM
2010 Sep 29 4:06 PM
SE75 is the place to do it . But your question is not so clear to give a correct answer.
SE75 is the place to do it . But your question is not so clear to give a correct answer.
2010 Sep 29 3:39 PM
May be you will get some hint by passing SU99 to table TTXOB and checking the field TDTEXT.
2010 Sep 29 3:41 PM
Dear Keshav,
Thanks for your reply. I will check & let you know.
KR,
Bharath
Edited by: bharath padmanabhan on Sep 29, 2010 8:11 PM
2010 Sep 29 3:47 PM
Dear Keshav,
From SE11, I passed the value for TDOBJECT input in table TTXOB as SU99 & found that there are no entries for this input. Please let me know whether I have passed SU99 for the correct parameter (TDOBJECT) only. If this is correct please kindly tell me how & from where I should maintain the entry against SU99. Thanks.
KR,
Bharath
2010 Sep 29 4:06 PM
SE75 is the place to do it . But your question is not so clear to give a correct answer.
2010 Sep 29 11:20 PM
Hi Bharath
You can check table STXL and STXH to check how the system handle the entries for texts. There you can get the
full key that you can use in FM READ_TEXT.
Kind regards
2010 Sep 30 3:53 AM
Hi,
From the message, The name looks to me like a GUID and the object CRM_ORDERH looks to me as originated from CRM. If you are calling from R/3, you should be calling with destination.
As Keshav said, without much details, we can only guess.
Sujay
Edited by: Sujay Venkateswaran Krishnakumar on Sep 30, 2010 8:23 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |