‎2007 Mar 23 6:27 PM
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.
‎2007 Mar 23 6:33 PM
Check these links -
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
The performance depends on the number of fields and table attributes.
Regards,
Amit
Reward all helpful replies.
‎2007 Mar 23 6:33 PM
Check these links -
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
The performance depends on the number of fields and table attributes.
Regards,
Amit
Reward all helpful replies.
‎2007 Mar 23 7:05 PM
Check if you have specified the coorect maintenance type and specified the right key fields..
‎2007 Mar 23 8:12 PM
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.
‎2007 Mar 23 8:14 PM
That is strange,
can you reply specifying all the attributes you have used...
that might help !
‎2007 Mar 23 8:21 PM
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.
‎2007 Mar 23 8:32 PM
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
‎2007 Mar 23 8:45 PM
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..
‎2007 Mar 23 8:57 PM
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.
Regards