2008 Sep 17 6:37 AM
Hi all,
like here we disply all the table contents so if we want to display only a single perticular field then what to do other than write optn. like using any function module..?
thanxxx
CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV'
TABLES
table = ntab.
2008 Sep 17 7:00 AM
So you mean instead of printing the entire internal table, you have to print one field.
Create a new internal table and copy the required field to that and give the new internal table to function.
Hi all,
like here we disply all the table contents so if we want to display only a single perticular field then what to do other than write optn. like using any function module..?
thanxxx
CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV'
TABLES
table = ntab.
2008 Sep 17 7:00 AM
So you mean instead of printing the entire internal table, you have to print one field.
Create a new internal table and copy the required field to that and give the new internal table to function.
2008 Oct 27 9:47 AM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |