Application Development and Automation 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: 

HR ABAP - INFOTYPE DEVELOPMENT

former_member574106
Participant
0 Kudos
254

Hi,

I am new to HR ABAP. i have got to develop a custom infotype with the following details.

1. Relieving letter from last employer.

2. Salary slip from last employer.

3. Graduation certificate.

4. Copy of latest qualification certifcate.

5. Income tax certificate from the latest employer.

What are the names of these fields. If these are custom fields, what data elements and domain types should i take.

Regards,

Saurav Lahiry

4 REPLIES 4

former_member226225
Contributor
0 Kudos
217

Hi Saurav,

Create the custom Infotype  with these fields.

1. Relieving letter from last employer.

2. Salary slip from last employer.

3. Graduation certificate.

4. Copy of latest qualification certifcate.

5. Income tax certificate from the latest employer.

These Should be of type String.

Here you can take the file name and update the file name in the Custom Infotype table PA9*.

Here You can use Services for Object and update the all the Templates.

Please refer in PA30 and button on the application toolbar Servies for Object.

Please find the below link to update the fields.

http://scn.sap.com/docs/DOC-39470

Thanks & Regards,

Raghunadh Kodali.

0 Kudos
217

Hi,

Thanks a lot for the tips.

Regards,

Saurav Lahiry

dhenny_muliawaty
Active Participant
0 Kudos
217

Hi Saurav,

To create custom infotype tcode standard sap: PM01, if the requirement from the user is kind of like a check list or radio button of several documents as mentioned..

name of the fields can be created new according to ur needs.

for data elements u can choose predefined type CHAR

data element - domain type needed to be defined if there will be some options can be chosen by user.

for layouting you can do custom in the screen painter layout.

thanks and best regards,

dhenny muliawaty (pei pei)

0 Kudos
217

Hi,

Great tips. Thanks.

Regards,

Saurav Lahiry