2019 Sep 11 8:55 AM
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


2019 Sep 11 9:16 AM
The include is created automatically when you create a function module in the group. You can't create directly the L include.
2019 Sep 11 10:13 AM
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).
2019 Sep 11 10:55 AM
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.

2019 Sep 12 7:34 AM
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?
2019 Sep 11 12:23 PM
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?