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 maintainance generator

Former Member
0 Likes
548

Hi All,

what is the importance of Maintanance type,Maintainance screen no,Recording routine and Compare flag while creating the Table maintainace generator.

Sathish Reddy.

4 REPLIES 4
Read only

Former Member
0 Likes
524

Hi,

It is used for updating tables.i.e deleting,updating and inserting data into tables.

check these threads and links

For further help look into these links

http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm

Regards,

pankaj singh(syntel)

Read only

Former Member
0 Likes
524

Hi

Sathish

Table maintanence generator is nothing but making a table available for adding records and deleting records.

The transaction code used is SM30.

follow below steps

1) go to se11 check table maintanance check box under

attributes tab

2) utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

3)

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

4) select maintaience type as single step.

5) maintainence screen as system generated numbers

this dialog box appears when you click on create

button

6) save and activate table

using sm30 you can create entries manually.

check these links

if helpfull allot points

-charitha.

Read only

Former Member
0 Likes
524

hi,

u can use Table Maintenance generator is required to do user as manually in tabl e entries.

suppose if u want to update a table automatically rather programatically u can go for tbale maintenance generator

Manual entries in table can be maintained ( New record can be inserted / existing can be modified )

use transaction SM 30, if the table maintenance for the table is generated.

http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

steps :

Goto SE11 and open the table.

Click UTILITIES -> Table Maint. Generator,

Enter the details

click on Save.

activate the table.

reward points if this really helps u...

shan.

Read only

Former Member
0 Likes
524

<b>1. Maintenance type</b><br>

It specifies when you insert the new record, dat to be filled for the new entry should come in same screen one step) or new screen should come for data entry(two step)<br>

<b>2. Maintenance Screen</b><br>

this is screen which is displayed to user. you can edit the screen and set the attributes of screen as per your need.

e.g.-if you want one of fields as output only and in the pAI of screen you can populate the value><br>

<b>3. Recording routine</b><br>

recording routine is same as your delivery class of table.><br>

if recording routine is no or use it means 'A'-no transport request number is asked while saving the entries.><br>

if it is standard -'C'it means it will ask for transport request number

Message was edited by:

SHEFALI GANGRADE