‎2010 Jul 13 12:25 PM
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).
‎2010 Jul 13 12:42 PM
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.
‎2010 Jul 13 1:49 PM
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 ..
‎2010 Jul 13 2:03 PM
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..
‎2010 Jul 13 2:10 PM
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.
‎2010 Jul 14 7:17 AM
Hi to all,
the problem is solved.
Thank u for all giving solution.