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 active, but not active?

Former Member
0 Likes
890

Hello fellow ABAPers,

we have some very weird behaviour in our productive system: transports from Q/D are imported fine, the affected programs are shown as being active in SE80, but when starting the program the old version is started. Only after I run SGEN the new version is used.

I haven't found any notes on a behaviour like this, has anyone ever encountered similar problems?

Thx in advance for any advice!

Bjoern

Edited by: Bjoern Ischo on Apr 28, 2009 11:24 AM

4 REPLIES 4
Read only

Former Member
0 Likes
752

hi,

today itself i faced the problem like this.

and my solution is .

i forgot to transport 1 previous request from quality to production.

thats shy my program running coorectly on quality but not on production and it is showing previous version as a active version.

just check for this scenario, or else retransport all request in a sequence. and then check it

Read only

0 Likes
752

Hello Monika,

thanks for your answer, but that does not seem to be the same problem as ours. Programm sources and transports are completely identical on D/Q/P, the active version is just not really active. Seems like the compiled program is cached somewhere and that cache is not refreshed...

Read only

0 Likes
752

goto stms_import on both quality and production.

then doublclick on u request and checkthe log. is everything correct or it is giving some error log.

try to retransport . it doesnt harm ur system or program

Read only

0 Likes
752

As I said, transport went through fine, Return Code is 0, and I also tried re-transporting. Remote comparison also shows no difference in the source between the systems.