‎2006 Jun 15 1:07 PM
Hi All,
This is a very specific requirement .
I need to implement a table control in which I need to implement 3 fields . Two date fields , and another field (take as X). The date fields will be in non editable mode but the third field is in editable mode. There will be a button, on the click of which the user can enter a new row and add the dates (then only it will be in editable mode) and the third field. On click of the save button , it will be saved in the transparent table .
Plz tell me how to do it,
Thanks in advance,
Paul.
‎2006 Jun 15 1:15 PM
Hi,
1) to disable two colums you can set Input>output
field property to output only
3rd column set property to input,output by
chcking check box.
2) For adding buttons use set pf-status 'test'
or se41 transaction.
3) When save is clicked use insert statement
to update table.
Please refer ABAPDOCU transaction for demo program.
Regards,
Amole
‎2006 Jun 15 1:17 PM
YOu have to create the table with the two date fields as key fields and the third as normal field.
Generate the table maintenance for the table.
Regards,
ravi