Skip to Content
0
Former Member
Dec 04, 2006 at 05:42 PM

Build Query in Transactions

33 Views

Hi All,

Could you please let me know how queries or subqueries can be build using

SQVI or SQ01 or ZX02 transactions. For example :

1)select * from zmstkcalc where werks_d <> werks_main.

2)select * from zmstkcalc where werks_d in ( select werks from zmwerks_mu),

Please note that i know how to sove this by writing program. But I would like build query instead of writing program.

Thanks