找回密码
 注册账号

QQ登录

只需一步,快速开始

手机号码,快捷登录

手机号码,快捷登录

初学者课程:T3自学|T6自学|U8自学软件下载课件下载工具下载资料:通资料|U8资料|NC|培训|年结积分规则 | 使用常见问题Q&A
知识库:U8 | | NC | U9 | OA | 政务U8|U9|NCC|NC65|NC65客开|NCC客开新手必读 | 任务 | 快速增金币用友QQ群[微信群]
查看: 6657|回复: 14

[求助] MRP计划维护

[复制链接]
发表于 2009-3-6 10:03:31 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册账号

×
我想从“MRP计划维护”中用SQL按存货编码(cinvcode)查询出 现存量、在单量、预约量、可用量。请问SQL该怎么写?
MRP计划维护表.jpg
发表于 2009-3-20 14:06:32 | 显示全部楼层
看数据字典
 楼主| 发表于 2009-3-25 21:12:35 | 显示全部楼层
数据字典沒提到這些欄目
发表于 2009-3-25 21:14:49 | 显示全部楼层
还是得看数据字典,找到相关的表,对照着看看具体的字段吧。
发表于 2009-3-25 22:33:56 | 显示全部楼层
这个不是很简单的么,后台就没几张表,连一下就可以了,不知道表和字段的话,可以问我
发表于 2009-3-26 08:58:54 | 显示全部楼层
我也想知道
 楼主| 发表于 2009-4-5 17:13:43 | 显示全部楼层
最近研究出来了,但需通过两步来实现
发表于 2009-4-5 20:38:22 | 显示全部楼层
1# maxiwen 不知道啊 我来看看 啊
发表于 2009-4-15 16:14:40 | 显示全部楼层
也想知道。。。。
发表于 2009-4-17 16:51:17 | 显示全部楼层
mrp 是什么意思啊
发表于 2009-8-18 09:50:22 | 显示全部楼层
你知道MRP计划维护的表名么?语句应该简单,只是表名称不知道是什么
 楼主| 发表于 2009-8-20 08:41:01 | 显示全部楼层
With rsPubs
                .ActiveConnection = cnPubs
                .CursorType = adOpenForwardOnly
                .LockType = adLockReadOnly
                .Open "select a.socode,b.ccuscode,a.duedate,a.invcode,a.invname,a.comunitname,'',a.planqty,a.CrdQty,isnull((select sum(c.iquantity) from CurrentStock as c where c.cwhcode<>'08'and c.cinvcode=a.invcode group by c.cinvcode),0) ," & _
                "ISNULL(isnull((select sum(PO.iquantity-isnull(PO.iarrqty,0)) from po_podetails as PO " & _
            "where PO.cbcloser is null and PO.iquantity >isnull(PO.iarrqty,0) and PO.cinvcode=A.[invcode] group by PO.cinvcode)," & _
                   "(select sum(o.iquantity-isnull(o.iarrqty,0)) from om_modetails as o " & _
            "where o.cbcloser is null and o.iquantity >isnull(o.iarrqty,0) and o.cinvcode=A.[invcode] group by o.cinvcode)),0)" & _
            "from v_mps_netdemandsaleandexorder as b,V_mps_netdemand as a " & _
                "where a.socode >='" + str_CAB001_Begin + " 'AND a.socode <='" + str_CAB001_End + " '" & _
                "AND b.csocode =a.socode AND b.irowno= a.soseq  " & _
                " order by a.socode,a.invcode"
                Sheet38.Range("A3").CopyFromRecordset rsPubs
                .Close
            .ActiveConnection = cnPubs
            .CursorType = adOpenForwardOnly
            .LockType = adLockReadOnly
            .Open "select m.invcode,sum(m.qty-m.issqty) from v_mom_moallocate_rpt as m inner join v_mom_orderdetail as b on M.MoDId=b.modid where b.status<>4 and (M.qty-M.issqty)>=0  group by M.invcode order by m.invcode"
    Sheet38.Range("o3").CopyFromRecordset rsPubs
                .Close
            End With
发表于 2009-8-20 09:53:16 | 显示全部楼层
楼上的厉害
发表于 2010-11-26 10:26:31 | 显示全部楼层
路过,学习中。
发表于 2011-1-20 11:45:48 | 显示全部楼层
╮(╯▽╰)╭看不懂啊
您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

QQ|站长微信|Archiver|手机版|小黑屋|用友之家 ( 蜀ICP备07505338号|51072502110008 )

GMT+8, 2024-11-24 16:35 , Processed in 0.061120 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表