The Function Module CRM_PRT_GET_SINGLE_NAV_INFO (Liefert eine einzelne URL) is a standard Function Module in SAP ERP and is part of the function group CRMC_PRT_NAV within the package CRM_BSP_URL_GENERATION.
Function Module | CRM_PRT_GET_SINGLE_NAV_INFO |
Short Text | Liefert eine einzelne URL |
Function Group | CRMC_PRT_NAV |
Package | CRM_BSP_URL_GENERATION |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BOR_OBJECT_TYPE | TYPE | OJ_NAME | Object Type | |
CRM_OBJECT_TYPE | TYPE | CRMT_PRT_OTYPE | CRM Object Type for Navigation | |
EP_BASE_URL | TYPE | CRMT_URL_REMOTE | Enterprise Portal Basis URL | |
EP_VERSION | TYPE | CHAR64 | Enterprise Portal Version | |
LOGICAL_SYSTEM | TYPE | LOGSYS | Logical System | |
METHOD | TYPE | CRMT_PRT_MTD | CRM Method for Navigation | |
NAV_MODEL_VERSION | TYPE | I | Portal Navigation Version | |
OBJECT_ID | TYPE | SWO_TYPEID | Object Key |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_URL | TYPE | CRMT_URL_REMOTE | URL (for RFCs) |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_PARAMETERS | TYPE | CRMC_URL_PARAMETER_TAB_REMOTE | Table with URL Parameters (for RFCs) |
This function module does not define any Exceptions.