‎2007 Oct 05 8:03 AM
Hi Experts !
I have transported a request to prd. server . while executing the t.c error is comming " object hrpyoo11 of class RE and language EN dosent exist " but its not so in dev. server . also , when i am executing it by variant its showing run time error { message type " " is unknown} .plz help me in removing these error .
thanks .
ranjana
‎2007 Oct 05 8:09 AM
well your program is referring to something which was NOT included in your transport. it may be a DDic object probably.
Problem now the referred object is not on you productive system.
‎2007 Oct 05 8:11 AM
hi,
what ur program has
for ex: if it is a smart form then while executing u get a name for a smartform [Function module name] and u use it in program in development server. when same program transported to production server there u might not be having the FM which leads to a error there so. in such situations if it is smart forms
then create a variable which holds the name of smartform and pass that variable. in production the smart form when executed creates a FM which is in the variable created by you.'
if it is in bdc then transport the flat file to production system --- it might be one cause......
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Oct 05 8:14 AM
‎2007 Oct 05 8:41 AM
HI
good
you might have calling some include program in your main program and one of the include program has not activated properly ,and that is the reason you r getting this error.
go to se80->activate all the include program or sub programs created under that main program or any text element if you have created than activate them and than you transport it.
thanks
mrutyun^