Menu

SAP Function Module LTRS_LRSTY_READ

Reads Resource Type table

The Function Module LTRS_LRSTY_READ (Reads Resource Type table) is a standard Function Module in SAP ERP and is part of the function group LTRS_SERVICES within the package LTRS.

Technical Information

Function Module LTRS_LRSTY_READ
Short Text Reads Resource Type table
Function Group LTRS_SERVICES
Package LTRS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_AVG TYPE FLAG '' Flag for average velocity
I_LOCAT LIKE LLOCT-LOCAT Location
I_RSTYP LIKE LRSTY-RSTYP Resource type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_AVG_VELOCITY LIKE LRSTY-VELHZ Horizontal velocity

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_LRSTY LIKE LRSTY Resource Type

Exceptions

This function module does not define any Exceptions.