Application Development 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: 

Text Id language not Found - Error in VL02n

Former Member
0 Kudos

Hi All,

While assigning output type to VL02N header , i am getting the error


Text  ID  language  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)

what could be this due to.

It was working fine yesterday. today it is showing this error.

i have gone through the program also.

Kindly tell me what could be this due to

and

how to solve this.

Vikki.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Please check the Driver Program for the Output Type and check if you have the Function Module "READ_TEXT". Also check if any of the tests maintained in the Delivery Header / Item are removed.

You generally get this Error when you try to get the Text using the FM "READ_TEXT' .. to avaoid this error even if youdont maintain any texts in delivery, please make sure that you hanlde the exceptions for this Function Module..

Hope This Helps you..

Thanks & Regards,

Suresh Karri

0 Kudos

Hi Suresh,

In the READ_TEXT the exceptions are handled. I havent commented it.

Even then the error prevails.

And even i tried to comment all the READ_TEXT codes in the driver program and tried.

The error is still there. this error is seen when we assign the output type in the

MENU > EXTRAS---> DELIVERY OUTPUT -


> HEADER.

will this be due to any confiuration settings problem?

Awaiting your reply.

Vikki.

0 Kudos

Hi ,

Is any one there ......................?

Please give me a suggestion for the problem in assigning Output type in VL02N header.That too this happens whenever we create a new delivery and try to assign a output to it.

Is it a problem in the driver program or any settings problem ?

Kindly suggest me a way to solve this.

Vikki.

0 Kudos

Hi Vikki,

Can you please try diagnosing the error by activating the debugger , and then set a break point at the statement "Message" by following this step : - Breakpoints -> breakpoint at statement -> ( Then type the word "Message" ) ..

This will stop at all the message in the driver program.. now you can see which FM or code is triggering that error message and further debug that part of the code to do more analysis on it..

Thanks,

Suresh

Former Member
0 Kudos

solved .

0 Kudos

vikki, how did you solved it or what do you do to fix it, i'm havng a simmilar problem, thanks,

0 Kudos

Hi vikki,

Can you please tell me how you solved it?

I am getting a similar error...

My code is used to cancel a TO and m calling the FM 'L_TO_CANCEL'.

I am getting similar error..

Please help

Thanks,

Ammu

Former Member
0 Kudos

Hi vikki ,

I am facing a similar problem where

Text 00000000000083091C023DE ID ZHPX language EN not found.

Kindly suggest the solution for the same .