The Function Module LTRT_RECORDS_COUNT (Count number of records from Route tables) is a standard Function Module in SAP ERP and is part of the function group LTRT within the package LTRT.
Function Module | LTRT_RECORDS_COUNT |
Short Text | Count number of records from Route tables |
Function Group | LTRT |
Package | LTRT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_LOCAT | LIKE | LLOCT-LOCAT | Site | |
I_RNODE | TYPE | LTBN_NODE | Node | |
I_RZONE | TYPE | LTBN_ZONE | Zone |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_LMNRT_ZN_CNT | TYPE | I | Number of records in LMNRT with specific zone | |
EV_LRTEX_ND_CNT | TYPE | I | Number of records in LRTEX with specific node | |
EV_LWRKA_ZN_CNT | TYPE | I | Number of records in LWRKA with specific zone |
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.