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

Edit customer table record

Former Member
0 Likes
443

I need to create a program that edits the entries of a ztable. I made the the program for inserting data but what is the best way on how to do it?

I need to select a record and then edit the whole details in the program.

4 REPLIES 4
Read only

Former Member
0 Likes
414

Hi,

You could provide Table maintenance generator for the ZTABLE and if needed modify the program behind it to suit your needs.

Rgds,

HR

Read only

Former Member
0 Likes
414

Hi adrian,

1. For such things,

Table Maintenance concept is already there,

2. using which,

sm30 tcode,

we can insert/edit the record

by selecting it.

3. But for that we have to specifcailly

create the table maintenance,

using se11 or se54.

(the utility will automatically create it)

regards,

amit m.

Read only

0 Likes
414

My next question is, how to use the Table Maintenance Generator. I don't know what to choose from authorization group, function group, etc..

Read only

0 Likes
414

Hi Adrian,

There is comprehensive help available in SAP for this.

But some of things you can put are:

Auth Group - Either a group of ppl who are authorised to use that table or in case you are not sure at the moment choose no authorizatio.

Function Grp: you can give the same name as the table. In this case it will automatically generate the function group.

You can also use an already existing group.

On the same screen you can choose to have a single-step or two-step maintenance. In either case you need to ptovide a screen no. once you give them these will the screen available to you through sm30 . You can choose any number for screen as you wish . these will be created in the function grp.

Rest you can leave default as of now. If you still have questions you can revert back

Regards

Nishant