Menu

SAP Function Module AIPH_EO_ORG_UNIT_GET_EPPOS

Get the program positions assigned to an org unit

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module AIPH_EO_ORG_UNIT_GET_EPPOS (Get the program positions assigned to an org unit) is a standard Function Module in SAP ERP and is part of the function group AIPH_EO_RELATIONS within the package AIP.

Technical Information

Function Module AIPH_EO_ORG_UNIT_GET_EPPOS
Short Text Get the program positions assigned to an org unit
Function Group AIPH_EO_RELATIONS
Package AIP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_EPDEF_ID TYPE EPDEF_ID Program ID
I_FROM_DATE TYPE BEGDATUM C_DATE_LOW Start date of selected period
I_KEY_DATE TYPE DATS SY-DATUM key date
I_OBJID TYPE PD_OBJID_R ID of the org unit
I_PLVAR TYPE PLVAR Plan version
I_TO_DATE TYPE ENDDATUM C_DATE_HIGH End date of selected period

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ACT_RELATION TYPE P1001 relationship fitting best into the given selection period

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_RELATION LIKE P1001 all relationships falling into the selection period

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_POSITIONS no program positions assigned to org unit
READ_ERROR reading the assignments failed