Menu

SAP Function Module KKR_CO_OBJECT_ROLLUP_WRITE

i: Buffer triggern, Abmischen und Fortschreiben für ein VD-Objekt

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module KKR_CO_OBJECT_ROLLUP_WRITE (i: Buffer triggern, Abmischen und Fortschreiben für ein VD-Objekt) is a standard Function Module in SAP ERP and is part of the function group KKRK within the package KKR.

Technical Information

Function Module KKR_CO_OBJECT_ROLLUP_WRITE
Short Text i: Buffer triggern, Abmischen und Fortschreiben für ein VD-Objekt
Function Group KKRK
Package KKR
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_BUKRSWHRG_DEL LIKE SY-BATCH SPACE 'X': Clear company code values
I_COMMIT LIKE SY-BATCH SPACE 'X': Commit at end of VDCO object
I_COMMIT_NR TYPE I 10000 Commit only after as many records
I_CYCLE LIKE T807-FELDMODIF Buffer ID
I_MESSAGE LIKE SY-BATCH SPACE 'X': Issue messages in background
I_PROCESSOR LIKE SY-REPID Report name of generated summarization processor
I_STATUS_OBJECT LIKE COSEL-SIGN Status for object: 'I' 'U' 'N'-unchanged
I_STATUS_RECORDS LIKE COSEL-SIGN Status for records:'I'-Insert 'U'-Update 'R'-Reset
I_UPDATE_TASK LIKE SY-BATCH SPACE 'X': Through update program

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_COUNT_STR LIKE KKRCOUNT Statistical counters

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_VDCOOBJ_E LIKE KKRVDCOOBJ KKRVDCOOBJ-Entry for hierarchy node

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ORDER_VDCO_TBL LIKE KKRVDCOOBJ KKRVDCOOBJ-Entries for orders of object records

Exceptions

This function module does not define any Exceptions.