Fonction SAP BAPI_KANBAN_GETLIST - Determination of Kanbans Matching Selection Criteria

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
MAXROWS BAPI1075_GENERAL-MAXROWS I 4 500 X Maximum Number of Data Records Read

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Message if Function not Possible

Paramètre Reférence Long. Facultatif Description
KANBANCONTROLCYCLERANGE BAPI1172_PKNUM_RANGE 17 X Selection Table for Control Cycle Number
KANBANIDRANGE BAPI1075_PKKEY_RANGE 23 X Selection Table for Kanban Identification Number
KANBANLIST BAPI1075_LIST 20 List of Kanbans
KANBANNUMBERRANGE BAPI1075_PKPOS_RANGE 9 X Selection Table for Kanban Number
STATUSDATERANGE BAPI1075_SAEDT_RANGE 19 X Selection Table for Date of Status Change
STATUSRANGE BAPI1075_PKBST_RANGE 5 X Selection table for the Status of a Kanban
STATUSTIMERANGE BAPI1075_SAEUZ_RANGE 15 X Selection Table for the Time of Status Change

Functionality
This method provides a list of kanbans for one or more selectioncriteria. Make sure that the individual selection parameters in thedata selection are linked with a logical AND.

Description
Error message, if no data records can be read or transmitted to theinitiator.
Possible error messages are:

Value range
Value <(>&<)> in field SIGN can only be I, E
Value <(>&<)> in field OPTION is not valid(EQ,NE,GT,GE,LE,LT,BT,NB,CP,NP)
No authorization to display kanban data in plant <(>&<)>

Description
Here, to avoid large quantities of data unintentionally being read andtranmsitted to the initiator, in this parameter a maximum number ofdata elements is determined, which is to be read and transmitted to theinitiator.

Default
500 data records are preset.

Description
Every kanban belongs to a control cycle. With this selection parameterthe quantity of kanbans read can be limited using the control cyclenumber.

Description
Every kanban has an ID number, which is unique in the system. With thisselection parameter the quantity of kanbans read can be limiteddirectly using the ID number.

Description
In this list the kanbans read are transmitted to the initiator.

Description
In classic KANBAN, each kanban has a 3 figure number as well as itsidentification number, which is only valid when used together with thecontrol cycle number and which identifies the kanban within the controlcycle. With this selection parameter the quantity of kanbans read canbe limited using the number mentioned above.

Description
The date of the last status change is saved in the kanban. With thisselection paramter the quantity of kanbans read can be restricted usingthis date.

Description
Each kanban has a status. With this selection parameter the quantity ofkanbans read can be restricted using this status.

Value range
The possible statuses are:
1 = WAITING
2 = EMPTY
3 = IN PROCESS
4 = IN TRANSIT
5 = FULL
6 = IN USE
9 = ERROR

Description
The time of the last status change is stored in the kanban along withthe date. With this selection parameter the quantity of kanbans readcan be limited using this time.