[52138] in SAPr3-news
Re: Basic ABAP Question
daemon@ATHENA.MIT.EDU (Karlheinz W. Lehmann)
Fri Nov 5 13:10:45 2004
To: sapr3-news@mit.edu
Date: Fri, 05 Nov 2004 19:09:17 +0100
From: "Karlheinz W. Lehmann" <usenet@rauran.de>
Message-ID: <418BC1CD.8040803@fqdn.rauran.de>
Hi Buck,
Buck Turgidson schrieb:
> I am trying to implement the following if/then psuedocode in ABAP. I am not
> sure how to do this with the ABAP construct. Any advice would be
> appreciated. It is the nested "then" that I am not sure how to do in ABAP.
>
> if f1 = 'a'
> then if f2 = 'b'
ommit the "then" here ...
> do something 1
> else
> do something 2
> endif
> else
> do something 1
> endif
... then it should be fine ...
Cya, Lemmi