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

Copying standard program RM07MLBS

PS_1978
Active Participant
0 Likes
1,679

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,416

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.

6 REPLIES 6
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,416

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

Read only

Former Member
0 Likes
1,416

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

Read only

Former Member
0 Likes
1,417

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.

Read only

0 Likes
1,416

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.

Read only

0 Likes
1,416

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.

Read only

0 Likes
1,416

Thank you very much John.

So, I will make these changes in my Z-program.

Best Regards,

Phani.