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 meant by search help? : sap abap data dictionary
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
Explain what is a logical database?
Explain the Importance of pa20? : abap hr
What are the function modules used in a sap script driver program?
What are the function of the transport system and workbench organiser? : abap data dictionary
How do you process errors in call transaction method? : abap bdc
Which one is better joins or views and why?
What are client dependent objects in abap/sap?
How to know if the value entered contains records or not?
while implementing badi what are the tables u find??
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What are multiple use BADIS?
What is the use of 'table index'?