Show TOC

Right-Justified OutputLocate this document in the navigation structure

Use

Symbol values other than numeric values are normally formatted left-justified. To specify right-justified formatting, use the R option. You must use this option in conjunction with an output length specification.

        
            &symbol(R)&
         
Example

If symbol has the value 1234:

&symbol& -> 1234

&symbol(8R) -> 1234

For program symbols, the length specification contained in the ABAP Dictionary definition may be used instead of an explicit length.