SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1LTPL1 SAP ABAP Report - Transport List (In Process)







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


Text pool values


Selection Text: EINRI = Institution
Selection Text: E_AFDIA = Admission Diagnosis
Selection Text: E_BEGDT = Evaluation Period
Selection Text: E_BHDIA = Treatment Diagnosis
Selection Text: E_DIAGN = Diagnosis
Selection Text: E_DIAKAT = Diagnosis Coding Catalog
Selection Text: E_ENDIA = Discharge Diagnosis
Selection Text: E_EWDIA = Referral Diagnosis
Selection Text: E_FHDIA = Department Main Diagnosis
Selection Text: E_KHDIA = Hospital Main Diagnosis
Selection Text: E_OPDIA = Surgery Diagnosis
Title: Transport List (In Process)
Text Symbol: L17 = Display of cases for which diagnosis was found
Text Symbol: L18 = by displaying a dialog box.
Text Symbol: L19 = Double-Click Service Line
Text Symbol: L20 = Display of cases for which the service was performed
Text Symbol: L21 = by expanding the service line.
Text Symbol: U00 = P;;
Text Symbol: U01 = Diagnosis Code ;;
Text Symbol: U02 = Diagnosis Short Text ;;
Text Symbol: U03 = No. Cases ;;
Text Symbol: U04 = SC;;
Text Symbol: U05 = Svce Code ;;
Text Symbol: U06 = Service Description ;;
Text Symbol: U07 = R;;
Text Symbol: U08 = D;;
Text Symbol: U09 = M;;
Text Symbol: U10 = Diagn.Service Eval. ;;
Text Symbol: U11 = D;;
Text Symbol: U12 = No. of Services ;;
Text Symbol: U13 = Case No. ;;
Text Symbol: U14 = Patient First/Last Name ;;
Text Symbol: L16 = Double-Click Diagnosis Line
Text Symbol: 100 = * Description not found ;;
Text Symbol: 110 = * Patient name not found ;;
Text Symbol: 120 = * Case not found ;;
Text Symbol: D01 = Total of diagnoses found
Text Symbol: E01 = Institution





Text Symbol: E02 = Diagnosis Coding Catalog ;;
Text Symbol: E03 = Diagnosis Code ;;
Text Symbol: E04 = Evaluation Period ;;
Text Symbol: E05 = Case Types ;;
Text Symbol: E06 = Transfer/Referral Diagnoses ;;
Text Symbol: E07 = Treatment Diagnoses ;;
Text Symbol: E08 = Admission Diagnoses ;;
Text Symbol: E09 = Discharge Diagnoses ;;
Text Symbol: E10 = Department Main Diagnoses ;;
Text Symbol: E11 = Hospital Main Diagnoses ;;
Text Symbol: E12 = Surgery Diagnoses ;;
Text Symbol: E13 = To
Text Symbol: L01 = Leg. of Diagnosis-Specific Service Evaluation
Text Symbol: L02 = Explanation of Header
Text Symbol: L03 = SC
Text Symbol: L04 = Service Catalog
Text Symbol: L05 = O
Text Symbol: L06 = Requestable Service
Text Symbol: L07 = P
Text Symbol: L08 = Performable Service
Text Symbol: L09 = M
Text Symbol: L10 = Medical Service
Text Symbol: L11 = N
Text Symbol: L12 = Nursing Service
Text Symbol: L13 = D
Text Symbol: L14 = Administrative Service
Text Symbol: L15 = Interaction Functions


INCLUDES used within this REPORT RN1LTPL1

INCLUDE MNDATA00.
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_N2_AUTHORITY * CALL FUNCTION 'ISH_N2_AUTHORITY'.

ISHMED_CHECK_N_EINR_REP CALL FUNCTION 'ISHMED_CHECK_N_EINR_REP' EXPORTING repid = repid einri = einri no_message = ' ' messagetype = 'S' auto_leave = 'X' IMPORTING rc = return_code EXCEPTIONS OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 uline = on ausbegdt = e_begdt ausenddt = e_enddt 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 RN1LTPL1 or its description.