‎2009 Mar 12 12:33 PM
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
‎2009 Mar 12 12:40 PM
Give the FG name starting with Z as its a customized object.
rgds,
Sachin
‎2009 Mar 12 12:34 PM
Go To SE37.
click on create button.
it will ask you fm name and FG name.
give required name and proceed further.
‎2009 Mar 12 12:36 PM
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
‎2009 Mar 12 12:36 PM
Hi,
First create a FG from T-code se80.
Then create FM thru' se37 Tcode. And assign Above FG to this FM.
Regards,
Sachin
‎2009 Mar 12 12:37 PM
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
‎2009 Mar 12 12:39 PM
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
‎2009 Mar 12 12:40 PM
Give the FG name starting with Z as its a customized object.
rgds,
Sachin
‎2009 Mar 12 12:42 PM
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.
‎2009 Mar 12 12:43 PM
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 ???
‎2009 Mar 12 12:46 PM
‎2009 Mar 12 12:48 PM
you will need to create FG in SE80 and use it in SE37.
when you create FM , FG has to exist first.
‎2009 Mar 12 12:51 PM
Thank You
Do you perhaps have procedures to create FG in SE80
points will be allocated
‎2009 Mar 12 12:55 PM
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.
‎2009 Mar 12 12:56 PM