‎2005 Sep 30 9:57 AM
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
‎2005 Sep 30 11:12 AM
Hi Stephan,
I am not familiar with what this FM does, so this may be a long shot - but are you sure 'DOCS' is a valid operation? On going through some portion of the code I found SHOW, EDIT, etc, but no DOCS.
Also, maybe you can check out this example:
http://www.baseportal.de/cgi-bin/baseportal.pl?htx=/matkoenig/abap4/abap4_all#70
Sudha