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 code

Former Member
0 Likes
421

Hello,

I keep reading that SAP Kanban's that are scanned empty will automatically generate a purchase req and the other documenets involved...but where does all this "automatically" take place?

I turn on debugger (/h) in PK13N and then set a kanban to empty. Then I walk through the code but I am not seeing where the documents are created.

Can anyone tell where they are created? What is the include or object that creates these documents?

Thanks,

Matt

2 REPLIES 2
Read only

Former Member
0 Likes
388

I could use some help on this if anyone has some experience working with kanbans.

Thanks,

Matt

Read only

Former Member
0 Likes
388

Answer:

Function Group: MPKP

Include: LMPKPFB2

Form: GET_AND_PROCESS_MARKED_KANBANS

Line 441: PERFORM PROCESS_SINGLE_KANBAN USING PKPS_IDX.

-Matt