Hi,
I want to do a union all for two open SQL statements at the database level, e.g:
SQL statement 1
UNION ALL
SQL statement 2.
Is this possible with ABAP open sql? I know its possible via native sql or using manipulations via ABAP internal tables (FOR ALL ENTRIES, joins, etc) but I don't want to take these routes and want to do it with just a SQL instead...So is this possible?