2010 Jan 07 7:18 PM
Hello everyone,
First of all sorry for my bad english.
I am programming in the HR module. My program has a selection-screen where the user enters a date.
In my program I do GET pernr, and my declared infotypes automatically get their data. The thing is, now I want to delete the rows that do not correspond to the date in the selection screen.
My date is stored in a range.
thanks in advance
Hello everyone,
First of all sorry for my bad english.
I am programming in the HR module. My program has a selection-screen where the user enters a date.
In my program I do GET pernr, and my declared infotypes automatically get their data. The thing is, now I want to delete the rows that do not correspond to the date in the selection screen.
My date is stored in a range.
thanks in advance
2010 Jan 07 7:24 PM
For example try like this,
delete itab where lgort not in r_lgort[].
or you can loop the internal table and process the records which matches the date in the range table.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |