Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CRM_PRT_GET_NAV_INFO (Liefert URL's für BOR/CRM-Objekttypen) 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_NAV_INFO |
Short Text | Liefert URL's für BOR/CRM-Objekttypen |
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 |
---|---|---|---|---|
EP_BASE_URL | TYPE | CRMT_URL_REMOTE | Enterprise Portal Basis URL | |
EP_VERSION | TYPE | CHAR64 | Enterprise Portal Version | |
NAV_MODEL_VERSION | TYPE | I | Portal Navigation Version |
This function module does not define any EXPORTING parameters.
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_LINKS | TYPE | CRMT_TAB_NAV_LINK | Table Type for BOR/CRM Object Type | |
IM_PARAM_SET | TYPE | CRMT_TAB_URL_PARAMETER_KEY_SET | Table for URL Parameters of Multiple URLs | |
RE_URLS | TYPE | CRMT_TAB_URL_REMOTE | URL Table Type (for RFCs) |
This function module does not define any Exceptions.