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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.