3. What is table maintaince generator ? How do u do
it ? Use of it ?
Answers were Sorted based on User's Feedback
Answer / jayraj
To generate the direct entry screen for the particular table
table maintenance generator is used. It can be reached using
the SE11->UTILITIES->TABLE MAINTENANCE GENERATOR or TCODE -
SE54.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / swarnali
it is for creating,adding datas to an existing table,it is
used to dd multiple records at a time in a table,SM31 is
table maintenance generator
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suryakanta senapati
The main purpose of the table maintenance generator is to--
1.We can directly create,change or delete the table entries
without writing any code.
2.For that we need to use the tcode SM30/SM31.
3.Be sure that it's only used for changing the values of
the fields in the table unless the structure of the table
is also changed.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vikas chaudhary
already its answered above still clubbing
we should create maintenance view for tables so that manual entries can be fed . This authorization should not be given via SE11 because end user can corrupt the table structure . SO we create view using se11 , SE54 . Table entries can be entered SE30 .
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / kiran kumar v
In order to enable multiple entries in the table, we use
Table maintaince generator. The T code is se30.
Is This Answer Correct ? | 3 Yes | 15 No |
What is Basic IDOC type?
What is buffering in abap?
How to fetch all the data from the Internal table?
What are the views when we are creating Material ?
Sal abap on hana interview
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Describe the difference between macro and subroutine?
How to create MEDRUCK form?
What is the advantage of structures? How do you use them in the ABAP programs?
what is the difference between view and join
Hi to all abap guru's my querry is as follows How to trigger the page break in smartforms forcibly ? and how to trigger the page break in the scripts forcibly ? means for every 10 records i have to trigger the page break ? and in smart form also ? thanks in advance
What is cardinality?