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

include files name

0 Likes
1,673

how to create include file starting with L and ending at not 01?

Such as Others:

Funtion Group:ZHX_FMS008

include file :lzhx_fms008o_1010

but for me

Funtion Group:ZHX_FMS008

include file :lzhx_fms008o01

5 REPLIES 5
Read only

ruben_rollano
Participant
0 Likes
1,443

The include is created automatically when you create a function module in the group. You can't create directly the L include.

Read only

Former Member
0 Likes
1,443

Although there is a recommendation regarding function group include suffixes you should be able to create anything as long as it is not a reserved suffix and is exactly 3 characters long.

The ending ...o_1010 is longer then 3 characters so it will not work (unless you have another function group with the name zhx_fms008o_1).

Read only

0 Likes
1,443

it works well.Like my Attached pictures can be proved that the length over 3 characters Similarly works well.

I want to know others how to creat the ending ...o_1010,but I only creat the reserved suffix lke ...01.

Read only

1,443

In the SAP releases I am using it is only possible to create an include file L<FUNCION_GROUP_NAME>XXX if the corresponding function group exists otherwise I get blocked by an error message No function group was found for include....

Did you try what sandra.rossi suggested and failed?

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,443

If you double-click the name, doesn't it display a warning message that it doesn't exist, and if you press enter to confirm the warning, isn't there a dialog to create the include?