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

RS_TOOL_ACCESS - Program documentation

Former Member
0 Likes
866

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

1 REPLY 1
Read only

Former Member
0 Likes
541

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