Tuesday, December 21, 2010
Offset | &symbol+offset& |
Output Length | &symbol(length)& |
Omitting the Leading Sign | &symbol(S)& |
Leading Sign to the Left and Right | &symbol(<)& , &symbol(>)& |
Omitting Leading Zeros | &symbol(Z)& |
Space Compression | &symbol(C)& |
Number of Decimal Places | &symbol(.N)& |
Omitting the Separator for ‘Thousands’ | &symbol(T)& |
Specifying an Exponent for Floating Point Numbers | &symbol(EN)& |
Right-Justified Output | &symbol(R)& |
Fill Characters | &symbol(F f )& |
Suppressing Output of Initial Values | &symbol(I)& |
Ignoring Conversion Routines | &symbol(K)& |
Local Dates (Currently Only for Japan) | &symbol(L)& |
Changing the Value of a Counter | &SAPSCRIPT-COUNTER_x(+)& - Increase counter by 1 &SAPSCRIPT-COUNTER_x(-)& - Decrease counter by 1 |
Preceding and Subsequent Texts (Pre-Text / Post-Text) | &'pre-text'symbol'post-text'& |
Country-Dependent Formatting | /: SET COUNTRY country_key |
Date Mask | /: SET DATE MASK = 'date_mask' |
Time Mask | /: SET TIME MASK = 'time_mask' |
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.