Skip to Content
0
Former Member
Sep 30, 2005 at 08:57 AM

RS_TOOL_ACCESS - Program documentation

306 Views

CALL FUNCTION 'RS_TOOL_ACCESS'

EXPORTING

operation = 'DOCS'

object_name = sy-cprog

object_type = 'PROG'

  • ENCLOSING_OBJECT =

  • POSITION = ' '

  • DEVCLASS =

  • INCLUDE =

  • VERSION = ' '

  • MONITOR_ACTIVATION = 'X'

  • WB_MANAGER =

  • IN_NEW_WINDOW =

  • WITH_OBJECTLIST = ' '

  • IMPORTING

  • NEW_NAME =

  • WB_TODO_REQUEST =

  • TABLES

  • OBJLIST =

  • CHANGING

  • P_REQUEST = ' '

EXCEPTIONS

not_executed = 1

invalid_object_type = 2

OTHERS = 3

.

Within this popup there is a button for translating the text and then It gives me an error message 'Object not found'

And when I get into the se63 it says that the program is not ACTIVE

any idea how to translate the program documentation?

Message was edited by: STEPHAN KAMINSKI