‎2005 Jun 29 3:47 AM
Regarding Transport.
I have developed my ABAP program in 46C, To work that program in 620 i need little code change in my program.
so what should i do now.
1-Should i have to Create that program from scratch at 620 Environment ?
2-or Can i just make transport the Program from 46C to 620 and can chage the code directly after transport?
Chandra
‎2005 Jun 29 6:15 AM
Hi Chandra,
it's OK when you transport your program and make the changes. During import, flag 'as original' should be set - otherwise you need an object key next time you try to change your program in 620 development system.
Alternatively you can download / upload your source code, too. In case of dictionary or dynpros, it's not so convenient.
Regards,
Christian
‎2005 Jun 29 6:15 AM
Hi Chandra,
it's OK when you transport your program and make the changes. During import, flag 'as original' should be set - otherwise you need an object key next time you try to change your program in 620 development system.
Alternatively you can download / upload your source code, too. In case of dictionary or dynpros, it's not so convenient.
Regards,
Christian
‎2005 Jun 29 6:32 AM
hey Christian.
Thanks for your cool reply.
I have created program which works fine in 640 Basis.
and saved now in ZRTJ dev class.
Now can i transport this to 620Basis anytime and will it work..
because i doubt whether download version of transport will work in SAP or not..
Could you pls confirm this point too.
Chandra.
‎2005 Jun 29 6:54 AM
Hi Chandra,
a program like
write 'Hello World!'.will work in every release.
If you use special, new introduced function modules / classes / BADIs, then downgrade can't work.
There is no general answer, check yourself / try it.
Regards,
Christian