SAP CONVERSION TYPE N



Get Example source ABAP code based on a different SAP table
  



Source Field Type n
The conversion rules are designed in such a way that when data objects of type n are assigned to character-like data objects they behave like character-like objects, and when assigned to numeric data objects they behave numerically. Valid data for data objects of type n is in the form of digit-only strings. When assigning valid data to numeric data objects, the numeric value of the string of digits is assigned to the target object. The conversion rules, however, also allow the assignment of numeric text fields that contain invalid data. The latter is not recommended.
ITOC

Numeric Target Fields TargetConversion i, int8, (b, s)Content is handled in the same way as a source field of type c pContent is handled in the same way as a source field of type c decfloat16, decfloat34Content is handled in the same way as a source field of type c fContent is handled in the same way as a source field of type c



Latest notes: