Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get method documentation?

Former Member
0 Likes
531

Hi,

I use DOCU_GET to read the class documentation:

CALL FUNCTION 'DOCU_GET'

EXPORTING

extend_except = 'X'

id = 'CL'

langu = sy-langu

object = ld_object

TABLES

line = lt_lines

EXCEPTIONS

no_docu_on_screen = 1

no_docu_self_def = 2

no_docu_temp = 3

ret_code = 4

OTHERS = 5

id = CL (Class)

object = Name of the class

How can I read the documentation of a methof in a class?

Tried this and some other DOCU f/m... without success.

Thx & regards

Michael

1 REPLY 1
Read only

Former Member
0 Likes
434

DOCU_READ with object = CLASS and METHOD+30(30)