Please see this code:
- Code: Select all
CLEAR RP_INV.
SELECT SINGLE BELNR FROM BKPF
INTO RP_INV
WHERE RP_AWKEY = BKPF-AWKEY.
Code RP_AWKEY I already did code in additional field 1 and I thought this was enough in additional field 2.
But the check says that RP_AWKEY is unknown.
How can I use the already created field AWKEY in this coding?
Thanks!