‎2008 Jun 27 3:11 PM
hi,
i created a function group and by default got one TOP include and one UXX include.. now at the end, i want to add one more like LZxxxxF01. how to create this include ??
thks
‎2008 Jun 27 3:22 PM
Hi,
goto se80.
Open Functiongroup.
You Right Click On Funtiongroup.On The List Create option Is There.
Now In The Create List There is is option caleed Include.
You Click That And Give your Include Program name.
Include program Is stored under that Function Group.
Regards,
Sujit
‎2008 Jun 27 3:16 PM
every function group had it own top include..
do like this ..
go to se37--> goto->main program---> double click it
‎2008 Jun 27 3:17 PM
hi,
You cannot create any includes with the name of your own ... But you can uncomment the existing includes under USER DEFINED includes section and make use of them ..
Regards,
Santosh
‎2008 Jun 27 3:22 PM
Hi,
goto se80.
Open Functiongroup.
You Right Click On Funtiongroup.On The List Create option Is There.
Now In The Create List There is is option caleed Include.
You Click That And Give your Include Program name.
Include program Is stored under that Function Group.
Regards,
Sujit
‎2014 Oct 14 10:19 AM
Hello I think this is not the best way to do it (at least in higher releases).
Instead of choosing include, choose what you want to use the include for (Form, Class Definition, Class implementation, etc...) this will then let you choose if you want to create a new include or use one existing already. The new include will already have a suggested name that fits the include naming convention for function groups. This will also put the proper INCLUDE clause where it should be according to what you selected (for instance, an include for class definition will be INCLUDED in the TOP include).
Regards,
Guilherme.
‎2008 Jun 27 3:22 PM
Hi,
goto se80.
Open Functiongroup.
You Right Click On Funtiongroup.On The List Create option Is There.
Now In The Create List There is is option caleed Include.
You Click That And Give your Include Program name.
Include program Is stored under that Function Group.
Regards,
Sujit
‎2008 Jun 27 3:29 PM
Hi
Go to SE80--> give the function group name-> hit enter
it gives u the include names---> include lzdeep1234top. " Global Data and include lzdeep1234uxx. " Function Modules
rite click on the function group name-> create->include---->
do not give L-->give any name(say ztestdeep)-> actually the include will get created inside the function group.
You can double click on the function group and go to the main program, you would find the newly added include..
It may help...
*******************************************************************
System-defined Include-files. *
*******************************************************************
include lzdeep1234top. " Global Data
include lzdeep1234uxx. " Function Modules
*******************************************************************
User-defined Include-files (if necessary). *
*******************************************************************
INCLUDE LZDEEP1234F... " Subprograms
INCLUDE LZDEEP1234O... " PBO-Modules
INCLUDE LZDEEP1234I... " PAI-Modules
include ztestdeep.
‎2008 Jun 27 3:54 PM
hi,
Not only in function module... where ever you want to create an include...Directly mention the name of the include in specified namespace and then double click on it...
That will give a prompt to create the include object...
Hope this would help you.
Regards
Narin Nandivada.