‎2007 Jan 26 9:22 AM
Hi experts,
I want to copy Program RVFTPRER (Tcode LEER) and adapt the code because I want to make some modifications ...
The problem is that there are a lot of Functions (FT_VEND_DECL_SD, FT_VEND_DECL_SD_GET_DATA, FT_VEND_DECL_SD_SHOW_LIST etc...).
If I modify just one function, I have to copy it as ZFT_VEND_DECL_SD_SHOW_LIST for example, and I must modify the program who call this function ... Hope you understand ...
I need help, thans.
Greetz,David
‎2007 Jan 26 9:32 AM
Hi David
You're right, if you need to change some functions using in that report you'll have to change the report too in order to replace the calls of those fms.
But it would be better you create a copy of std report and update it instead of the standard one.
Max
‎2007 Jan 26 9:35 AM
Hi max,
thanks for the answer ...
If I create a copy of this report, it's obligatory to make a copy of all Function Groups, Type Groups, Includes and Functions used in this report no ?
Greetz, David.
‎2007 Jan 26 10:04 AM
Hi
No, It's not obligatory.
U have to copy function group and the function modules you need to use (it's not obligatory to copy all function modules of a function group) and then copy only the include you need to change.
In generally when std object has to be copied, it create a copy of main object only and then copy the objects have to be changed for the modifications.
Max
‎2007 Jan 26 9:35 AM
‎2007 Jan 26 9:45 AM
hi
if u kno exactly which includes u dont need den in ur zprog comment dose includes.
copy da code in includes needed, create new includes and paste in dem.
den u'll b able to modify.
same goes for functions as well.
rgds