The Function Module RMXT149_SPLIT_RELATIONS (TMS-API: Ermittelt aus gefüllter Relationen Tabelle die Trialrelationen) is a standard Function Module in SAP ERP and is part of the function group RMXT149 within the package RMXTAPI.
Function Module | RMXT149_SPLIT_RELATIONS |
Short Text | TMS-API: Ermittelt aus gefüllter Relationen Tabelle die Trialrelationen |
Function Group | RMXT149 |
Package | RMXTAPI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_API_REL | TYPE | RMXTTY_TRIAL_REL | Alle Relationen eines Versuches | |
I_TRIALID | TYPE | RMXTE_TRIALID | Versuchsnummer, dem die Relationen gehören |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_REL_OBJ | TYPE | RMXTTY_TRIAL_REL | Relationen zu anderen Objekten | |
ET_REL_TRIAL_DOWN | TYPE | RMXTTY_TRIAL_REL | Relationen mit untergeordneten Trials | |
ET_REL_TRIAL_UP | TYPE | RMXTTY_TRIAL_REL | Relation mit übergeordnetem Trial |
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.