SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

RSDSYS10 SAP ABAP Report - Print MS Word IMG notes







RSDSYS10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSDSYS10 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSDSYS10. "Basic submit
SUBMIT RSDSYS10 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDSYS10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Print MS Word IMG notes
Text Symbol: 001 = Selection of the notes to be printed
Text Symbol: 002 = Print notes:
Text Symbol: 003 = Print
Text Symbol: 004 = Project IMG
Text Symbol: 005 = Project number
Text Symbol: 006 = Enterprise IMG
Text Symbol: 007 = Note type
Text Symbol: 010 = Print MS Word notes
Text Symbol: 011 = & notes to be printed
Text Symbol: 012 = Print notes?


INCLUDES used within this REPORT RSDSYS10

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING * ENVIRONMENT = ' ' * FILENAME = ' ' QUERY = 'OS' * WINID = ' ' IMPORTING RETURN = FRONTEND EXCEPTIONS INV_QUERY = 1 NO_BATCH = 2 FRONTEND_ERROR = 3 OTHERS = 4.

TOCX_OBJECT_EXISTS CALL FUNCTION 'TOCX_OBJECT_EXISTS' EXPORTING LANGUAGE = ' ' OUTLINE = OUTLINE EXCEPTIONS OBJECT_EXISTS_NOT = 1 OBJECT_IN_OTHER_LANGUAGE = 2 OBJECT_IS_EXTENSION = 3 OTHERS = 4.

TOCX_GET_HEADER CALL FUNCTION 'TOCX_GET_HEADER' EXPORTING LANGUAGE = SY-LANGU OUTLINE = OUTLINE IMPORTING MASTERLANGUAGE = MLANG NEWEST_MODIFIED_VERSION = MOD NEWEST_ORIGINAL_VERSION = ORG TABLES HEADER_DATA = I_DSYAH EXCEPTIONS NO_LANGUAGE_GIVEN = 1 NO_OUTLINE_GIVEN = 2 OUTLINE_EXISTS_NOT = 3 OTHERS = 4.

TOCX_GET_HEADER CALL FUNCTION 'TOCX_GET_HEADER' EXPORTING LANGUAGE = 'E' OUTLINE = OUTLINE IMPORTING MASTERLANGUAGE = MLANG NEWEST_MODIFIED_VERSION = MOD NEWEST_ORIGINAL_VERSION = ORG TABLES HEADER_DATA = I_DSYAH EXCEPTIONS NO_LANGUAGE_GIVEN = 1 NO_OUTLINE_GIVEN = 2 OUTLINE_EXISTS_NOT = 3 OTHERS = 4.

TOCX_READ_DISPLAY_VERSION CALL FUNCTION 'TOCX_READ_DISPLAY_VERSION' EXPORTING OUTLINE = HEADER-OUTLINE SPRAS = SY-LANGU VIEWNAME = 'STANDARD' * OPEN_FIRST_LEVEL = 'X' TABLES HIERARCHY = HI EXCEPTIONS MISSING_PARAMETERS = 1 NOT_FOUND = 2 OTHERS = 3.

TOCX_INSERT_INCLUDED_BOOKS CALL FUNCTION 'TOCX_INSERT_INCLUDED_BOOKS' EXPORTING HEADER_DATA = HEADER INCLUDE_TYPE = 'BIBL' VIEWNAME = 'STANDARD' OPEN_FIRST_LEVEL = ' ' TABLES INPUT_HIERARCHY = HI OUTPUT_HIERARCHY = HIER EXCEPTIONS OTHERS = 1.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING * EXTEND_EXCEPT = ' ' ID = 'HY' LANGU = SY-LANGU OBJECT = DOKIL_KEY-OBJECT * TYP = 'E' * VERSION = 0 * VERSION_ACTIVE_OR_LAST = 'L' IMPORTING DOKSTATE = DOKSTATE DOKTITLE = DOKTITLE HEAD = THEADER DOKTYP = DOKTYP TABLES LINE = LINES EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5.

PRINT_TEXT CALL FUNCTION 'PRINT_TEXT' EXPORTING * APPLICATION = 'TX' * ARCHIVE_INDEX = ' ' * ARCHIVE_PARAMS = ' ' * DEVICE = 'PRINTER' DIALOG = ' ' HEADER = THEADER * OPTIONS = ' ' IMPORTING NEW_ARCHIVE_PARAMS = NEW_ARCH_PARAMS RESULT = RESULT TABLES LINES = LINES * OTFDATA = EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 UNKNOWN = 6 FORMAT = 7 TEXTFORMAT = 8 COMMUNICATION = 9 OTHERS = 10.

CONVERT_TEXT CALL FUNCTION 'CONVERT_TEXT' EXPORTING * codepage = ' ' DIRECTION = 'EXPORT' FORMATWIDTH = 72 FORMAT_TYPE = 'RTF' HEADER = THEADER SSHEET = 'WINHELP.DOT'

PRINT_TEXT CALL FUNCTION 'PRINT_TEXT' EXPORTING * APPLICATION = 'TX' * ARCHIVE_INDEX = ' ' * ARCHIVE_PARAMS = ' ' * DEVICE = 'PRINTER' DIALOG = ' ' HEADER = THEADER * OPTIONS = ' ' IMPORTING NEW_ARCHIVE_PARAMS = NEW_ARCH_PARAMS RESULT = RESULT TABLES LINES = LINES * OTFDATA = EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 UNKNOWN = 6 FORMAT = 7 TEXTFORMAT = 8 COMMUNICATION = 9 OTHERS = 10.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDSYS10 or its description.