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

Function Module & Function Group

Former Member
0 Likes
1,677

My Requirement is to create a FM and a FG for the following FM - please advise step by step as I am a newby to ABAP

Z_RSDU_CHECK_SECONDARY_INDEXES

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,578

Give the FG name starting with Z as its a customized object.

rgds,

Sachin

13 REPLIES 13
Read only

Former Member
0 Likes
1,578

Go To SE37.

click on create button.

it will ask you fm name and FG name.

give required name and proceed further.

Read only

0 Likes
1,578

Please advise on the FG name.

starting with a Z ... ; I get error messages as there any naming convention for the FG name or where can I get a name

TX

Read only

Former Member
0 Likes
1,578

Hi,

First create a FG from T-code se80.

Then create FM thru' se37 Tcode. And assign Above FG to this FM.

Regards,

Sachin

Read only

viquar_iqbal
Active Contributor
0 Likes
1,578

go to se37-> goto->function groups-> create function group and create one ( it should start with Z if your creating one )

and then enter the name of FM you want to create and enter the FG you created before .

Thanks

Viquar Iqbal

Edited by: Viquar Iqbal on Mar 12, 2009 1:38 PM

Read only

Former Member
0 Likes
1,578

Hi

Goto se37 transaction.

There Goto(on menu bar)->Function Groups->create FG.

Now after creating FG enter name in function module ->create->pass FG name that u created

After saving object create export,import parameters & write source code according to requirement.

Thanks & Regards,

Anagha Deshmukh

Read only

Former Member
0 Likes
1,580

Give the FG name starting with Z as its a customized object.

rgds,

Sachin

Read only

0 Likes
1,578

your function group name should start with Z or Y , simialr to FM name.

depending on your devlopement statndards of compnay you can give any name to Function group starting with Z.

Read only

0 Likes
1,578

Thank You so much for the Quick Responses

Any example of what a FG name suppose to be . in this case

Z_RSDU_CHECK_SECONDARY_INDEXES ???

Read only

0 Likes
1,578

it can be:

Z_CHECK_INDEX.

Read only

0 Likes
1,578

you will need to create FG in SE80 and use it in SE37.

when you create FM , FG has to exist first.

Read only

0 Likes
1,578

Thank You

Do you perhaps have procedures to create FG in SE80

points will be allocated

Read only

0 Likes
1,578

you do not need to do big thing.

Go to SE80.

on left side you will see two drop down boxes.

select Function Group in first box.

give your z function group name for example Z_CHECK_INDEX in second box.

hit pyramid icon button. it will give you a pop to create a FG if it does not exist.

say yes and give description of FG and it is created.

use the same in SE37.

Read only

0 Likes
1,578

Thanx Santosh problem solved

points allocated