Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

print option

Former Member
0 Likes
264

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.

1 REPLY 1
Read only

Former Member
0 Likes
249

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