[52130] in SAPr3-news
Basic ABAP Question
daemon@ATHENA.MIT.EDU (Buck Turgidson)
Fri Nov 5 09:15:04 2004
To: sapr3-news@mit.edu
Date: Fri, 5 Nov 2004 09:14:06 -0500
From: "Buck Turgidson" <jc_va@hotmail.com>
Message-ID: <fees52-8p3.ln1@turf.turgidson.com>
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'
do something 1
else
do something 2
endif
else
do something 1
endif