‎2007 Mar 13 9:24 AM
Hi All,
I need to copy the standard program SAPLBTCH, TCODE SMX into Zprogram and Ztcode and i need to do changes in GUI Status JOV_STATUS(Create a Z version of JOV_STATUS and remove the delete from Menu Bar and Menu Options.)
when am coping it into Z function group is comming(BATH) ,am not able to under stand,
Please kindly help me.It is very urgent.
Thanks in advance .
Thanks&Regards.
Ramu.
‎2007 Mar 13 9:28 AM
Hi,
Instead of Std function group 'BTCH', You create your own Function Group
and assign to the program.
Copy the function group to Zgroup.
copy the Fun module to Z fun module
Copy the Main program with all includes to Z programs.
since it is having lot of includes you should be careful.
Regards,
Anji
‎2007 Mar 13 9:31 AM
Hi Ramu,
SAPLBTCH is a Function Pool. To copy this go to SE80-> Functino Group(BTCH), right click on the top most node (BTCH) and select copy to copy the whole thing to your Zversion.
Please keep in mind that this is a Function Group and will be having lot of objects in it.
In you case copy the Function module you need to modify and refer to the standard includes the function module refers to. You might miss some declaration which would be present in the system defined include, you can use the existing includes or copy the declaration part to your own global includes also.
Regards,
George
reward points for helpful answers