Menu

SAP Function Module CO_R0_DET_TOTAL_ACTIVITY

Leistung für übergebene Menge bestimmen

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 CO_R0_DET_TOTAL_ACTIVITY (Leistung für übergebene Menge bestimmen) 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_DET_TOTAL_ACTIVITY
Short Text Leistung für übergebene Menge bestimmen
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
ACT_AFVGD LIKE AFVGD Dialog structure operation
ACT_ARBID LIKE RCR01-ARBID 0 Arbeitsplatz-Id
ACT_DATUM LIKE AFRUD-BUDAT Date for reading work center
ACT_FLG_CONSIDER_CONF LIKE RC27X-FLG_SEL SPACE Indicator confirmed data are to be taken into account
ACT_FLG_NO_FIX LIKE RC27X-FLG_SEL SPACE Indicator, do not take fixed activities into account
ACT_PLNTY LIKE TC23A-PLNTY SPACE Plantyp
ACT_QUANTITY LIKE CAUFVD-GAMNG Operation quantity
ACT_UNIT_OF_TIME LIKE T006-MSEHI SPACE common time unit of the performances
ACT_WERKS LIKE RCR01-WERKS SPACE Werk
I_AUTYP LIKE AFPO-DAUTY SPACE Auftragstyp

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXP_ACTIVITIES LIKE TTL_ACTIV Total operating performance determined using formulas

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.