‎2007 Aug 27 6:10 AM
Hi All,
I need to do Z table maintenance similar to SM30 transaction.
Insert,update,delete and display options must be done.
when display button clicked,
I need to deactivate table control .user should not modify contents .
when update button clicked.
only key fields should be deactivated, and other fields should be in editable mode to update the contents.
when insert button clicked.
at that point,all contents are in non-editable mode, and last row must be in editable
mode to user to enter record and then must save record.
and also please let me know how to save after inserting record in table control.
Please let me know soon.it is urgent.
pleaseSend me code regarding this.
Points will be reward to helpful answers.
Thanks.
S.Anilkumar
‎2007 Aug 27 10:23 PM
Why don't you generate TABLE Maintenance using transaction SE54? You can create a Z paramete transaction based on SM30.
‎2007 Aug 28 2:50 AM
Follow this method, by creating a transaction code for a table
1. Go to transaction SE93 ,
2. Give the name of ur tcode say zxxxx, for maintaining your ztable.
3. Click on create button,now a page opens.
4. Choose the radio button Transaction with parameters (PARAMETER TRANSACTION).
5. In the next screen enter transaction as : SM30
7. Also check all the three check boxes for the GUI support.
8. Scroll down you will find a table control for default values
Name of the screen field | value
___________________________________
VIEWNAME | your ztable name
UPDATE | X
Regards
Gopi