cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Objects template for HR programs

Former Member
0 Kudos

Is there a template to use Objects in HR programs the way we had with HR-macros ? It used to be like this when using PNP LDB:


<b>INITIALIZATION</b>
<i><initialize buffer></i>
<b>START-OF-SELECTION</b>
<i><initial setup></i>
<b>GET PERNR
rp-provide-from-last <i><pNNNN></i> space low_date high_date.</b>
<i><store in an internal table></i>
<b>...
END-OF-SELECTION</b>
<i><process the internal table></i>

Is there an ABAP Objects equivalent of calling standard FM/macros in HR? What are the most usefull Classes to process HR employee master data (ie. IT0000-IT0999) ? Any usefull refrences/links will be helpful.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This is still the approved method so stick with this.

It works perfectly ok so there is no view to changing it.

Cheers

Colin