Menu

SAP Function Module BAPI_KANBANCC_ADDEVENTDRKANBAN

Create Event-Driven KANBAN for Control Cycle

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 BAPI_KANBANCC_ADDEVENTDRKANBAN (Create Event-Driven KANBAN for Control Cycle) is a standard Function Module in SAP ERP and is part of the function group MPKV within the package MD05.

Technical Information

Function Module BAPI_KANBANCC_ADDEVENTDRKANBAN
Short Text Create Event-Driven KANBAN for Control Cycle
Function Group MPKV
Package MD05
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DELIVERYTIME LIKE BAPI1172_DELVRYTIME Time of Delivery for the Material Requested
KANBANCONTROLCYCLE LIKE BAPI1075_3-CTRLCYC_NO Number of Kanban Control Cycle
PHYSICALTIME LIKE BAPI1075_PHYSTIME Time of Material Withdrawal
REQUESTED_QTY LIKE BAPI1172_REQUESTED_QTY Quantity Requested

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 Message, when not Possible to Post the Request

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
STATUSCHANGERESULT LIKE BAPI1075_3 Result of Kanban Status Change

Exceptions

This function module does not define any Exceptions.