Menu

SAP Function Module CY_CAPACITY_COMMITMENT_GET

Satz aus Kapazitätsbelegung lesen

The Function Module CY_CAPACITY_COMMITMENT_GET (Satz aus Kapazitätsbelegung lesen) is a standard Function Module in SAP ERP and is part of the function group CY16 within the package CY01.

Technical Information

Function Module CY_CAPACITY_COMMITMENT_GET
Short Text Satz aus Kapazitätsbelegung lesen
Function Group CY16
Package CY01
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_DATE TYPE I 0 Datum, ab dem gesucht wird
I_FLG_FORWARD TYPE C SPACE Vorwärts
I_INDEX_COMM LIKE SY-TABIX 0 Index in Tab. 'Kapazitätsbelegung'
I_KAPID LIKE KAKO-KAPID Belegte Kapazität
I_TIME LIKE KAPA-BEGZT 0 Uhrzeit, ab der gesucht wird

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_COMMITMENT_SUM LIKE CYKAPASBEL Gefundene Belegung
E_COMMITMENT_SUM_SUCC LIKE CYKAPASBEL Nachfolgende Belegung
E_INDEX_COMM LIKE SY-TABIX Index
E_INDEX_COMM_SUCC LIKE SY-TABIX Index Nachfolgereintrag

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.