UNPKG

@abaplint/runtime

Version:
8 lines (7 loc) 440 B
import { DataReference, FieldSymbol, Structure, Table } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; /** * note target and source is switched vs the ABAP statement for acommodating expression REF */ export declare function getReference(target: FieldSymbol | DataReference, source: INumeric | ICharacter | Table | Structure | DataReference | FieldSymbol): DataReference;