Get Example source ABAP code based on a different SAP table
• space ABAP_DATA_OBJECT
The Constant space> The program-global constant ABAP_KEY space> has the data type c>, length 1, and contains a blank character.
Latest notes:
For the constant space>, trailing blanks are ignored in most operand positions, as for all character-like fields with fixed lengths. The constant space> should therefore not be used in such positions.
The name space> is reserved and cannot be used in any context for other data objects, structure components, attributes, or formal parameters. NON_V5_HINTS
An exception to the latter are the obsolete anonymous components> of structures. ABAP_HINT_END
ABAP_EXAMPLE_VX5 The result of the following concatenation> is a string with exactly one blank. The blanks in the first two spaces> specified are ignored. Blanks are only respected after SEPARATED BY >. Except for space>, this example also applies to a text field literal> ' '> with exactly one blank character. ABEXA 01258 ABAP_EXAMPLE_END