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


Please Help Members By Posting Answers For Below Questions

What is a bsp application? : sap abap hr

638


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

746


What is the differences between structure and table in the data dictionary in abap?

614


What are the various events associated with screen programming?

695


How to write a code in tab control? : abap bdc

634






When value table becomes check table?

582


What are the uses of secondary indexes?

555


what is field string ? & where we are using field strings?

1577


What is a persistent class?

974


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1734


Select up to 1 row and select single difference ?

650


What is a table cluster? : abap data dictionary

738


What is an on”*-input filed” statement?

605


What are different abap/4 editors?

611


Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?

918