2021 Jan 25 10:33 AM
I have following code:
SELECT SINGLE bukrs saknr xopvw
FROM skb1
INTO ls_xopvw " bukrs type bukrs, saknr type hkont, xopvw type xopvw
WHERE bukrs = accit_glx-bukrs
AND saknr = accit_glx-hkont.
The ABAP Test Cockpit throws following warning: DB Operation SELECT found (SKB1, see Note(s):0002431747)
In the SAP Note 2431747 I found following text passage: As a consequence, read-access to SKA1 and SKB1 will in general return also secondary cost elements; this is different to releases before S/4HANA.
How can I handle this problem? I only want the primary cost elements in my selection.
2021 Jan 25 2:14 PM
2021 Jan 25 2:51 PM