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

SAPLBTCH

Former Member
0 Likes
879

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.

2 REPLIES 2
Read only

Former Member
0 Likes
615

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

Read only

Former Member
0 Likes
615

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