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

screen copy

Former Member
0 Likes
729

Hi,

How to copy the Screens(Dynpro) from 4.5b version to mySAP ERP. Is there any function Module available for the copying.

Thanks & Regards,

Srinivas.

5 REPLIES 5
Read only

Former Member
0 Likes
696

hi,

try this fm <b>RS_DYNPRO_UPLOAD</b>.

regards

vijay

Read only

0 Likes
696

hi,

you can try with SE51 also.

you go to SE51 enter program name and screen number and then click on <b>create</b> , now enter short description , now go to Utilities-> Upload/Download ->Upload

then choose the upload file from PC and then Upload it.

check this FM RS_DYNPRO_UPLOAD

Regards

vijay

Message was edited by: Vijay Babu Dudla

Read only

Former Member
0 Likes
696

Hi Srinivas,

1) Goto SE80. In your program, select the screen

2) Goto menu option: Utilities -> More utilities -> Upload/Download -> Download

3) Download the screen to your pc as .txt file

4) If you want to upload the screen again in other system, create a screen with same number in that system

5) Goto menu option Utilities -> More utilities -> Upload/Download -> Upload

6) Select your pc .txt file to upload

In this way you can copy the screen from one SAP system to other SAP systems.

Hope it helps.

Regards,

Neeraj Gupta

Read only

0 Likes
696

Hi Neeraj,

Thanks a lot. But is there any function module available, so that it can be done through programitacally.

Thanks & Regards,

Srinivas.

Read only

Former Member