‎2008 Jun 25 8:14 AM
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
‎2008 Jun 25 8:39 AM
Hi Pradeep,
'b' is not a language. Try it with language 'en'.
&***********Reward point if helpful*************&
‎2008 Jun 25 8:42 AM
Pass SY-LANGU as language.Even if you want to pass it manually,give 'EN' in upprecase.
‎2008 Jun 25 11:07 AM
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???
‎2008 Jun 25 11:13 AM
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.
‎2008 Jun 27 3:41 PM
Hi guys i solved the problem by deleting a language called 'b' which is not a system language.
‎2008 Jun 27 3:43 PM