2009 Feb 26 7:40 AM
Dear Experts,
I had developed smartforms and regarding print program in Development server. When i transported to Quality server, it displaying status error.
Text 0000090001 ID F29 language EN not found
Message no. TD600
Diagnosis
You want to read a text which does not exist in the data base (or update memory).
System Response
Reading could not be carried out.
Procedure
You need to create this text:
1. Initialization (module INIT_TEXT)
2. Save (module SAVE_TEXT)
Please provide ur solutions to solve this issue.
Regards,
Raj
Dear Experts,
I had developed smartforms and regarding print program in Development server. When i transported to Quality server, it displaying status error.
Text 0000090001 ID F29 language EN not found
Message no. TD600
Diagnosis
You want to read a text which does not exist in the data base (or update memory).
System Response
Reading could not be carried out.
Procedure
You need to create this text:
1. Initialization (module INIT_TEXT)
2. Save (module SAVE_TEXT)
Please provide ur solutions to solve this issue.
Regards,
Raj
2009 Feb 26 7:42 AM
Did you Transported this Text to quality server while transporting the form?
Text dont get transported automatically, they are created as separate entity and need to be attach and transported to other systems.
Search forum to how to transport text.
2009 Feb 26 7:48 AM
as said above, standard texts need to explicitly attached to the transaport request using steps below:-
There is a SAP standard program RSTXTRAN that is used to transport standard texts.
All you would have to do is enter the following in the selection screen and execute.
1) Name of Correction: <transport request number>
2) Text Key u2013 object : Object of the standard text
3) Text Key u2013 name : Name of the standard text
4) Text Key u2013 ID : ST
5) Text Key u2013 Language : Language in which the standard text is maintained
Transport this request to Q and you should be good to go
2009 Feb 26 8:36 AM
>
> Text 0000090001 ID F29 language EN not found
> Message no. TD600
>
> Diagnosis
> You want to read a text which does not exist in the data base (or update memory).
>
> System Response
> Reading could not be carried out.
>
> Procedure
> You need to create this text:
>
> 1. Initialization (module INIT_TEXT)
> 2. Save (module SAVE_TEXT)
Hello Bharath,
What is the text that you want to read ? I think this is not a STANDARD text.
Did you hardcode the value "0000090001" or the language "EN" in the SF? Anyways FYI you can avoid this error by checking the: "No error if text does not exist" checkbox.
Plz revert back.
BR,
Suhas