The Function Module LTRM_ACTIVITY_SINGLE_GET (Returns a single activity from table LACTY) is a standard Function Module in SAP ERP and is part of the function group LTRM within the package LTRM.
Function Module | LTRM_ACTIVITY_SINGLE_GET |
Short Text | Returns a single activity from table LACTY |
Function Group | LTRM |
Package | LTRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACTVT | TYPE | LTRM_ACTVT | Activity | |
I_LOCAT | TYPE | LTRM_LOCAT | Site |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_LACTY | LIKE | LACTY | Activity catalog |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.