cancel
Showing results for 
Search instead for 
Did you mean: 

driver program

Former Member
0 Kudos

hi experts,

i want to copy the standard driver program to my developing client. how to copy it . is CTRLC and CTRLV works for it

thanks in advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Surendra,

U can use the copy option ( CTRL + F5)

from abap editor.Mention the driver program name and press copy , a window pops up with all the includes in the driver program.if u want to edit any of the include u can cpoy it to zinclude else u can skip this stage.

Make sure that if u use any zinclude , activate it before u activate the main program.

Reward points if useful.

Cheers,

Deepthee Kasal

Former Member
0 Kudos

Hi Surendra,

You can just copy the program as any other normal program.

by copying it from the se38 transaction by using copy buytton in the application tool bar wher you specify the source program and the target program.

Thanks & Regards,

Basha

+ please award points if useful +

former_member187457
Active Contributor
0 Kudos

Hi SR

Goto SE38.....

write the name of the driver program...

and Select (Ctrl + F5) ....

new small pop up screen ll come......

Write the name for new program staritng with Z..... or Y......

and press 'Copy'.....

new screen ll pop up...

select all the fields...and again press 'Copy'.....

rest of the things will b knowing.....

thnx

Rohit

Former Member
0 Kudos

hi

jsut go to SE38 give the name of Program u want copy click COPY button give Name for Z-PROGRAM it will copy .

CTRL-C and CTRL-V also work for PROGRAMS