Archive for the ‘Basics’ Category

Creation of a Custom Infotype

12th November 2008 by Arun 1 Comment

There are many reasons why we have to create a Custom Infotype in SAP HR. It’s mainly because of the client’s requirement which is not available in SAP.
PM01 is the transaction code for the creation of a Custom Infotype for the PA module in HR.

Go to Transaction PM01. Create Infotype.
Enter the custom Infotype number to [...]

ABAP Vs HR ABAP

11th November 2008 by Arun 1 Comment

ABAP HR is an integral part of ABAP. In a traditional ABAP language, the following activities are performed.

Table development
Data Processing
Report development
BAPIs/RFCs
Database updates
Screens development/enhancement
Scripts and Smart Forms
Function Building
Java Connectors etc

This is basically done through the PROGRAMMING in ABAP builder by using ABAP 4th generation language. This may be related to [...]