SAP Reports / Programs

RNAKINDL SAP ABAP Report - Child List







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


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 RNAKINDL. "Basic submit
SUBMIT RNAKINDL AND RETURN. "Return to original report after report execution complete
SUBMIT RNAKINDL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: L06 = Service
Text Symbol: L07 = Service Short Text
Text Symbol: L08 = Date
Text Symbol: L09 = Number of Films
Text Symbol: L10 = Med. Records
Text Symbol: L11 = Doc Type
Text Symbol: L12 = Document Number


INCLUDES used within this REPORT RNAKINDL

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:

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.



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