[51919] in SAPr3-news

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

Re: schnellster Weg MKPF MSEG

daemon@ATHENA.MIT.EDU (mecons)
Fri Oct 22 13:10:02 2004

To: sapr3-news@mit.edu
Date: Fri, 22 Oct 2004 19:08:06 +0200
From: "mecons" <nospam@nospam.mecons.com>
Message-ID: <41793ee7$0$176$9b622d9e@news.freenet.de>
Reply-To: "mecons" <nospam@nospam.mecons.com>

und je nach Datenvolumen würde ich einen Sek-Index auf die Felder legen,
dann wird es richtig schnell.

Gruß Achim

"Ron Dijkstra" <in@deniewsgroep.nl> wrote in message
news:41765d97$0$36860$e4fe514c@news.xs4all.nl...
> Hehe, so M.S ist niet nur ein Expert inz Formel Einz nah? ;-)
>
> "Michael Schumacher" <schumacher.michael@gmx.de> wrote in message
> news:qtjcn0pq5ocp25p0ei1lf3i79fjfhtiggf@4ax.com...
> > On Wed, 20 Oct 2004 10:43:27 +0200, "Alexander Bauer"
> > <alex_email@gmx.de> wrote:
> >
> >>Hallo Leute,
> >
> > Hallo!
> >
> >>was ist die schnellste Möglichkeit(Technik) Datensätze aus der MKPF
> >>und MSEG zu lesen, ohne Bezug auf die Schlüsselfelder
Materialbelegnummer
> >>?
> >>Als Selektionsparameter habe ich Belegdatum und Matnr.
> >
> > Inner Join ist dein Freund:
> >
> > select ???
> >       from        mkpf as a
> >       inner join mseg as b
> >       on a~mblnr = b~mblnr and
> >          a~mjahr = b~mjahr
> >       into table ???.
> >       where ???.
> >
> > Mit freundlichen Grüßen
> >
> > Michael Schumacher
> >
> > --------------------------------------------------------------
> > Michael Schumacher          Dortmund, Germany
> > Schumacher.Michael@gmx.de
>
>



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