2008 Feb 23 9:12 AM
Hi all,
I have developed an ALV report. There are 8 fields displaying in my report. My requirement is when the user clicks the print button my 3rd field shouldn'get printed whereas all other fields should be printed. Can anyone give me a solution for this.
Useful suggestions will be rewarded.
Thanks and Regards,
Karthi.
Hi all,
I have developed an ALV report. There are 8 fields displaying in my report. My requirement is when the user clicks the print button my 3rd field shouldn'get printed whereas all other fields should be printed. Can anyone give me a solution for this.
Useful suggestions will be rewarded.
Thanks and Regards,
Karthi.
2008 Feb 23 2:16 PM
Have a internal table without the 3 rd coloumn
In the event
AT user command
Code the necessary for printing the internal table without the 3 rd coloumn
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |