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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vin
Chk this link..
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?
pageId=93454609
Is This Answer Correct ? | 1 Yes | 0 No |
How to Delete an LSMW Projcet, Subproject and Object.
Name some data dictionary objects?
What are logical databases? : abap hr
What type of variables normally used in sap script to output data?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
12) How to add Text Modules in SMARTFORMS?
Are you familiar with all steps for setting up a workflow?
What is an index? By default system will create the primary index or User can create,if user How? And also Secondary indexes by User or by defaultly system?
when are this three events fired and tell me whuich event is fired first ,second and third --- at selection - screen, at selection -screen output, and at selection- screen on value request.
what is TNAPR table?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are the different functions used in sap script? What are the parameters used in each function?