cancel
Showing results for 
Search instead for 
Did you mean: 

Kanban Process

Former Member
0 Kudos

Hi All,

Please provide information on how to change the Kanban status. Thanks in Advance.

Thanks and Regards,

Kesav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hii,

try this

call function 'BAPI_KANBAN_CHANGESTATUS1'

exporting

kanbanidnumber = '0000000636'

nextstatus = '2'

importing

return = gs_retvals.

hope yhis will help.

Former Member
0 Kudos

Hi Gaurav,

Thank you for your quick response. I 've used FM 'BAPI_KANBAN_CHAGESTATUS' to change the Kanban status in User Exit include ZXMPKU01. But each time we save data from PK23 transaction it will trigger the User Exit and change Kanban status from '2' (empty) to 5 (Full) or '5' to '2' If the current Kanban status is ''2' or '5', At the same time the PK23 transaction is creating a new Kanban ID.

My requirement is to change the Kanban status from 2 to 5 or 5 to 2, but it should not create new Kanban ID. In PK23 transaction i am providing control cycle number and saved data. If I check in PKPS table there will be one more new Kanban ID.

Is it a Standard functionality of PK23 or is there a way to restirct the creation of new Knban ID. Could you please provide this information. Thanks in advance.

Thanks and Regards,

Kesav.