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

how to create tcode for function group??

Former Member
0 Likes
1,394

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.

6 REPLIES 6
Read only

Sm1tje
Active Contributor
0 Likes
1,025

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.

Read only

Former Member
0 Likes
1,025

but why can't i create the tcode for the function group. it pops up a message"it's not consistent"

Read only

Sm1tje
Active Contributor
0 Likes
1,025

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.

Read only

Former Member
0 Likes
1,025

For function groups Tcode is not possible..

lets wait what our other firned will say regarding this..?

regards

sas

Reward all useful points

Read only

Former Member
0 Likes
1,025

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..

Read only

former_member480923
Active Contributor
0 Likes
1,025

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..