2007 Jun 12 1:24 PM
i m creating a internal table ( itab_0014) which contain data of infotype 0014 now i want to arrange them in ascending order according to begda how can i do it plzzzzz help
2007 Jun 12 1:28 PM
Hi Bhupinder ,
Use the SORT command .
e.g.
SORT itab_0014 BY BEGDA.
Regards
Arun
i m creating a internal table ( itab_0014) which contain data of infotype 0014 now i want to arrange them in ascending order according to begda how can i do it plzzzzz help
2007 Jun 12 1:27 PM
hi,
You can sort the table use this.
sort itab_0014 by begda.
regards,
sudha
reward is useful.
2007 Jun 12 1:27 PM
Hi
SORT that Internal table by PERNR BEGDA
sort itab by pernr begda.
Reward points for useful Answers
Regards
Anji
2007 Jun 12 1:27 PM
2007 Jun 12 1:28 PM
Hi Bhupinder ,
Use the SORT command .
e.g.
SORT itab_0014 BY BEGDA.
Regards
Arun
2007 Jun 12 1:29 PM
Hi,
Use SORT command.
like SORT itab ascending/descending.
Regards,
Bhaskar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |