Code: Alles auswählen.
CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'
EXPORTING
application = ' '
dokclass = 'RE'
* DOKLANGU = SY-LANGU
dokname = gl_progname
EXCEPTIONS
class_unknown = 1
object_not_found = 2
OTHERS = 3.
Code: Alles auswählen.
CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'
EXPORTING
application = ' '
dokclass = 'TX'
* DOKLANGU = SY-LANGU
dokname = 'ZZ_TEXT'
EXCEPTIONS
class_unknown = 1
object_not_found = 2
OTHERS = 3.