2005 Oct 21 1:33 AM
hai friends,
i hope every thing goes good.
i have doubt, how to create transaction code for maintenance view. I created view for tranperant table and now i want to create transaction code for the view.
i tried and i donot know the screen number and program name and where can i give the view name.
if any one know please post in details.
thanks in advance.
2005 Oct 21 6:50 AM
hi,
proceed the following steps
Se93 -> enter some tcode - > Create - > Select Transaction with Parameters ( start object ) - >
Transaction = SM30 (set skip initial screen)
in the bottom select name of the screen field as view name
then select corresponding view name (value)
cheers,
sasi
Use SE93
Transaction = SM30
Skip initial screen = 'X'
Default values
View name = < your view name>
update = X
*reward if helpful*
2005 Oct 21 1:53 AM
Hi Elam,
You need to create a "Parameter Transaction".
What this means is that you will have a transaction (let's call it "ZMAINT") which calls "SM30" and passes in your table name.
Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).
Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.
Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen.
Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.
Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.
Now save the transaction and there you have it.
Hope this helps.
Cheers,
Pat.
PS. Kindly assign Reward Points to the posts you find helpful.
2005 Oct 21 1:54 AM
I guess by maintenance view you mean Maintenance Dialog that you have created in SE54 or in SE11 -> Utilities -> Table Maint. generator.
After this you have to create a parameter transaction .
The transaction will be SM30.
Parameter will be
VIEWNAME -> <YOURTABLENAME>.
UPDATE -> X.
Just see transaction BD60 in SE93 for example.
Cheers.
2005 Oct 21 6:37 AM
2005 Oct 21 6:50 AM
hi,
proceed the following steps
Se93 -> enter some tcode - > Create - > Select Transaction with Parameters ( start object ) - >
Transaction = SM30 (set skip initial screen)
in the bottom select name of the screen field as view name
then select corresponding view name (value)
cheers,
sasi
2007 Sep 25 1:58 PM
Hi
Even I have the same requirement
Message was edited by:
Madhu Sharma
2007 Sep 25 2:03 PM
Use SE93
Transaction = SM30
Skip initial screen = 'X'
Default values
View name = < your view name>
update = X
*reward if helpful*
2007 Sep 25 2:07 PM
Hi,
You need to create a Parameter transaction - In SE93 while creating the tcode, specify the last option (Transaction with Parameters or Parameter Transaction).
In the subsequent screen, under the Defaults block, specify the transaction as SM31 and select the check-box 'Skip initial screen'.
At the bottom of this screen, in the list you would specify the following-
Name of screen field -
Values
UPDATE -
X
VIEWNAME -
Name of your table
Save all these.
http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm
Regards
Sudheer
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |