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 a transaction code for a table

Former Member
0 Likes
965

Hi,

Any one plz tell me, how can i creat a transaction code for an particular table.

if it is possible to create the transaction code for an table, plz send me the procedure.

Regards

Justin Jayaraj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

Hi,

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.

regards

Ahasan

8 REPLIES 8
Read only

Former Member
0 Likes
896

you have to create a table maintainance view for that table and then create a transaction for that view

Read only

Former Member
0 Likes
896

Hi,

First create table main and then goto SE93 to create transaction for that.

Plz mark useful answers

Regards

Divakar

Read only

Former Member
0 Likes
897

Hi,

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.

regards

Ahasan

Read only

shishupalreddy
Active Contributor
0 Likes
896

Hi ,

We can create Tcode for a table.

follow the procedure as below.

1. create table maintenace generator in se11.

2.adjust the entrie in table using se14 use SAVE radiobutton while adjusting.

3.go to se93 select Transaction with parameters .

4.provide THE FOLLOWING PARAMETERS.

VIEW <TABLEVIEW NAME >

UPDATE 'X'.

SAVE THE TCODE .

THIS WILL CREATE THE TCODE FOR A TABLE .

Let me know whether you want to transport entries in table aslo or not .

give me reward points if it is helpfull.

bye

thanks ,

Read only

Former Member
0 Likes
896

Hello,

1. Create table maintenence

2. Create a transaction in SE93

Regs,

Venkat Ramanan N

Read only

0 Likes
896

Hi,

1. Tcode SE93

2. Create object with type "Transaction with parameters(paramter transaction).

3. Key in SM30 into "transaction", and tick "skip initial screen".

4. Tick checkbox "Inherit GUI attributes".

5. Name of screen field = VIEWNAME, value = "Your table name".

6. Name of screen field = UPDATE, value = x.

Pls revert if u face any prob.

Read only

Former Member
0 Likes
896

Hello,

Pls. follow above steps given by FSCHU. Thats is obsolutely perfect.

Regs,

Venkat Ramanan N

Read only

Former Member
0 Likes
896

follow these steps:-

Go to se 93.....give tcode name

in the start object click on fourth radio button ..transaction with parameters

defaut value write se16 or se30

check skip initial screen check box

NAME OF SCREEN FIELD VALUE

database-tablename ztable1

save it