RE:[sap-log-mm] Kanban Goods Receipt in MIGO

Posted by vseward (SAP Business Analyst)
on Jun 10 at 1:44 PM
Vlad,
This is the right track, thanks. But for Kanban Scheduling Agreements F3 & F4 are not initial. The code says F3 & F4 are initial. Our ABAP programmer is looking at writing something for our specific doc type where F3& F4 are not initial.
Thank you for steering us in the right direction.
Vickie

---------------Original Message---------------
From: sapnomad
Sent: Friday, June 10, 2011 11:50 AM
Subject: Kanban Goods Receipt in MIGO

Vickie,
The 'propose all' indicator is not required. See SAP Note 741385 for the fix. You can use this code if you like:

data: ls_ekpo like ekpo.
move pot to ls_ekpo.
f4 = ls_ekpo-menge + ls_ekpo-menge * ls_ekpo-uebto / 100.

I also added logic for the GR default quantity suggestion and tolerance check at the line item level per SAP Note 70426.

Vlad

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
Visit IBM's Leveraging IT Services Briefing Center. Register now and learn how to deliver smarter security & resiliency.
_.____.__

0 Response to "RE:[sap-log-mm] Kanban Goods Receipt in MIGO"

Post a Comment