what is table maitainance generator and how to create that?
what is transaction code?
Answers were Sorted based on User's Feedback
Answer / deepak
Hi,
Table maintenance generator provides interface to
insert/update/delete entries in table via screen.
It can be created by transaction SE11(Utilities- Table
Maintenance Generator or SE54(Generated Objects).
Deepak
www.sahajayoga.org
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bandivenkateswarlu
In table maintainance generator we can use the transaction
code is SM30. by using the table maintaince generator we can
add the rows and columms at the runtime of the table.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / salil b
Other than what Deepak has mentioned(insert/update/delete entries in table via screen), we can use TMG for adding some validations, calculations or conditions as well with the help of Events.
select menu path ENVIROGNMENT>MODIFICATION>EVENTS.
Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Does the external program run in the same sap luw as the caller, or in a separate one?
Does SAP handle multiple currencies? Multiple languages?
What happens if a function module runs in an update task?
What are the output type and Tcodes?
30) What is a text table?
if i remove the select stmt from start-of-selection and put the select stmt in end-of-selection it is triggering then what is the use of start-of-selection? Please send me the answer
suppose you are using session method for 1000 records and there is error in 400 and 500 records.how many records will be updated to the database?
What is the meaning of table buffer? This buffer is used by which type oftable?
Give few names of cluster tables in sap ?
What is the purpose of BAPI 'BAPI_SALESORDER_SIMULATE'? Write a sample program.
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.