Question

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.
Was it helpful?

Solution

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

OTHER TIPS

Why not just STRING? I usualy use STRING.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top