SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2LN217 SAP ABAP Report - Automatic Status Change for Med. Documents







RN2LN217 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Delays in automatic conversion of the document status If a status network that recognizes at least two statuses is defined for a document, then a delayed modification of the document status can take place with this report...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RN2LN217 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 RN2LN217. "Basic submit
SUBMIT RN2LN217 AND RETURN. "Return to original report after report execution complete
SUBMIT RN2LN217 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Automatic Status Change for Med. Documents
Text Symbol: E16 = .
Text Symbol: E17 = There were:
Text Symbol: E18 = documents changed.
Text Symbol: E19 = Remaining are:
Text Symbol: E20 = documents due to unexpired time.
Text Symbol: E21 = Error: NDOC with
Text Symbol: E22 = The document:
Text Symbol: E23 = was not changed.
Text Symbol: E24 = Error: DRAW with
Text Symbol: E25 = Error: Drap with
Text Symbol: E26 = was not created again.
Text Symbol: E27 = has no statistic record.
Text Symbol: M01 = auto. status
Text Symbol: T01 = Selection criteria from:
Text Symbol: T02 = Institution:
Text Symbol: T03 = Document Type:
Text Symbol: T04 = Document Category:
Text Symbol: T05 = DocCatVersionNumber:
Text Symbol: T06 = Document Status From:
Text Symbol: T07 = Document Status To:
Text Symbol: T08 = Delay in Hours:
Text Symbol: E15 = Only process documents older than:
Text Symbol: 001 = Enter selection conditions:
Text Symbol: 002 = Institution
Text Symbol: 003 = Document Type
Text Symbol: 004 = Document Category
Text Symbol: 005 = DocCatgy Version No.
Text Symbol: 006 = Document Status From:
Text Symbol: 007 = Document Status To
Text Symbol: 008 = Delay in Hours
Text Symbol: E01 = Error: Document type
Text Symbol: E02 = and document status from
Text Symbol: E03 = do not exist.
Text Symbol: E04 = and document status to
Text Symbol: E05 = Error: The institution
Text Symbol: E06 = w/ document cat.
Text Symbol: E07 = and version





Text Symbol: E08 = Error: The document type
Text Symbol: E09 = does not correspond with the doc.
Text Symbol: E10 = type.
Text Symbol: E11 = must have at least two doc. statuses.
Text Symbol: E12 = Note: There are no documents in which the status can be converted.
Text Symbol: E13 = Docs.
Text Symbol: E14 = exist in which the status can be converted.


INCLUDES used within this REPORT RN2LN217

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:

No SAP FUNCTION MODULES are executed within this report code!



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