Frage

Is there any default created data type / element for destination? I know that I can use string, but string is very wide open. Is there any limit in destinations name?

DATA: dest type ???.

CALL FUNCTION 'NAME'
    DESTINATION dest.
War es hilfreich?

Lösung

It is common to use the data element RFCDEST for this.

Andere Tipps

Why not just STRING? I usualy use STRING.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top