Application Development 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: 

what is the usage of 'table maintenance'

Former Member
0 Kudos

HI Friends

Please let me know the usage of 'Table maintenance' . As we have other techniques ( BDC BAPI ...) to upload the table. When do we go for 'Table maintenance'

5 REPLIES 5

Former Member
0 Kudos

You typically create table maintenance for a table that contains customizing data, which is failry low in volume and is manually entered by the user or configurer.

Regards,

Nick

JozsefSzikszai
Active Contributor
0 Kudos

hi Rama,

table maintenance we create for table where we want to maintain entries manually. These tables are mostly used for customizing, control program run, save organisation data, etc. Usually there are not many entries in these tables.

hope this hlps

ec

Former Member
0 Kudos

Hi Rama

what i have done in a table maintenance is

we have one Z-transaction and this transaction is executed to only particular users and these users are maintained in Ztable OK

and every time we need to change these users and this is by doing table maint for these table by simply assigning one transaction to this table......

for Ztansaction we simply retrive the data from the ztable and we will check with sy-uname.....

I hope u understand...

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

Hi,

If you want to maintain(Create , Update , Modify ) less data by a specific user at a non-regular intervals . By using Table Maintanace this will be very easy for both the end users and developers too.

With regards,

K K V

Former Member
0 Kudos

Generate Table Maintenance Dialog

Use

The Generate table maintenance dialog component creates standardized maintenance dialogs for tables and views. These dialogs can also be used to maintain table or view contents.

Integration

The component provides a standardized maintenance interface for many customizing activities. It is also useful as a customer table or view input tool.

Table or view maintenance dialogs are created in the ABAP/4 Workbench under the menu path Development ® Other tools ® Gen.tab.maint.dialog. To maintain table or view contents choose Services ® Ext. tab.maint. at any time.

Maintenance dialogs and data which were created, changed or deleted with the maintenance dialog can be transported into other R/3 Systems.

Functionality

The component creates maintenance dialogs which are standardized in their:

functionality

interface

maintenance screen

navigation

enhancement options

maintenance

See also:

Generate table maintenance dialog

Generate table maintenance dialog - Inistial screen

Generate table maintenance dialog - Technical background

Create view clusters

regards,

srinivas

*reward for useful asnwers*</b>