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

regarding Transport problem

Former Member
0 Likes
444

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

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
378

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

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
379

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

Read only

0 Likes
378

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.

Read only

0 Likes
378

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