‎2009 Apr 28 10:20 AM
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
‎2009 Apr 28 10:25 AM
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
‎2009 Apr 28 10:37 AM
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...
‎2009 Apr 28 10:41 AM
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
‎2009 Apr 28 10:45 AM
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.