[51917] in SAPr3-news

home help back first fref pref prev next nref lref last post

Re: Select-options mit AND-Verknüpfung? So geht's:

daemon@ATHENA.MIT.EDU (Stefan)
Fri Oct 22 13:03:36 2004

To: sapr3-news@mit.edu
Date: Fri, 22 Oct 2004 19:02:50 +0200
From: "Stefan" <nospam@gmx.de>
Message-ID: <clbeh5$eud$1@online.de>


REPORT  ZTEST4                                                      .

tables: dd03l.

data: l type i.

select-options: fields for dd03l-fieldname.

describe table fields lines l.

select tabname from dd03l
into corresponding fields of dd03l
where fieldname in fields
group by tabname
having count( * ) = l.
  write:/ dd03l-tabname.
endselect.


Gruß Stefan 



home help back first fref pref prev next nref lref last post