In Table Maintaince Generator for a table i need some fields
to be filled default,like date from sy-datum.........when the
displays initailly....HOw
Answer Posted / balamurugan
1.Create table maintenance generator for your table.
2.In table maintenance screen,go to
Environment-->Modification-->Events.
3.In T column ---> 05(create new entries)
Form column---> Form name(like user_date).
4.Then click on the Editor column,now you will get editor
screen.Then write the code within the form.
Eg:
zaa-date1 = sy-datum.
5.Save and activate.Now try the table entry without filling
this field.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Check and Continue?
What is use of transparent table in abap? How it is different from pool tables?
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.
How do you populate data into a multiple line field?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is personnel sub are
How do you set up background jobs in sap?
What is an update task? : abap modularization
What is structure?
What is the meaning of sap r/3?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is a transaction variant and why are they used?
How do you find the information on the current screen?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What is the bapi?