Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a infotype in Background

Former Member
0 Kudos

Hi All,

I have requirment when I add value in 584 Q0584-INTRS then in back ground 586 should be created and the value should be placed in proposed column where investments and contribution is "Interest on NSC VIII issue".

So can one help regarding this.

Thanks

2 REPLIES 2

Former Member
0 Kudos

probably this should help:

HR uses INFOTYPES instead of tables.

There are different sub modules exist in HR.

For Personal Admn the Infotypes start with PA0000 to PA1999

Time Related Infotypes start with PA2000 to PA2999.

Orgn related Infotypes start with HRP1000 to HRP1999.

All custom developed infotypes stsrat with PA9000 onwards.

In payroll processing we use Clusters like PCL1,2,3 and 4.

Instead of Select query we use PROVIDE and ENDPROVIDE..

You have to assign a Logical Database in the attributes PNP.

Go through the SAp doc for HR programming and start doing.

http://www.sapdevelopment.co.uk/hr/hrhome.htm

See:

http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm

suresh_datti
Active Contributor
0 Kudos

PL check this <a href="https://forums.sdn.sap.com/click.jspa?searchID=2088845&messageID=3271161">Thread</a>.

~Suresh