Answer Posted / anuraj
Table Maintence generator is used to Create,Change,Delete
the entries of the Table.
Procedure to create Table Maintence generator:
1) Go to SE11.
2) Enter the table name
3) Go to Utilities-> Select Table Maintenance generator
4) Provide Authorization Group,Functional Group,
Maintenance screen No.
5) Click Create.
After this you can work with entries of table in SM30.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain what are extracts?
How do you move on to the next screen in interactive reporting?
What is sql trace? : abap data dictionary
Polymorphism real time scenario
What is a maintenance view? : abap data dictionary
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What are the organizational related Infotypes
What is a database view? : abap data dictionary
What are Pull and Push Methods?
Explain the data types of internal tables?
What is the basic difference internal tables and database tables? : abap data dictionary
What is append search help? : sap abap data dictionary
What is the process to enhance the Infotype
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?