ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Ouput ICON in screen

Print This Post Email This Post Written by admin on Jun 16th, 2008 | Filed under: ABAP

There are 2 statements which allow to write ICON’s on the report output. We need to have INCLUDE <ICON> or INCLUDE<LIST> statement in the program.

Eg: WRITE <ICON-NAME> as ICON. ” will give the desired icon on the list output.

Share

If you like this post, you may as well like these too:

  1. ICON in Selection-Screen How to write the ICON in the selection screen. In the selection screen definition add the below code 1 selection-screen comment 40(20) icon1. Now in event of at selection-screen output...



Leave a Reply