‎2006 Sep 20 8:26 AM
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
‎2006 Sep 20 8:34 AM
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
‎2006 Sep 20 8:29 AM
you have to create a table maintainance view for that table and then create a transaction for that view
‎2006 Sep 20 8:32 AM
Hi,
First create table main and then goto SE93 to create transaction for that.
Plz mark useful answers
Regards
Divakar
‎2006 Sep 20 8:34 AM
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
‎2006 Sep 20 8:53 AM
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 ,
‎2006 Sep 20 9:01 AM
Hello,
1. Create table maintenence
2. Create a transaction in SE93
Regs,
Venkat Ramanan N
‎2006 Sep 20 9:48 AM
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.
‎2006 Sep 20 10:15 AM
Hello,
Pls. follow above steps given by FSCHU. Thats is obsolutely perfect.
Regs,
Venkat Ramanan N
‎2006 Sep 20 10:42 AM
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