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

program run time error

Former Member
0 Likes
580

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

4 REPLIES 4
Read only

Former Member
0 Likes
555

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.

Read only

Former Member
0 Likes
555

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.

Read only

0 Likes
555

thanks .

its a simple z program .

Read only

Former Member
0 Likes
555

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^