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

RN1LAUML SAP ABAP Report - Task-Related Overview of Performed Services







RN1LAUML is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates an overview of performed services, grouped by tasks and the service catalog...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 RN1LAUML into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

N1W1 - IS-H*MED: Task-rel.employeeSrvcList


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


Text pool values


Task-Related Employee Service List
Selection Text: E_ORGID = Performing Org. Unit
Selection Text: E_AUFGA = Task
Selection Text: EINRI = Institution
Title: Task-Related Overview of Performed Services
Text Symbol: Z02 = To
Text Symbol: Z01 = Evaluation Period
Text Symbol: L01 = No Description Defined ;;
Text Symbol: K02 = Service Catalog ;;
Text Symbol: HH2 = Employee List ;;
Text Symbol: HH1 = Task Service ;;
Text Symbol: H12 = DIndEmp ;;
Text Symbol: H11 = Employ.No.;;
Text Symbol: H10 = Employee Name ;;
Text Symbol: H09 = Catalog Description ;;
Text Symbol: H08 = SC;;
Text Symbol: H07 = Number ;;
Text Symbol: H06 = DIndSrv ;;
Text Symbol: H05 = Service Description ;;
Text Symbol: H04 = Service ;;
Text Symbol: H03 = DIndTask ;;
Text Symbol: H02 = Task Text ;;
Text Symbol: H01 = Task;;
Text Symbol: E01 = Institution
Text Symbol: A01 = No Task Text Defined ;;
Text Symbol: %FS = Program Selection
Text Symbol: %FP = Program Parameters
004 Employee Name Empl.No. Number DIndEmpag
003 Service Service Description Number DIndSrvg
002 SC Service Catalog Descr.
001 Task Task Text DIndTask


INCLUDES used within this REPORT RN1LAUML

INCLUDE MN1LAUML.


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_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 ausbegdt = z_begdt ausenddt = z_enddt line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off.

R3MED_VALUE_REQUEST CALL FUNCTION 'R3MED_VALUE_REQUEST' EXPORTING ss_length = 36 ss_heigth = 15 ss_field = feldname ss_table = 'N1AUFGA' ss_loekz = on ss_vcode = vcode IMPORTING ss_value = wert EXCEPTIONS not_found = 01.

R3MED_VALUE_REQUEST CALL FUNCTION 'R3MED_VALUE_REQUEST' EXPORTING ss_length = 44 ss_heigth = 15 ss_field = feldname ss_einri = einri ss_table = 'NORG' ss_select = 'ALL' IMPORTING ss_value = wert EXCEPTIONS not_found = 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 RN1LAUML or its description.