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

Creating t-code for a table

Former Member
0 Likes
1,352

Hi,

I want to know how to create a t-code for a table .

11 REPLIES 11
Read only

eddy_declercq
Active Contributor
0 Likes
1,331

Hi,

Did you check things like

Eddy

Read only

0 Likes
1,331

And actually, we put that question in the proper forum

Mario

Read only

0 Likes
1,331

You Can Create a transaction for A table. But First u need To Create A MAintainence view Using Transaction se54 or Directly From Se11 Menu .Utilities--> table maintainence generator.After Creating it goto se93 And create a transaction using the last option transaction with parameters.

than

Go to se93.

Then create the new T.code.

Under that select parameter Transaction.

Then give the sm30 in the t.code in default values tab.

check the checkbox skip initial screen.

in classification tab.

click checkbox inherit gui attributes..

Now below..

In the default values..

select

viewname and give ur table name.

show = X

save and check it once...

now u can able to call ur table through ur new t.code...

Read only

0 Likes
1,331

Check this thread

Regards

- Gopi

Read only

Former Member
0 Likes
1,331

Hi Arnab,

you mean Tcode to maintian the table entries then ...

1. you need generate the table maintenance using the Menu Utilities->Table maintenance generator

2. give the authorization group, package, function group, overview screen number etc.

3.create the table maintenance

4. now go to se93

5. give custom tcode and say create

then enter description , and then

choose the radio button Transaction with parameters

6. now enter tcode as SM30 and check the check box skip intial screen

7. Check all gui support buttons

8. now go down and enter VIEWNAME from F4 help and value as table name

9. and add UPDATE(choose it from F4) and value as 'X'.

VIEWNAME ZTABLE

UPDATE X

and save it, now check the Tcode.

Regards

vijay

Read only

0 Likes
1,331

Thanx for your reply,

In the table maintenance i want to know about the function group field.

Can you tell me something more about that..

Read only

Former Member
0 Likes
1,331

In the table maintenance i want to know about the function group field.

Can you tell me something more about that..

Read only

0 Likes
1,331

Hi,

this function group consists of the maintenance screens, and the PBO and PAI flow logic.

if you provide the function group while maintaing , the screens and flow logic will be generated under the function group.

you can check it from SE80.

Regards

vijay

Read only

0 Likes
1,331

do one think in this field write function group which u want to make(for ex-zkis) .it automaticaly create function group.

Read only

0 Likes
1,331

Hi Vijay,

Thanks for your reply,

For a custom table which has been created , do i need to create a function group ?

Regards,

Arnab

Read only

0 Likes
1,331