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

hi all dialog program

Former Member
0 Likes
266

hi all

i would like to know if there any program other than alv or oops, where icon are used for example, sum, subtotal, filter, xxl, spreadsheet, word procesing doc, etc.

i have to use these icons in my dialog program.

my other question is how to achieve sum and subtotal in dialog program. in my program i have created table control and in that for some fields i need to show total and subtal, pl guide on this urgently.

thanx

rocky

1 REPLY 1
Read only

Former Member
0 Likes
249

Hi,

Concerning the icons you can always execute transaction ICON to see the list of existing iconsin SAP

To display an icon either use you have sevarl ways to do this:

WRITE: '@OV@' TO L_STRING.

WRITE: ICON_OKAY AS ICON

Regards