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

module pool programming

Former Member
0 Likes
869

hi,

here all create the status for the user command i.e MODULE user_command_9000 INPUT. from this i want to copy all the properties of this to ABCD_USER_COMMAND_9000 INPUT,HOW IS IT POSSIBLE can any one give me the answer

1 ACCEPTED SOLUTION
Read only

KN-Nampoothiry
Active Participant
0 Likes
848

Hi Naga,

Go to SE80. Take the source code program. Then rt click on the program in right side panel ( tree side ).

Give the target program name. Select whether to copy the screens, and whatever you want to copy in the pop up that follows up.

and The includes will be automatically renamed or u can manually alter it.

<b>Don't forget to check the Checkbox ( i.e select the lines..ist default unchecked</b> )

This way the whole Module pool program can be copied.

This excludes TCode ( Logical !!! ).

<i><b>REWARD IF COPIED & USEFUL</b></i>

8 REPLIES 8
Read only

Former Member
0 Likes
848

HII,

simply write a module <u>on the required screen</u> ie 9001 and copy the code from old module to new module.

reward if helpfu

vivekanandl

Read only

Former Member
0 Likes
848

Hi,

Pls specify what you exactly want to copy,

Status and title or queries.

Read only

Former Member
0 Likes
848

its correct i want all the properties i.e flowlogic ,attributes and element list .

if i copy only the flow logic and paste in the new i think i will not the remaining attributes and element list.

Read only

0 Likes
848

hii,

ok now i got your problem you need to copy the screen attributes elements and flow logic rite?

go to se 51 write the screen name and program name...click on copy and give the new screen name....everything will be copied...

Thanks

reward if helpful

vivekanand

Read only

KN-Nampoothiry
Active Participant
0 Likes
849

Hi Naga,

Go to SE80. Take the source code program. Then rt click on the program in right side panel ( tree side ).

Give the target program name. Select whether to copy the screens, and whatever you want to copy in the pop up that follows up.

and The includes will be automatically renamed or u can manually alter it.

<b>Don't forget to check the Checkbox ( i.e select the lines..ist default unchecked</b> )

This way the whole Module pool program can be copied.

This excludes TCode ( Logical !!! ).

<i><b>REWARD IF COPIED & USEFUL</b></i>

Read only

Former Member
0 Likes
848

if i m going to se80 i will do it like that but i am stored in $TMP,what i shall do

Read only

KN-Nampoothiry
Active Participant
0 Likes
848

Hi Naga,

It doesn't matter where your source program is stored as in if its Local or transportable, you copy it to new program and at that time you choose if the new target is Local ($TMP ) or transportable.

SE80 shows all objects ($TMP as well as transportable ). in case you are doubting that.

So straight to SE80 and copy it to new module pool and while copying you can decide if you want only includes and no screens or whatever combination you want ( U can choose what all to take to new program )

<b>REWARD IF USEFUL</b>

Read only

0 Likes
848

hi already i just copied all the screens from source to destination but hear in destination also it will be copied in to the same name user_command_9000 input but i want to copy it in to abcd_user_command_9000