RNAKINDL 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 RNAKINDL 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: Child List
Text Symbol: S01 = This printer is not available
Text Symbol: S02 = Referring physician is not an external one
Text Symbol: S03 = From-date is later than to-date
Text Symbol: S04 = Referring physician is not available
Text Symbol: S05 = No data for the selection
Text Symbol: S06 = criteria were found
Text Symbol: U01 = To the Radiology Dept.
Text Symbol: U02 = of the Children's Clinic in Linz
Text Symbol: U03 = Fax: 6923 1109
Text Symbol: U04 = Central Radiology - Institute at AKH Linz
Text Symbol: U05 = Head Physician: Prim. Dr. R. Stadler
Text Symbol: U06 = List of Examined Children in Past Week
Text Symbol: U07 = Week:
Text Symbol: U08 = Print
Text Symbol: U09 = AC;;Admission code, eg.case no.
Text Symbol: U10 = Name
Text Symbol: U11 = Birthdate
Text Symbol: U12 = Examdate
Text Symbol: U13 = Examination
Text Symbol: U14 = Film
Text Symbol: U15 = Pre-Examinations:
Text Symbol: L13 = Comment Line
Text Symbol: E01 = Selection Criteria
Text Symbol: E02 = Date From
Text Symbol: E03 = To
Text Symbol: E04 = Time From
Text Symbol: E05 = To
Text Symbol: E06 = Referring Physician
Text Symbol: E07 = Supply Service
Text Symbol: E08 = Output Options
Text Symbol: E09 = Print Immediately
Text Symbol: E10 = Printer Address
Text Symbol: L01 = IS-H*MED: Children List
Text Symbol: L02 = Patient
Text Symbol: L03 = Name
Text Symbol: L04 = Born on
Text Symbol: L05 = Case Number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING ss_check = 'O' ss_einri = einri ss_gdatum = sy-datum * SS_ORGID = ' ' * SS_VCODE = 'UPD' * SS_VORGANG = ' ' * SS_CHK_AUTH = 'X' ss_gpart = arzt "Muelj, 11.8.1998, Nr 2565
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = a_repid dynumb = a_dynnr TABLES dynpfields = a_dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.