博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
刷shipid 简便方法
阅读量:5245 次
发布时间:2019-06-14

本文共 1573 字,大约阅读时间需要 5 分钟。

将表中的数据手动更改:

select * from cmpps025 where  pino = '';

insert into cmpps025

select ncmp, pino, pono, item||'5380Z0001CK', item, oqua, 'CN', '7S3501592100001', 'N', null, null, sysdate,null from cmpps022 where pino = '';

--时间年月日 更改shipid

 select * from cmpps026;

insert into cmpps026 select ncmp, cbar, pick_qty, smal_pakid from cmpps025 where pino = '';

insert into cmpps026 select distinct ncmp, smal_pakid, '1', smal_pakid from cmpps025 where  pino = '';

 -- Astro Sun R2 need insert CMPPS063

insert into cmpps063 select ncmp, cbar, 'H4020000JM', null, null, null, null, null, null, null from cmpps025 where pino ='';

select * from cmpps027;

insert into cmpps027 select ncmp, pino,smal_pakid, pono, coor, item, pick_qty, null, null, null from cmpps025 where  pino = ''; 

select * from cmpps028;

insert into cmpps028 (ncmp, ship_id, duni, wuni)select distinct ncmp, ship_id, 'CM', 'KG' from cmpps027 where  pino = '';

 update cmpps022 set kqua = oqua, dqua = oqua where  pino = '';

update cmpps021 set status = 2 where  pino = '';

2:设置材积

 3:

4:

Combine rule:

1.Cmpps021. STATUS =‘ 2’

2.Pack qty match (CMPPS022 OQUA=DQUA and CMPPS022.DQUA= CMPPS027. PICK_QTY)

3. Term of Delivery(cmpps071.cdec) must be same

4.Ship Way(Cmpps021.CRTE) ,Forwarder(Cmpps021.CFRW), Customer code(Cmpps021.CUNO) must be the same

5.Ship to address must be same

6. bill to address:if ‘wtx’ then all address imformation must be same else ccty must be same

7.Maintain all Shipment Weight/Dimension

 5:生成packlst:点执行

 

 

在EPS send W/H时,要勾选生成合同,中间的数据,在TMSAP013中查询。

 

 

 

 

 

 

 

转载于:https://www.cnblogs.com/sharon0203/p/10382989.html

你可能感兴趣的文章
android permission
查看>>
【译】在Asp.Net中操作PDF - iTextSharp - 使用字体
查看>>
.net 文本框只允许输入XX,(正则表达式)
查看>>
实验2-2
查看>>
MongoDB遇到的疑似数据丢失的问题。不要用InsertMany!
查看>>
android smack MultiUserChat.getHostedRooms( NullPointerException)
查看>>
[置顶] Linux终端中使用上一命令减少键盘输入
查看>>
BootScrap
查看>>
Java实现二分查找
查看>>
UIImage 和 iOS 图片压缩UIImage / UIImageVIew
查看>>
php7 新特性整理
查看>>
RabbitMQ、Redis、Memcache、SQLAlchemy
查看>>
03 线程池
查看>>
手机验证码执行流程
查看>>
设计模式课程 设计模式精讲 2-2 UML类图讲解
查看>>
Silverlight 的菜单控件。(不是 Toolkit的)
查看>>
jquery的contains方法
查看>>
linux后台运行和关闭SSH运行,查看后台任务
查看>>
桥接模式-Bridge(Java实现)
查看>>
303. Range Sum Query - Immutable
查看>>