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 GCC_ORDER_CREATE (GECCO anlegen - ab PI 1.2003 -) is a standard Function Module in SAP ERP and is part of the function group GCC_OR within the package IAOM.
Function Module | GCC_ORDER_CREATE |
Short Text | GECCO anlegen - ab PI 1.2003 - |
Function Group | GCC_OR |
Package | IAOM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_COAS | TYPE | COAS | Für Abrechnungsregel anlegen | |
I_COST_COLLECTOR | CLASS | CL_IAOM_COST_COLLECTOR | Objekt für Abrechnungsempfängerermittlung | |
I_ORDER_CREATE | TYPE | BAPI0012_GEN-TESTRUN | 'X' | Neuen Auftrag anlegen (- space: Auftragsnr in OREXT_AUFNR) übergeben |
I_ORDER_READ | TYPE | BAPI0012_GEN-TESTRUN | SPACE | Auftrag lesen |
I_OREXT | TYPE | OREXT | CO - Auftragsfelder für externe Datenübernahme | |
I_SETTLEMENT_PROFILE | TYPE | APROF | Abrechnungsprofil | |
I_SRULE_CREATE | TYPE | BAPI0012_GEN-TESTRUN | 'X' | Abrechnungsvorschrift zum Auftrag erzeugen |
I_SRULE_CUT_AND_CREATE | TYPE | IAOM_SETTLEMENT_RULE_CHANGE | ' ' | Abrechnungsregel nur für neuen Zeitraum anlegen |
I_SRULE_DATE_OF_CUT | TYPE | DATUM | '00000000' | Datum |
I_STRATEGY_SEQUENCE | TYPE | SR_SLIST | Strategiefolge zur automat. Generierung von ABRV | |
I_TEST_FLAG | TYPE | BAPI0012_GEN-TESTRUN | SPACE | Auftrag sichern ('X' - verbuchen) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_COAS | TYPE | COAS | Generierte Tabelle zum View COAS | |
E_KAUF_INDEX | TYPE | KAUF-AUF_INDEX | Index des Auftrags im KAUF-Puffer | |
E_OBJNR | TYPE | J_OBJNR | Temporäre Objektnummer |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ORDER_CREATE_ERROR | Internal order could not be created. |
SRULE_CREATE_ERROR | Settlement rule could not be created. |
STATUS_CHANGE_ERROR | Status 'I0077' could not be set. |