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: 

table maintenance generator

Former Member
0 Kudos

hi all,

can we make entries or delete entries from SAP standard table

using table maintainence generator.

if yes then how?

i know how to use table maintenance generator for Ztable but i want to know how we can use it for SAP standardd table. for ex- LFA1.

i will surely award ur effort.

thanks & Regards

Sanjeev

1 ACCEPTED SOLUTION

Former Member
0 Kudos

1. Open the table in SE11

2. Go to utilities -> table maintanance generator and create a table maintanance generator.

3. Open the table in SM30 transaction.

4. Add or modify table containts there.

5 REPLIES 5

Former Member
0 Kudos

1. Open the table in SE11

2. Go to utilities -> table maintanance generator and create a table maintanance generator.

3. Open the table in SM30 transaction.

4. Add or modify table containts there.

Former Member
0 Kudos

Hi

table maintanance Generator is used to manually

input values using transaction 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

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

One step, two step in Table Maintenance Generator

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.

Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

Reward points if useful

Regards

Anji

Former Member
0 Kudos

It is not adviceable to maintain table maintaince generator for SAP Standard table,

if you want to see entries or delete entries ,we have sap standard transactions,

MK01,MK02,MK03 - Purchasing vendor

XK01,XK02,XK03 - Central vendor

FK01,FK02,FK03 - Accounting vendor

Reward Points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

Hi,

We can change Custom Tables not SAP standards table.

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.

Regards,

Priyanka.

Former Member
0 Kudos

thanks