Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Kanban set to empty - ABAP code

Former Member
0 Likes
1,166

Hello,

What program/function module is fired off when a kanban is set to empty?

In PK13N, if I click "kanban empty" a process is started that will eventually refill the kanban, but what is the ABAP program that handles this?

Thanks,

Matt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
763

Hello Experts,

Can I get some direction on this? How can I view the code for the action that takes place when a kanban is scanned to empty?

Thanks,

Matt

3 REPLIES 3
Read only

Former Member
0 Likes
764

Hello Experts,

Can I get some direction on this? How can I view the code for the action that takes place when a kanban is scanned to empty?

Thanks,

Matt

Read only

0 Likes
763

Hi Matt,

Good!

Before clicking the kanban emity, in the command box type /h and press enter then it will go to debug mode.

after clicking the button, it will go to the program which performing this.

Thanks,

Sunil

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
763

Hi Matt. This BAPI is used to set the status of the kanban, you can fill it or empty with this BAPI. I have used this BAPI at my former company, and it worked really well for us.

BAPI_KANBAN_CHANGESTATUS

Regards,

Rich Heilman