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

Table Maintenance for ZTABLE in Module pool progrming USING Table Controls

Former Member
0 Likes
567

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

2 REPLIES 2
Read only

Former Member
0 Likes
428

Why don't you generate TABLE Maintenance using transaction SE54? You can create a Z paramete transaction based on SM30.

Read only

gopi_narendra
Active Contributor
0 Likes
428

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