简体   繁体   English

指示销售订单已发货

[英]Indication that the sales order has been goods issued

Is there a way to determine if the sales order has already been goods issued?有没有办法确定销售订单是否已经发货? From what table shall I look?我应该从什么表看? There's some advice to me to use VBAP.VBELN as where condition for VBFA.VBELV then get VBFA.VBELN for which I'm gonna be using to select from VBUP table where VBUP.VBTYP_N = 'J'.有一些意见,我使用VBAP.VBELN为其中条件VBFA.VBELV然后得到VBFA.VBELN为此我要使用从VBUP表,其中VBUP.VBTYP_N =“J”选择。

And he said, if it's J, it means, it is already goods issued...他说,如果是J,就说明已经出货了……

I know that 'J' means delivery.我知道“J”意味着交付。 But, is there any other way or simpler way to determine if the sales order has already been goods issued?但是,有没有其他方法或更简单的方法来确定销售订单是否已经发货?

Thank you very much in advance.非常感谢您提前。

The sales order itself doesn't hold a goods movement status.销售订单本身不包含货物移动状态。 You need to follow the document flow (table VBFA) to first get the delivery numbers for your sales order, then get hold of either the delivery head status (table VBUK) or position status (table VBUP).您需要按照凭证流(表 VBFA)首先获取销售订单的交货编号,然后获取交货头状态(表 VBUK)或仓位状态(表 VBUP)。 In table VBUK/VBUP field WBSTK/WBSTA is 'C' if the document/position is completely processed.如果文档/职位已完全处理,则在表 VBUK/VBUP 字段 WBSTK/WBSTA 为“C”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM