cancel
Showing results for 
Search instead for 
Did you mean: 

Text 121305112 ID Z002 language EN not found

VineetJain
Participant
0 Kudos

Hi freinds,

I am getting this error when I am trying to take the Printout. The error is - "Text 121305112 ID Z002 language EN not found". Kindly let me know if anyone is aware of the solution.

Regards

Vineet Jain

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

This is because there might be a Code in the Program to print the Text on the Invoice layout

The text will be read by the Function module READ_TEXT from the STXH and STXL

Please check the function module for the Text ID Z002 from where it is picking

Most probably the texts will be picked from the SALES ORDER ->HEADER->TEXT-->

Check whether the text maintained or not, if maintained check whether it was maintained for English or not

This logic is check for the Text in EN language

If there is no text, try to maintain some text in English and try

Hope this will resolve

Please revert back if you need more details

regards,

santosh

Former Member
0 Kudos

Hi,

It seems there is an error in the logic of your program.

The reasons may be your text type is not defined for the languange "EN" in "VOTXN" T.Code.

If it is a sales order text,goto that field and then click on the "Display log".

you will get to know in which language your text is defined.

After this in the FM "READ_TEXT",mainatin the language as the language shown on the log.

Regards,

Krishna.

Former Member
0 Kudos

Hi

your print program might be trying to get some data from text id Z002 which is not defined properly for language EN.

Please debug your pring program and check the text settings.

try and revert

Former Member
0 Kudos

HI,You check in VV31 Tcode point u can enter u r condition type z002 and go to details point check weather printing option available or not and check language.if u have any doubts concern.

Thanks

Rajen