Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Time Slice Implementation

Former Member
0 Likes
573

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.

2 REPLIES 2
Read only

Former Member
0 Likes
358

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

Read only

Former Member
0 Likes
358

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