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 RPY_CLIF_REL_MULTI_INSERT (Insert a relationship for a class or interface) is a standard Function Module in SAP ERP and is part of the function group SICL within the package SEO.
Function Module | RPY_CLIF_REL_MULTI_INSERT |
Short Text | Insert a relationship for a class or interface |
Function Group | SICL |
Package | SEO |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CICO_REQUEST_NO | LIKE | RPYGSGF-CICO_REQNO | Transport request number | |
CLASS_INTERFACE_ID | LIKE | RPYCLOK | Class or interface name | |
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language |
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 |
---|---|---|---|---|
ERROR_SET | LIKE | RPYGSER | Output: Error messages | |
FRIENDS_RELATION_SET | LIKE | RPYCLFR | Input: Friend relationships | |
INSTANCE_RELATION_SET | LIKE | RPYCLIR | Input: Instance relationships | |
META_RELATION_SET | LIKE | RPYCLMR | Input: Metarelationships |
This function module does not define any Exceptions.