I'm talking about e.g. this piece of code where the table s905 will be used:
SELECT *
INTO CORRESPONDING FIELDS OF TABLE ts_menge
FROM zdyu_s905
FOR ALL ENTRIES IN g_v_it_marc_wlbm
WHERE matnr = g_v_it_marc_wlbm-matnr
AND werks = g_v_it_marc_wlbm-werks
AND spwoc IN r_zeitr
AND werks = g_v_it_marc_wlbm-werks
AND ( bwart = '251' OR bwart = '252' OR
bwart = '301' OR bwart = '302' ).
And I was going to do simular select in other system, but this system doesn't contain such a table,
so I don't know...can I just create any z-table with the same structure as s905 or ?