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

Error in READ_TEXT FUNCTION when transporting(re:scripts)

Former Member
0 Likes
769

Hi Experts,

i have got error in read_text when transported to QA.

ERROR: Read with READ_TEXT(FORM TXT Y99ENMM_PUR_ORD SAP b) failed

where "b" is not a system defined language.

what should i do now ? if i look in STXH table i could see 47 entries all of different languages except for "b" it says not a

system language how should i get rid of it?

Edited by: Pradeep akula on Jun 25, 2008 9:14 AM

6 REPLIES 6
Read only

Former Member
0 Likes
743

Hi Pradeep,

'b' is not a language. Try it with language 'en'.

&***********Reward point if helpful*************&

Read only

Former Member
0 Likes
743

Pass SY-LANGU as language.Even if you want to pass it manually,give 'EN' in upprecase.

Read only

0 Likes
743

Hi,

my script name is Y99ENMM_PUR_ORD and i want to know where this function READ_TEXT would be ? and how should i pass the value???

Read only

0 Likes
743

FM should be used in your driver program.Pass the proper variables.You will get the text desc.in a variable.Pass this variable in SAPscript.

Read only

0 Likes
743

Hi guys i solved the problem by deleting a language called 'b' which is not a system language.

Read only

Former Member
0 Likes
743

solved the issue