Data manipulation - Example code and information on various data manipulation techniques


Insert TAB into output text string
Insert a TAB value into a text string

TRANSLATE - Change characters within a string (i.e UPPERCASE)
Using the TRANSLATE command to change values in a text string

Round values UP to the nearest whole number
Round up SAP value to nearest whole number

Return fraction / whole value of a decimal number
Get fraction or whole value of a decimal number using various techniques such as MOD, DIV, FRAC and SHIFT

CONDENSE - Remove all spaces from a field
Use CONDENSE command to Remove spaces from SAP field



Move minus sign from end to start of field
Move minus sign to start of field

Round values DOWN to the nearest whole number
Round down SAP value to nearest whole number

SAP ABAP help
Return to General ABAP menu

Related Articles

Retrun the fraction / whole value of a decimal number using MOD, DIV, FRAC or SHIFT
Remove spaces from character field (CONDENSE)
Move minus sign(-) from end to start of field
ABAP Round functionality to round values down to nearest value based on your decimal place requirement
Round ABAP values up to the nearest value
Inserting TAB's into text strings
Change characters within a string ( TRANSLATE )