سؤال

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.
هل كانت مفيدة؟

المحلول

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

نصائح أخرى

Why not just STRING? I usualy use STRING.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top