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

how to create function group include...

Former Member
0 Likes
8,076

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,711

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

7 REPLIES 7
Read only

Former Member
0 Likes
3,711

every function group had it own top include..

do like this ..

go to se37--> goto->main program---> double click it

Read only

Former Member
0 Likes
3,711

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

Read only

Former Member
0 Likes
3,713

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

Read only

dellagustin
Product and Topic Expert
Product and Topic Expert
0 Likes
3,711

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.

Read only

Former Member
0 Likes
3,711

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

Read only

Former Member
0 Likes
3,711

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.

Read only

Former Member
0 Likes
3,711

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.