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 K_VARIANCES_OBJECT_CALC (Abweichungen Objekt berechnen) is a standard Function Module in SAP ERP and is part of the function group KV01 within the package KV.
Function Module | K_VARIANCES_OBJECT_CALC |
Short Text | Abweichungen Objekt berechnen |
Function Group | KV01 |
Package | KV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PAR_AFCTL | LIKE | KV20A-AFCTL | Kontrollkosten fortschreiben | |
PAR_AFOUT | LIKE | KV20A-AFOUT | 'X' | Abweichungen auf der Outputseite relevant |
PAR_AFSCP | LIKE | KV20A-AFSCP | SPACE | Ausschuss relevant bei der Sollversion |
PAR_AUFLO | LIKE | KV042-XFELD | SPACE | Explosion |
PAR_AWEAB | LIKE | TKV01-AWEAB | 'X' | Variance calculation |
PAR_AWEAU | LIKE | TKV01-AWEAU | SPACE | Scrap calculation |
PAR_AWKDF | LIKE | TKV05-AWKDF | 0 | Minor differences percentage |
PAR_AWKUM | LIKE | TKV01-AWKUM | Cumulation | |
PAR_AWRAU | LIKE | TKV05-AWRAU | 0 | Ausschußabweichungs-Rang |
PAR_AWRES | LIKE | TKV05-AWRES | Input variance ranking | |
PAR_AWRLG | LIKE | TKV05-AWRLG | Fixed costs/lot size variance ranking | |
PAR_AWRMG | LIKE | TKV05-AWRMG | Quantity Variance Ranking | |
PAR_AWRMP | LIKE | TKV05-AWRMP | Mischpreisabweichungs-Rang | |
PAR_AWRPR | LIKE | TKV05-AWRPR | Price Variance Ranking | |
PAR_AWRRS | LIKE | TKV05-AWRRS | Remaining Variance Ranking | |
PAR_AWRST | LIKE | TKV05-AWRST | Resource Usage Variance Ranking | |
PAR_AWRVM | LIKE | TKV05-AWRVM | Verrechnungsmengenabweichungs-Rang | |
PAR_AWRVP | LIKE | TKV05-AWRVP | Output price variance ranking | |
PAR_AWVRS | LIKE | TKV09-AWVRS | Variance Version | |
PAR_AWVSB | LIKE | TKV09-AWVSB | '000' | Bezugsversion |
PAR_GESKO | LIKE | KV042-XFELD | SPACE | Total Cost Valuation |
PAR_GJAHR1 | LIKE | T009B-BDATJ | Fiscal Year From | |
PAR_GJAHR2 | LIKE | T009B-BDATJ | 0 | Fiscal Year To |
PAR_KOKRS | LIKE | TKV09-KOKRS | Controlling area | |
PAR_OBJNR | LIKE | KV011-OBJNR | Reference object number | |
PAR_OBJNR2 | LIKE | KV011-OBJNR | ' ' | Entry of object number |
PAR_POPER1 | LIKE | T009B-POPER | Posting Period From | |
PAR_POPER2 | LIKE | T009B-POPER | 0 | Posting Period To |
PAR_SAFNR | LIKE | SAFK-AUFNR | ' ' | Run schedule header number |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PTA_KV0111 | LIKE | KV011 | Reference Output Quantities | |
PTA_KV0112 | LIKE | KV011 | Comparison Output Quantities | |
PTA_KV0121 | LIKE | KV012 | Control Costs | |
PTA_KV0122 | LIKE | KV012 | Comparison Costs | |
PTA_KV0123 | LIKE | KV012 | Zu kontrollierende Kosten | |
PTA_KV0131 | LIKE | KV013 | Variances |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
REMAINING_VARIANCES | Variance calculation not possible |
SYSTEM_ERROR | System error |