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

program copy

Former Member
0 Likes
1,988

HI,

i'm trying to copy entire program from txt file to se38 but only first 15 line are geting copied on to se38

rest of the code is not geting copied.

PL suggest how to copy entire code from txt file on to se38

9 REPLIES 9
Read only

Former Member
0 Likes
1,355

Hi....

No problem while copy from txt file ...

may be some issue..tryout 'Ctrl+A' at txt file ( notepad ) then copy and paste in SE38

this will work.

Regards,

Chintan.

Read only

0 Likes
1,355

HI,

in word i pressed CTRL A (entire codes is selected) & in se38 i pressed CTRL C but still only first 15 line are getting copied.

PL suggest

Read only

Former Member
0 Likes
1,355

I think you are copying 15 lines only..

do one thing ,open word document and copy your code in word document then you will come to know.

take that code from word document and paste in your se38

Read only

Former Member
0 Likes
1,355

Hi,

For copying the entire program,

on the se38 screen on entering

the program name dont open the

program, In the initial screen only

in the application toolbar there will

be one button to copy the program.

Click that it will ask you the source

program name and target program name,

there you can give the program name

in which you want to copy the source

program and create.

Hope it helps

Regards

Mansi

Read only

Former Member
0 Likes
1,355

hi,

open u r text file use CntrlA and CntrlC and using Cntrl+V copy in SE38 editor .

Read only

Former Member
0 Likes
1,355

hi ,

CTRL+ A and CTRL+C in text file only not in se38 editor.

after the two steps. go to se38 editor and use CTRL+V . it will copy the hole.

Read only

0 Likes
1,355

hi ya

CTRLA & CTRLC in word

& i pasted CTRL+V in se38 but still only first 15 line onlY getin copied

code is getin pasted Only till visible part(bottom scroll bar) of se38 screen only it is not going beyond that

I TRIED MANY TIMES.

PL suggest

Read only

0 Likes
1,355

Create a Z program in SE38 and click change there you have an option called

load local file button after find button in below click it and load your text file.

Read only

0 Likes
1,355

HI,

1 i coudn't find find load local file button pl let me know where exactly it is in se38

2 to cross check i copied the entire program in txt file & pasted in another txt file entire program is getting copied but in se38 onlt code till visible portion of se38 editor screen is getin copied till bottom scroll bar only

PL suggest