‎2006 Apr 17 5:38 PM
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??
‎2006 Apr 17 5:44 PM
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
‎2006 Apr 17 5:44 PM
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
‎2006 Apr 17 5:48 PM
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
‎2006 Apr 17 6:33 PM
Hi
You can call a table maintenance by fm VIEW_MAINTENANCE_CALL
Max
‎2006 Apr 17 6:44 PM
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