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 Maintanance

Former Member
0 Likes
1,045

Hi,

How does the Table Maintanance works...i want to know abt the back ground process happening.

while doing table maintanance for my ztable it is taking so much of time for me.

Please advise.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
946
8 REPLIES 8
Read only

amit_khare
Active Contributor
0 Likes
947
Read only

Former Member
0 Likes
946

Check if you have specified the coorect maintenance type and specified the right key fields..

Read only

Former Member
0 Likes
946

I have specified all the attributs correctly and still im finding the time consumption is high...that too my table is jus a sample ztable containing 3 fields.

Read only

Former Member
0 Likes
946

That is strange,

can you reply specifying all the attributes you have used...

that might help !

Read only

Former Member
0 Likes
946

i now dont want the answers to make the table maintanance generation be done without errors and in lesser amount of time.

but need to know abt the process that is happening the background. the logic behind ..

check this link for the attributes and fields of my table.

http://docs.google.com/Doc?id=dgf9wkqs_2cv7wpp

Read only

0 Likes
946

Hi Arun,

It makes use of the function group you give, and screen number. Then it generate program with table control in the screen and different PAI and PBO modules in the screen.

In simple, it generates table maintenance dialog program

Cheers

Manohar

Read only

0 Likes
946

Arun,

since this table is not related why do you wnat a two step maint. choose a single step and hence one screen

and its strange why dont you have MANDT as the primary key in your table..

Read only

RaymondGiuseppi
Active Contributor
0 Likes
946

How many records are in your table.

If many records, maybe you can create a report with select-options which call the FM created by the dialog generator thru VIEW_MAINTENANCE_GIVEN_DATA or VIEW_MAINTENANCE_CALL

You can build DBA_SELLIST yourself from the select-options or from data selected

or by using VIEW_RANGETAB_TO_SELLIST.

You can look at thread

Regards