RN1AUS01 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 RN1AUS01 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: Patient Status Extract
Text Symbol: 117 = Item From ;; start of val. period for item
Text Symbol: 118 = % ;; percentage of coverage per item
Text Symbol: 119 = Status;;
Text Symbol: 120 = Case-Related Ins. Relatshp
Text Symbol: 121 = RO;;rank order
Text Symbol: 122 = C;;copaymt obligation
Text Symbol: 123 = Copayment Waiver ;;
Text Symbol: 124 = Amount ;;
Text Symbol: 125 = PD;;paid CD
Text Symbol: 126 = BillDocs
Text Symbol: 127 = Number ;;
Text Symbol: 128 = Payer ;;
Text Symbol: 129 = Amt w/o CP/DP
Text Symbol: 130 = Crcy ;;crrncy.
Text Symbol: 131 = Ref. Doc. ;; ref.doc.
Text Symbol: 132 = InitPrnt ;;
Text Symbol: 133 = Cleared ;;
Text Symbol: 134 = Invoice
Text Symbol: 135 = Cancel
Text Symbol: 136 = Total:
Text Symbol: 137 = Mvmnt Categ.
Text Symbol: 138 = Read
Text Symbol: 139 = Street/No.
Text Symbol: 094 = Weight ;;
Text Symbol: 095 = Size ;;
Text Symbol: 096 = Ins.Verif./Certificates
Text Symbol: 097 = Doc. No. ;;
Text Symbol: 098 = Ins.Provider
Text Symbol: 099 = Created On;;date of doc.creation
Text Symbol: 100 = No Patient-Related Insurance Relationships Exist
Text Symbol: 101 = No Risk Factors Exist for Patient
Text Symbol: 102 = No Movements Exist
Text Symbol: 103 = No Case Classifications Exist
Text Symbol: 104 = No Case-to-Case Asgmt Exists
Text Symbol: 105 = No Case-to-Person Asgmt Exists
Text Symbol: 106 = No Diagnoses Exist
Text Symbol: 107 = No Services Exist
INCLUDE MNDATA00.
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_ARCHIVE_CASE_LIST CALL FUNCTION 'ISH_ARCHIVE_CASE_LIST' EXPORTING ss_patnr = patnr ss_show = off IMPORTING e_cases = archive_cases[] EXCEPTIONS OTHERS = 0.
ISH_ARCHIVE_READ_NFAL CALL FUNCTION 'ISH_ARCHIVE_READ_NFAL' EXPORTING ss_einri = archive_cases-einri ss_falnr = archive_cases-falnr IMPORTING ss_data = case_data ss_ishmed_data = ishmed_data EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = listtab EXCEPTIONS not_found = 1 OTHERS = 2.
WRITE_LIST CALL FUNCTION 'WRITE_LIST' TABLES listobject = listtab EXCEPTIONS empty_list = 1 OTHERS = 2.
LIST_FROM_MEMORY * CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * listobject = LISTTAB * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
WRITE_LIST * CALL FUNCTION 'WRITE_LIST' * TABLES * listobject = listtab * EXCEPTIONS * EMPTY_LIST = 1 * OTHERS = 2.
ISHMED_GET_VMA_TEXT CALL FUNCTION 'ISHMED_GET_VMA_TEXT' EXPORTING i_einri = wa_ndoc-einri i_gpart = wa_ndoc-mitarb IMPORTING e_vmatext = l_vma_text EXCEPTIONS vma_not_found = 1.
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 RN1AUS01 or its description.