‎2007 Feb 28 1:21 PM
Hi,
I have copied the standard program RM07MLBS to a Z program. But when I look in the Z program, the enhancement points are missing. How can we copy the standard program along with the enhancement points with out using the option SELECT ALL, COPY and PASTE it in the Z program?
Also please explain me why these enhancement points are for?
Do we need to copy the enhancement points also?
Regards,
Phani.
‎2007 Feb 28 1:38 PM
Hi,
Unless absolutely necessary you shouldn't copy any SAP standard program to a Z-program, as you will miss any update in support packages or release upgrades.
The enhancepoints you have found are there to add your coding; if possible use this technique to update the program to meet your requirements!
Regards,
John.
‎2007 Feb 28 1:24 PM
Hi
While copying take has to be taken for Function Modules.
You have to copy the FMs exists in the program also to their ZFunction Modules.
Check it out and correct urs accordingly.
It can work.
Regards,
kumar
‎2007 Feb 28 1:26 PM
enahncement points are the newest enhancement method of SAP.
They are like user-exits or customer exits, and provide resellers or customers with the capability to implement own code WITHOUT modifying.
there are 2 sorts of enhancement points.
- explicit enhancement points (implemented by the developer)
- implicit enahncement points (at start and end of every FORM-routine, module or include).
Message was edited by:
Florian Kemmer
Message was edited by:
Florian Kemmer
‎2007 Feb 28 1:38 PM
Hi,
Unless absolutely necessary you shouldn't copy any SAP standard program to a Z-program, as you will miss any update in support packages or release upgrades.
The enhancepoints you have found are there to add your coding; if possible use this technique to update the program to meet your requirements!
Regards,
John.
‎2007 Feb 28 1:44 PM
Hi John,
Thanks for the suggestions.
But according to the requirement, i have to copy the standard program and do some small modifications in the z program.
So, Please suggest me how to get these enhancement points/sections to the copied z program.
Regards,
Phani.
‎2007 Feb 28 1:51 PM
Hi Phani,
You can't copy these enhancement points. Again: these are meant for making the "small modifications" you are required to do in your Z-program.
Regards,
John.
‎2007 Mar 01 9:13 AM
Thank you very much John.
So, I will make these changes in my Z-program.
Best Regards,
Phani.