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 role of ‘refresh’ in internal table?
What is PS structure
Explain how many types of tables exist and what are they in data dictionary?
Why we are using Macros instead of Function Modules
What are the different function modules used in sapscript?
How to read 5th record from Hash Internal Table?
What are the list of screen elements?
What is sap abap data dictionary?
Events that can be used in both the classical and interactive reports
Can i Have Some Realtime Examples on Badi ?
How many primary keys can be created for a table?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is the difference between a substructure and an append structure? : abap data dictionary
How do you connect to the remote server if you are working from the office for the client in remote place?
What is a multiple line field?