‎2009 Jan 06 2:20 PM
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.
‎2009 Jan 06 2:27 PM
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.
‎2009 Jan 06 2:27 PM
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.
‎2009 Jan 07 5:01 AM
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??????????
‎2009 Jan 07 7:51 AM
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
‎2009 Jan 07 7:52 AM
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
‎2009 Jan 07 7:52 AM
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
‎2009 Jan 07 5:58 AM
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