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

copy the standard program ( TCODE :MB5S)

Former Member
0 Likes
839

Hi experts,

I want to copy standard program (TCODE IS MB5S) .I tried in this way.

go to se80 and in that copy the program and also copy the include .

when executing my (zprogram ) program one message is displaying.

"OPERATION TERMINATED" what is the problem?

pls give me solution ? pls give me the steps in detail for coping standard program (MB5S).

5 REPLIES 5
Read only

Former Member
0 Likes
749

Hi,

Just follow teh simple method



1.) Goto SE38 and  give the program name as RM07MSAL. 
2.) Click the copy(CTRL+F5) button in the screen, give target program as Z_RM07MSAL and click copy.
3.) In the pop up screen, select all check box like Documentation, Variants,User Interface,Screens and INCLUDEs and then click copy button.
4.) Give the Include name target.
5.) Give the package and saved it in a transport request.
6.)Activate all the object and then test teh report.You will not receive any error.

Read only

0 Likes
749

Hi senthil,

thank u .The steps what u gave i followed same thing.

program successfully copied and executed.

But one message is displaying whie executing .The message is "Status STANDARD of the user interface Z_RM07MSAL missing"

I gave target include name is "Z_RM07MSAL". WHAT is the problem?

pls help me in this ..

Read only

0 Likes
749

just understand what the error is saying... its saying that STATUS is missing right!! what is that status?? its GUI status..

goto SE41 and give program name as RM07MSAL , press F4 on status. you will find STANDARD... you need to copy this status to your Z_RM07MSAL and activate..

Read only

0 Likes
749

Hi,

I can execute the Z Program without any error... Please check properly and try to create it again by following the step.

You need to activate three objects REPS, REPT and CUAD.

Then it should work.... And also check the Status as explained by the Soumyaprakash.

Read only

0 Likes
749

Hi to all,

the problem is solved.

Thank u for all giving solution.