2006 Mar 24 6:05 AM
Hi Experts,
Presently I am working with table control,but I have got two date fields, I need to do the validation for the date fields, that can be done by me,
But if the user enters the wrong date while entering multiple entries, how can we get the line numebr of the record in which wrong entry is being done.
Thanks In Advance,
Regards,
Irfan Hussain
2006 Mar 24 6:09 AM
Hi Irfan,
have a look on the program.
<b>demo_dynpro_tabcont_loop_at</b>
For current line.
MODULE read_table_control INPUT.
MODIFY itab FROM demo_conn INDEX flights-current_line.
ENDMODULE.
Hope this will help you.
Cheers
Sunny
reward points , if found helpful
Message was edited by: Sunny
2006 Mar 24 6:11 AM
Hi,
In the loop, check SY-STEPL (Screens, current table line index) for wrong date.