Good morning SAP experts,
I need create info set. I have two tables BKPF and VBRP.
Please help me which fields I can use for join.
BKPF-XBLNR and VBRK-VBELN is not possible. I receive error message.
Thanks a lot
Kind regards
Pejuz1
join tables BKPF-VBRK
Moderators: Snowy, thx4allthefish, YuriT, Gothmog
-
- Posts: 1172
- Joined: Wed Mar 17, 2010 12:01 pm
- Location: In the dark
Re: join tables BKPF-VBRK
The fields are both C10 - should not be a problem. Thanks for sharing the error message!
Good luck!
Re: join tables BKPF-VBRK
If going from VBRK:
VBRK-VBELN = BKPF-AWKEY
If going from BKPF:
BKPF-AWTYP = 'VBRK'.
BKPF-AWKEY = VBRK-VBELN.
Mitch
VBRK-VBELN = BKPF-AWKEY
If going from BKPF:
BKPF-AWTYP = 'VBRK'.
BKPF-AWKEY = VBRK-VBELN.
Mitch