SAP Database - The Unofficial SAP Knowledge Base

Free Business and Tech Magazines and eBooks

ABAP Programs: Using Symbols and Icons

Print This Post Email This Post Written by admin on Nov 14th, 2007 | Filed under: ABAP Programs

REPORT ZSOURCE0806.

* Declaring symbols and icons
INCLUDE: , .

* Displaying symbols and icons
WRITE: / SYM_PHONE AS SYMBOL, ‘telephone’,
/ SYM_FAX AS SYMBOL, ‘fax machine’,
/ SYM_LEFT_HAND AS SYMBOL, ‘hand pointing left’,
/ SYM_CAUTION AS SYMBOL, ‘caution’,
/ ICON_CHECKED AS ICON, ‘checked; okay’,
/ ICON_DELETE AS ICON, ‘delete’,
/ ICON_PRINT AS ICON, ‘print’.

~~~~~ end of post ~~~~~

———————
ABAPer, mail: abap.community@gmail.com http://abaplearner.blogspot.com

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

  1. ABAP Programs: Working with Field symbols REPORT CHAP2401. * Defining a Field Symbol FIELD-SYMBOLS < FS>. * Variable for later use DATA FIELD VALUE 'X'. * Assigning a field to a Field Symbol ASSIGN FIELD TO...
  2. ABAP Programs:Using Field Symbols for components of a structure REPORT ZSOURCE2403. * Table work area for later use TABLES CUSTOMERS. * Defining a Field Symbol FIELD-SYMBOLS <OUTPUT>. * Displaying all fields of all table entries SELECT * FROM CUSTOMERS....
  3. ABAP Programs :Using Field Symbols for variable parts of fields REPORT ZSOURCE2402. DATA: EXTERNAL_RECORD(4000), POSITION TYPE I, LENGTH TYPE N. FIELD-SYMBOLS < ENTRY>. EXTERNAL_RECORD = '0005Smith0007Edwards0005Young'. DO. LENGTH = EXTERNAL_RECORD+POSITION(4). IF LENGTH = 0. EXIT. ENDIF. ADD 4 TO POSITION....
  4. ABAP Symbols How To get these ABAP symbols in the program. Here is a sample program to generate ABAP symbols. ...
  5. ABAP Source Code: Syntax of ABAP/4 Programs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 *...



This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply

  • Subscribe to RSS

  • Free Ebooks