Menu

SAP Function Module CO_R0_CREATE_ACTIVITY_TAB

Leistungstabelle (Offen/Rückgemeldet/Geplant) je Vorgang aufbauen

The Function Module CO_R0_CREATE_ACTIVITY_TAB (Leistungstabelle (Offen/Rückgemeldet/Geplant) je Vorgang aufbauen) is a standard Function Module in SAP ERP and is part of the function group COR0 within the package CORU.

Technical Information

Function Module CO_R0_CREATE_ACTIVITY_TAB
Short Text Leistungstabelle (Offen/Rückgemeldet/Geplant) je Vorgang aufbauen
Function Group COR0
Package CORU
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IS_ACTIES TYPE AFVC_ACTIES Geplante Leistungsarten des Vorgangs
IS_CONFIRMED_ACTIV TYPE TTL_ACTIV Bereits rückgemeldete Leistungen eines Vorgangs
IS_OPEN_ACTIV TYPE TTL_ACTIV Offene, noch rückzumeldende Leistungen eines Vorgangs
IS_PLANNED_ACTIV TYPE TTL_ACTIV Geplante Leistungen eines Vorgangs
I_ARBID TYPE RCR01-ARBID ObjektId
I_DATUM TYPE RCRCO_TEXT-DATUM SY-DATUM Datum
I_KOKRS TYPE RCR01-KOKRS SPACE Kostenrechnungskreis

Exporting Parameters

This function module does not define any EXPORTING parameters.

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_ACTIV LIKE CORUTCACT Leistungsdaten zu einem Vorgang

Exceptions

This function module does not define any Exceptions.