[52095] in SAPr3-news
SAP HR
daemon@ATHENA.MIT.EDU (Aminovic)
Wed Nov 3 08:02:08 2004
To: sapr3-news@mit.edu
Date: 3 Nov 2004 05:02:04 -0800
From: aminovic@yahoo.fr (Aminovic)
Message-ID: <f237b2a8.0411030502.261f2b0c@posting.google.com>
hello
i wrote a simple program and the problem is that when it gets pernr
it jumps directly to the end of selection. i doens't process the code
after get pernr
the code:
REPORT Z_HR_TEST no standard page heading.
include Z_HR_TEST_DATA.
include Z_HR_TEST_FORM.
start-of-selection.
write:/ 'hall'.
get pernr.
write:/ pa0002-pernr.
* there is some perform here
write:/ 'fall'.
end-of-selection.
*******************************
the output is :
hall