[52105] in SAPr3-news
Re: SAP HR
daemon@ATHENA.MIT.EDU (Peter Zurfluh)
Wed Nov 3 17:42:08 2004
To: sapr3-news@mit.edu
Date: Wed, 3 Nov 2004 23:42:00 +0100
From: "Peter Zurfluh" <peter.zurfluh@swissonline.ch>
Message-ID: <cmbmrr$qb6$1@newshispeed.ch>
Hi
I'm not ABAP programmer, but I suggest to analyse a SAP Standartprogramm.
Like RPLMIT00 and you will find that a lot of programm coding is missing in
your short ABAP.
Between get pernr and write, SAP should have orders what he has to do....
Might could be helpfull
Peter
"Jürgen Menges" <jmen@jmen-web.de> schrieb im Newsbeitrag
news:cmaoad$e57$1@news.web.de...
> nice try! But what is the content of the both includes??
> Is pernr defined as a logical database? What should the program be able
> to?
>
> Kind regards
> --
> Jürgen Menges
> www.jmen-web.de
>
>
> "Aminovic" <aminovic@yahoo.fr> schrieb im Newsbeitrag
> news: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
>
>