SAP Reports / Programs | Basis Components | Basis Components | Terminology/Glossary(BC-DOC-TER) SAP BC

RSTERM27 SAP ABAP Report - Print terminology







RSTERM27 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 RSTERM27 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 RSTERM27. "Basic submit
SUBMIT RSTERM27 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTERM27 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: VONBEGR = From term
Selection Text: TEIL = With part of
Selection Text: SYNO = With non-authorized synonyms
Selection Text: STATUS = Status
Selection Text: SPRACHE = To language
Selection Text: REF = With references
Selection Text: OBER = With generic terms
Selection Text: NSPRACHE = From language
Selection Text: KURZF = With authorized synonyms
Selection Text: KONT = With context
Selection Text: GLOSS = With glossary
Selection Text: ERKU = Authorized synonyms
Selection Text: DEVICE = Output device
Selection Text: DESC = With descriptors
Selection Text: COMM = With comments
Selection Text: BISBEGR = To term
Selection Text: BEREICH = Print filter
Selection Text: BEME = Notes
Selection Text: ABKZ = Abbreviations
Selection Text: ABKUERZ = With abbreviations
Title: Print terminology
Text Symbol: 110 = [Gloss.]
Text Symbol: 100 = [Descr.]
Text Symbol: 090 = [Context]
Text Symbol: 080 = [Comm.]
Text Symbol: 070 = [Part of]
Text Symbol: 060 = [Ref.]
Text Symbol: 050 = [Part]
Text Symbol: 040 = [GenTer]
Text Symbol: 030 = [Syn.]
Text Symbol: 020 = [Shortf]
Text Symbol: 010 = [Abr.]


INCLUDES used within this REPORT RSTERM27

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:

TERM_HEADER_READ * CALL FUNCTION 'TERM_HEADER_READ' * EXPORTING * BEGRIFF = TERM4-BEGRIFF * SPRACHE = SPRACHE * TABLES * REFERENZ = REFTAB.

TERM_READ * CALL FUNCTION 'TERM_READ' * EXPORTING * APPLIKKZ = SAMMEL-APPLKZ * BEGRIFF = SAMMEL-TEXT * SPRACHE = SPRACHE * TABLES * ITERMATTR = QTERMATTR.

STRING_LENGTH ** CALL FUNCTION 'STRING_LENGTH' ** EXPORTING ** STRING = SAMMEL-TEXT ** IMPORTING *** LENGTH = LENGTH.

GLOSSARY_READ * CALL FUNCTION 'GLOSSARY_READ' * EXPORTING * BEGRIFF = SAMMEL-TEXT * SPRACHE = SPRACHE * TABLES * ILINE = GLINE.

TERM_READ * CALL FUNCTION 'TERM_READ' * EXPORTING * APPLIKKZ = SAMMEL-APPLKZ * BEGRIFF = SAMMEL-TEXT2 * SPRACHE = NSPRACHE * TABLES * ITERMATTR = ZTERMATTR.

STRING_LENGTH * CALL FUNCTION 'STRING_LENGTH' * EXPORTING * STRING = SAMMEL-TEXT2 * IMPORTING * LENGTH = LENGTH.

GLOSSARY_READ * CALL FUNCTION 'GLOSSARY_READ' * EXPORTING * BEGRIFF = SAMMEL-TEXT2 * SPRACHE = NSPRACHE * TABLES * ILINE = GLINE.

STRING_LENGTH * CALL FUNCTION 'STRING_LENGTH' * EXPORTING * STRING = SAMMEL-TEXT2 * IMPORTING * LENGTH = LENGTH.

OPEN_FORM ** CALL FUNCTION 'OPEN_FORM' ** EXPORTING ** DEVICE = DEVICE ** DIALOG = 'X' ** FORM = FORMULAR ** LANGUAGE = SPRACHE ** EXCEPTIONS ** CANCELED = 01 ** FORM = 02 ** UNCLOSED = 03.

WRITE_FORM_LINES ** CALL FUNCTION 'WRITE_FORM_LINES' ** EXPORTING ** FUNCTION = 'APPEND' ** HEADER = HEAD ** TABLES ** LINES = ILINE ** EXCEPTIONS ** FUNCTION = 01 ** TYPE = 02 ** UNOPENED = 03 ** WINDOW = 04.

CLOSE_FORM ** CALL FUNCTION 'CLOSE_FORM' ** EXCEPTIONS ** UNOPENED = 01.



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 RSTERM27 or its description.