SAP Reports / Programs

RN2SASKL SAP ABAP Report - ASA Classification Statistics







RN2SASKL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RN2SASKL contains the statistics of the ASA classifications for the operated patients...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 RN2SASKL 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 RN2SASKL. "Basic submit
SUBMIT RN2SASKL AND RETURN. "Return to original report after report execution complete
SUBMIT RN2SASKL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ASA Classification Statistics
Text Symbol: 030 = RN2SASKL ASA-ALT
Text Symbol: 031 = To ;
Text Symbol: 032 = ASA-NEU
Text Symbol: 033 = ASA
Text Symbol: 034 = Anaesthesia-asa
Text Symbol: 035 = RN2SASKL Diag ndia-lfdnr
Text Symbol: 036 = RN2SASKL OP_Diag ndia-lnrls
Text Symbol: 037 = RN2SASKL OP_Diag ndia-lfddia
Text Symbol: 038 = RN2SASKL OP_Diag ndia-hdia
Text Symbol: 039 = RN2SASKL nbew-orgpf:
Text Symbol: 040 = RN2SASKL nbew-orgfa:
Text Symbol: 041 = RN2SASKL nbew-falnr:
Text Symbol: 042 = RN2SASKL ASA-KLAS
Text Symbol: 043 = RN2SASKL SELNBEW
Text Symbol: 044 = RN2SASKL SELNPAT
Text Symbol: 045 = RN2SASKL SELNDIA
Text Symbol: 046 = RN2SASKL SELNICP
Text Symbol: 047 = RN2SASKL SELRN2N0ANAMNE
Text Symbol: 048 = RN2SASKL SELNFAL
Text Symbol: 049 = RN2SASKL SELNVLEM
Text Symbol: 050 = RN2SASKL SELOPHDIA
Text Symbol: 051 = RN2SASKL SELNICPPROZ
Text Symbol: 052 = RN2SASKL SELNICPHPROZ
Text Symbol: 053 = RN2SASKL ASA-ANFANG
Text Symbol: 054 = RN2SASKL =========================================== Start
Text Symbol: 055 = RN2SASKL ========================================= End
Text Symbol: S01 = Institution
Text Symbol: 029 = RN2SASKL S_ORGPF
Text Symbol: 001 = ASA Classification
Text Symbol: 002 = Evaluation Period
Text Symbol: 003 = Frm
Text Symbol: 004 = To
Text Symbol: 005 = RN2SASKL nfal-caseTyp:
Text Symbol: 006 = RN2SASKL npat-PatName:
Text Symbol: 007 = RN2SASKL Diag ndia-dkey1
Text Symbol: 008 = I
Text Symbol: 009 = II





Text Symbol: 010 = III
Text Symbol: 011 = IV
Text Symbol: 012 = V
Text Symbol: 013 = Brai
Text Symbol: 014 = RN2SASKL Diag ndia-dkat1
Text Symbol: 015 = RN2SASKL nicp-icphc
Text Symbol: 016 = Page
Text Symbol: 017 = Req.DeptOU
Text Symbol: 018 = Req.NursOU
Text Symbol: 019 = PerfDeptOU
Text Symbol: 020 = PrfOU
Text Symbol: 021 = nlpo-icdkt
Text Symbol: 022 = nlpo-icdky
Text Symbol: 023 = Total, DeptOU
Text Symbol: 024 = Total
Text Symbol: 025 = Date
Text Symbol: 026 = RN2SASKL nicp-icpmk
Text Symbol: 027 = RN2SASKL nicp-icpml
Text Symbol: 028 = RN2SASKL S_ORGFA


INCLUDES used within this REPORT RN2SASKL

INCLUDE MNCOLOUR.


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:

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = SE_EINRI LINE_SIZE = LL_LINE_SIZE REPID = 'RN2SASKL' TITLE_LIN1 = LL_TITLE_LIN1 ULINE = OFF AUSBEGDT = VONDATUM AUSENDDT = BISDATUM EXCEPTIONS INVALID_EINRI = 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 RN2SASKL or its description.