‎2008 Apr 11 9:50 AM
Hi all,
I am creating a maintainable table using TABLE maintainace generator. And Call it in another program. But i can't create the tcode for the function group..
Who can tell me how to create a transaction for a function group??
thx in advance.
‎2008 Apr 11 9:55 AM
in SE93 (or SE91) you can create transactions. Upon creating a transaction code you will be asked as to what the transaction code is for. You will get a pop-up with several radiobuttons. I'm not quite sure which one to take (no SAP System at hand). But read the options carefully and you will find out.
‎2008 Apr 11 9:59 AM
but why can't i create the tcode for the function group. it pops up a message"it's not consistent"
‎2008 Apr 11 10:06 AM
That's just not possible.
You can only create transaction codes for certain development objects. Function groups is not one of them. Since function groups in most cases has more function modules it would never be clear where his tx code should lead you. No single point of entrance into development.
So is this case just create one for the table which is used in the table maintenance generator.
‎2008 Apr 11 9:57 AM
For function groups Tcode is not possible..
lets wait what our other firned will say regarding this..?
regards
sas
Reward all useful points
‎2008 Apr 11 9:58 AM
Re: CREATING FUNCTION GROUP
Posted: Mar 25, 2008 10:18 AM in response to: THIRU MALAI E-mail this message Reply
Hi,
1.Goto to transaction se37.
2. On the menubar goto->Function groups->create Function group.
3. give function group name and short text.
4.Save it and assign package code to it
Now ur function group is created.
Or
transaction se80
drop down -> fn group
create it.
Reward point..
‎2008 Apr 11 10:06 AM
Create a Transaction using the Transaction with parameters (parameter Transaction )
Give the transaction name as SM30, and the following parameters
VIEWNAME <Z Table Name>
SHOW X
Hope That Helps
Anirban M..