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
614

What is the general for using the table maintainance generator??

How can i use it in the report program??

Is there any reference about it??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
583

Hi,

Table Main. Gen is for maintaing data in the table, you probably can create a transaction for that and call it from the report.

Regards,

Ravi

Note : Please mark all the helpful answers

4 REPLIES 4
Read only

Former Member
0 Likes
584

Hi,

Table Main. Gen is for maintaing data in the table, you probably can create a transaction for that and call it from the report.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
583

Table Maintenance will be created to a table where user want to maintain data of that table. From there user can enter data, delete data and modify data.

After creating table maintenance, From SM30 transaction user can do maintenance.

You can create table maintenance, from SE11 after creating table, you will find table maintain generator in the utilities and there you have to give function group and authorization. System will create screens in that function group.

How can i use it in the report program??

U can create a Parameter transaction and call in ur report program...

have a look here:

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

U can search forum u willl get plenty of info

Read only

Former Member
0 Likes
583

Hi

You can call a table maintenance by fm VIEW_MAINTENANCE_CALL

Max

Read only

vinod_gunaware2
Active Contributor
0 Likes
583

Open SAP tables for direct maintenance

1. SE11 enter table name

2. Go to Attributes tab

3. Change the delivery class to 'L'

4. Follow the path Utilities -> Table maintenance generator

5. Change the recording routine ( bottom of the screen) to NO, or user.

6. Activate the table, do NOT recreate the table maintenance routines

Create Parameter transaction for SM30

Assuming that you want the user to maintain a table or view using SM30 but you do not want them to see the initial screen of SM30. For e.g. V023 - Material Group.

Steps tested in 4.6x :-

SE93 - Type in a transaction name e.g. ZV023

Click create - choose parameter transaction

In the Create Parameter transaction screen, fill in the following fields :-

Transaction SM30

Tick Skip initial screen

Tick Inherit GUI attributes

Name of screen field Value

VIEWNAME V023

UPDATE X

Press F8 or click the Test button for testing.

Save it and with the required authorization, the user will be able to use transaction code ZV023 to maintain the material group

regards

vinod