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 RHOMCO_GET_ALTREL_DOWN (Vorzugsverknüpfung abwärts lesen) is a standard Function Module in SAP ERP and is part of the function group RHOMCO_READ_PC within the package OP0C.
Function Module | RHOMCO_GET_ALTREL_DOWN |
Short Text | Vorzugsverknüpfung abwärts lesen |
Function Group | RHOMCO_READ_PC |
Package | OP0C |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTPLVAR | TYPE | PLVAR | Planvariante | |
ACT_BEGDA | TYPE | BEGDATUM | SY-DATUM | Beginndatum |
ACT_ENDDA | TYPE | ENDDATUM | SY-DATUM | Endedatum |
BUFFER_MODE | TYPE | FLAG | 'X' | allgemeines flag |
CHILDOTYPE | TYPE | OTYPE | Objekttyp zugeordnetes Objekt | |
PAROTYPE | TYPE | OTYPE | Ausgangsobjekttyp | |
RELDOWN_ALTERNATIVE | TYPE | SUBTYP | 'B262' | Alternativverknüpfung abwärts |
RELDOWN_STANDARD | TYPE | SUBTYP | 'B002' | Standardverknüpfung |
RELUP_ALTERNATIVE | TYPE | SUBTYP | 'A262' | Alternativverknüpfung aufwärts |
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 |
---|---|---|---|---|
OBJECTS_TO_READ_FOR | LIKE | HRROOTOB | Ausgangsobjekte | |
RELATIONS_RESULT | LIKE | HRI1001 | Ergebnisverknüpfungen |
This function module does not define any Exceptions.