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

VF02 invoice output error

Former Member
0 Likes
885

Hi,

I am getting an error Text 0040300000 ID 0002 language EN not found when I am issuing output type zrt1 for domestic customers.

This problem does not comes when I use foreign customer.

The default language is spanish for domestic customers.

The smartform and printing programs are both Z.

P.S. 403 is company code here.

Thanks and Regards,

Yashwin

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
831

some where in the code or in the print program Read_text or SO10 text is called using EN hard coded value, try to recognize it and change it to nast-spras

the easiest way is to use the SAP search tool, to search in SF code.. use Tr. smartforms open the form, hit the execute button , hit display and use the search tool there and use in the main program radio button....

search with the term read_text or 'EN'.

Hi,

I am getting an error Text 0040300000 ID 0002 language EN not found when I am issuing output type zrt1 for domestic customers.

This problem does not comes when I use foreign customer.

The default language is spanish for domestic customers.

The smartform and printing programs are both Z.

P.S. 403 is company code here.

Thanks and Regards,

Yashwin

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
832

some where in the code or in the print program Read_text or SO10 text is called using EN hard coded value, try to recognize it and change it to nast-spras

the easiest way is to use the SAP search tool, to search in SF code.. use Tr. smartforms open the form, hit the execute button , hit display and use the search tool there and use in the main program radio button....

search with the term read_text or 'EN'.

Read only

0 Likes
831

Hi

iam also getting same error.. but not vf02 t.code.. iam gettng VL02n t.code

I tested in DEV QA side .. Form was fine.. if we tranport to original QA it is not working..

plz explain me...whts wrong with the form

regards

Read only

0 Likes
831

Hi ,

the exception part of the FM read_text is missing.

As there is no exception triggered in dev, everything is fine.

Just add exception part....

cheers

Yashwin