Application Development 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: 

Function Group SWF ... how to write a wizard

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

is there any documentation available about the function group SWF2, espacially FM SWF_WIZARD_CALL or how to write an own wizard?

1 ACCEPTED SOLUTION

andre_kster
Explorer
0 Kudos

Hi,

Have a look at this blog, it seems to explain how to create a wizard:

Regards

Andre

2 REPLIES 2

Former Member
0 Kudos

hi,

you can create this function group or any function group as follows:

1.Choose Goto ® Function groups ® Create group.

2.Specify the function group name and a short text.

3.Choose Save.

Function group names are freely definable up to a maximum length of 26 alphanumeric characters. Remember to observe the normal naming conventions for the first character (A-X for SAP development, Y and Z for customers).

When you create a new function group, the system automatically creates a main program containing two includes. Like any other programs and includes, you can display them in the Repository Browser.

The name of the main program is assigned by the system. This is made up of the prefix SAPL followed by the function group name. For example, the main program for function group SXXX is called SAPLSXXX.

The names of the include files begin with L followed by the name of the function group, and conclude with UXX ( or TOP for the TOP include). The TOP include contains global data declarations that are used by all of the function modules in the function group. The other include file within the main program is used to hold the function modules within the group.

visit this link:

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

andre_kster
Explorer
0 Kudos

Hi,

Have a look at this blog, it seems to explain how to create a wizard:

Regards

Andre