本文介绍了如何将RSEG表链接到BSEG或RBKP链接到BSEG?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我已经浏览了网络,但找不到答案可以解决我的问题。



我尝试了 RBKP-BELNR的连接 RBKP-GJAHR 放入 BKPF-AWKEY 以获得 BKPF- BELNR ,然后从 BKPF-BELNR BSEG-BELNR ,但始终不显示任何记录。 / p>

我需要链接到 RSEG BSEG RBKP BSEG



需要一些帮助!谢谢!



编辑:我在Tcode MIR7中制作了停放的文档



我发现了



实际上,您可以直接链接这些表。

最后一个选择,如果这些仍然不适合您,则可以链接:但是,我相信这样做会降低性能。 p>

  RSEG-EBELN = BSEG-EBELN 
RSEG-EBELP = BSEG-EBELP
RSEG-MATNR = BSEG- MATNR


I already browse the web but i find no answer that can solve my problem.

I tried the concatenation of RBKP-BELNR and RBKP-GJAHR into BKPF-AWKEY to get the BKPF-BELNR then BKPF-BELNR to BSEG-BELNR, but always show no records.

I need to link to the RSEG to BSEG or RBKP to BSEG .

Need some help! thanks!

Edit: I made the parked document in Tcode MIR7

I found this, but can't enter to VBSEGS table.

UPDATE: these are the details I want to get. but can't find the other details

解决方案

Concatenate BELNR & GJAHR from RSEG and pass it to the AWKEY field of BKPF table and you will get Accounting document number "BELNR", year "GJAHR" & Company Code "BUKRS". Pass these fields to BSEG and you will get the other details. Did you try it exactly this way? You should check your belnr has left padding '0' you can check it with double click on the record in SE16n tcode.

Actually, you can directly link these table.Last option, If these are still not working for you, then you can link: However, it will kill the performance, I believe.

RSEG-EBELN = BSEG-EBELN
RSEG-EBELP = BSEG-EBELP
RSEG-MATNR = BSEG-MATNR

这篇关于如何将RSEG表链接到BSEG或RBKP链接到BSEG?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-08 17:54