[52855] in SAPr3-news
Re: =?ISO-8859-15?Q?Aufl=F6sung?= von SELECT-OPTION
daemon@ATHENA.MIT.EDU (Gerwin Borkowsky)
Thu Dec 30 04:43:50 2004
To: sapr3-news@mit.edu
Date: Thu, 30 Dec 2004 10:44:03 +0100
From: Gerwin Borkowsky <ditundat@gmx.net>
Message-ID: <33i0uiF4000rhU2@individual.net>
Reply-To: g.borkowsky_news2003@gmx.net
Gerd Rother wrote:
> Zur Ursprungsfrage: einen Standardbaustein kenne ich auch leider auch
> nicht. Allerdings hatte ich ein solches Problem noch nie. Ist Dir bekannt,
> daß man auch:
> select xyz into abc
> from table
> where x in selop
> and (itab).
> schreiben kann?
Leider geht sowas nur, wenn nicht auch table dynamisch sein soll. Sowas wie
select * from (table)
into (abc)
where x in selop
and (itab).
geht nur, wenn (table) das Feld x enthält. Wenn nicht geht nur
select * from (table)
into (abc)
where (itab).
Die select-option muss also in die itab aufgenommen werden.
--
Ciao Gerwin