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

Coping SAP Standard program to Z program

Former Member
0 Likes
988

Hi All,

I am trying to copy SAP standard program to Z program, because i am unable to reach my requirement by using user exits

So can i know the Dis Advantages of this??????????? to make into z development

Thanks & Regards,

Arjun.

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
796

Certainly the biggest one would be when SAP provide new update to standard program you would have to not only apply these changes to your Z program but also monitor standard program all the time after you copied it.

Any new "realease" should be reported to you so you could adapt your Z report.

6 REPLIES 6
Read only

MarcinPciak
Active Contributor
0 Likes
797

Certainly the biggest one would be when SAP provide new update to standard program you would have to not only apply these changes to your Z program but also monitor standard program all the time after you copied it.

Any new "realease" should be reported to you so you could adapt your Z report.

Read only

0 Likes
796

thanks for your reply,

your point is right, but i want to know the functionality of the program, how it will act after copying to z program, any changes??????????

Read only

0 Likes
796

Hi,

The logic itself won't change. All you need to remeber is when copying the program, system will prompt to select all the objects related to the report which you want to copy. Includes are of special interests here. If you select them you will have to provide new names, and this is what you want to avoid. If left deselected system will copy standard includes with their standard names to your program. One huge advantage of this is that when new update comes only to this include it will automatically update your includes (and entire report) too.

Personally I recommend leaving standard names (includes) unless you are want to apply change to inlcude itself. In this case all changes will be applicable only for program + possibly custom includes (adapted from standard ones). The less changes you make to standard the higher chance your program won't collapse after new changes to standard program arrive.

Regards

Marcin

Read only

0 Likes
796

Hi,

The logic itself won't change. All you need to remeber is when copying the program, system will prompt to select all the objects related to the report which you want to copy. Includes are of special interests here. If you select them you will have to provide new names, and this is what you want to avoid. If left deselected system will copy standard includes with their standard names to your program. One huge advantage of this is that when new update comes only to this include it will automatically update your includes (and entire report) too.

Personally I recommend leaving standard names (includes) unless you are want to apply change to inlcude itself. In this case all changes will be applicable only for program + possibly custom includes (adapted from standard ones). The less changes you make to standard the higher chance your program won't collapse after new changes to standard program arrive.

Regards

Marcin

Read only

0 Likes
796

Hi,

The logic itself won't change. All you need to remeber is when copying the program, system will prompt to select all the objects related to the report which you want to copy. Includes are of special interests here. If you select them you will have to provide new names, and this is what you want to avoid. If left deselected system will copy standard includes with their standard names to your program. One huge advantage of this is that when new update comes only to this include it will automatically update your includes (and entire report) too.

Personally I recommend leaving standard names (includes) unless you are want to apply change to inlcude itself. In this case all changes will be applicable only for program + possibly custom includes (adapted from standard ones). The less changes you make to standard the higher chance your program won't collapse after new changes to standard program arrive.

Regards

Marcin

Sorry I had some server problem that's why it shows up 3 times.

Edited by: Marcin Pciak on Jan 7, 2009 8:52 AM

Edited by: Marcin Pciak on Jan 7, 2009 8:53 AM

Read only

Former Member
0 Likes
796

HI.

Just we have to satisfy the our requirements.some times User exit and BAdi is not using to enchant our requirements so we are copy the STD programs. NO advantages No disadvantages here example.

We can use OSS notes as per SAP new versions if you creating Zreport .

Instead of OSS notes you have to do code.

Regards.

Jay