Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Text id not found

Former Member
0 Likes
1,817

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

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
1,009

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.

Read only

Former Member
0 Likes
1,009

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,009

>

> 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