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

Creating a Control Cycle

Former Member
0 Likes
2,381

Hi ,

As a part of requirements , we have to create control cycles. I found this BAPI 'BAPI_KANBANCC_CREATE' . Now the problem , I am not sure as to how the update the Fields Dynamic indictor and the staging indictor . These fields have to be set when one creates a control cycle through the transaction LPK1.

Though the Function Module documentation makes a mention as stated below but the mentioned fields do not exist in the import structure .

  • Mandatory fields for Kanban with Warehouse Management
    • The system checks whether the specified combination of warehouse number/
      storage type/storage bin (WHSENUMBER/STGE_TYPE/STGE_BIN) is consistent and
      whether the warehouse number, storage type, and storage bin
      exists
    • Dynamic destination bin (DYN_DESTINATION_BIN)

  • You can enter either X or no value (blank) for this field.

Any help will be greatly appreciated .

Thanks

Shlagha .

1 REPLY 1
Read only

Former Member
0 Likes
1,018

Hello Shlagha,

I think BAPI_KANBANCC_CREATE is used for creating Kanban Control Cycle (with PK01), not for Control Cycle WM (LPK1).

You can use BDC with PK01.

Thanks,

Phu Nguyen.