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: 

In HR how to create an infotype .

Former Member
0 Kudos

In HR Module

1.how to create an Infotype ?

2.And how to attach it to the PA20/PA30.

i want some screen shots . or steps for it .

Gowri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Here is the link for screenshots and steps for Creating the link

<a href="http://www.sapdev.co.uk/hr/hr_infotypes2.htm">http://www.sapdev.co.uk/hr/hr_infotypes2.htm</a>

Reward points if it is usefull ....

Girish

6 REPLIES 6

Former Member
0 Kudos

PM01

Follow this procedure.

1. You should create the base structure PSXXXX. You just include the additional fields you want in this structure. The common header data will be created for the tables.

e.g. PS9919 should just contain the field 'NUMBR' of some data element (e.g. CHAR15 or a new one you create) or just use the built-in definition.

2. Use transaction PM01, enter infotype number XXXX, maintain infotype settings (time constraint, subtype strategy,etc...). I think you have some documentation for these settings.

3. To have the infotype listed on PA30 screen you should deal with some customization.

That's all!

Also refer this links..

Here i am giving some steps just follow them i hope it will help you to create a infotype.

1-go to pm01

2-Give infotype no

3-Click on Create

4-Give the short description

5-give the componets and component type as your choice.

6-Save it and activate it

7-click on all to create the module pool screen

8-Select screen radio button

9-Select the edit button

10-it will take you to ose51 and there you design the screen as per your requirement.

11-selece the change button

12-select object list from the menubar

13-select the object name

10-select the screen mode where it will show the 3 screen no

11-Select appropriate screen no

12-Select Layout

check these limks..

http://www.sap-img.com/human/how-to-create-a-hr-infotype.htm

http://help.sap.com/saphelp_46c/helpdata/EN/d2/cb455f455611d189710000e8322d00/content.htm

http://sap.ittoolbox.com/groups/technical-functional/sap-r3-hr/how-to-create-z-infotype-in-organizat...

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html

Former Member
0 Kudos

Hi,

check this link..

http://sap-img.com/human/how-to-create-a-hr-infotype.htm

do follow the following steps:

) Go to Transaction PM01.

2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).

3) Select the ‘Employee Infotype’ radio button.

4) Select the ‘PS Structure Infotype’.

5) Click on Create… A separate table maintenance window appears…

6) Create a PS structure with all the fields you want on the Infotype

7) Save and Activate the PS structure

😎 Go back to the initial screen of PM01.

9) Click on ‘All’ push button. It takes a few moments.

10) Click on ‘Technical Characteristics’. Infotype list screen appears

11) Click on ‘Change’(pencil) button

12) Select your Infotype and click on ‘Detail’ (magnifying glass) button

13) Give ‘T591A’ as subtype table

14) Give ‘T591S’ as subtype txt tab

15) Give your subtype field as subtype field

16) Save and come back to PM01 initial screen

17) Click on ‘Infotype Characteristics’ … Infotype list screen appears

18) Click on ‘Change’ (pencil) button

19) Click on ‘New Entries’

20) Enter your Infotype number and short text

21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype’s infotype characteristics screen and use as the reference to fill yours)

22) Save your entries.

23) Now the Infotype is created and ready to use.

24) If you want to change the layout of the Infotype as per your requirement…

25) In the PM01 initial screen…Select ‘Screen’ radio button and give 2000 as the screen name, then click on edit.

26) In the next screen.. Select ‘Layout Editor’ and click ‘Change’.

27) Screen default layout appears…here you can design/modify the screen..change the attributes of the fields..etc.

28) Save and activate. (Don’t forget to ‘Activate at every level)

u should have access code to create customized infotype...

Thanks,

Reward If Helpful.

Former Member
0 Kudos

Here is the link for screenshots and steps for Creating the link

<a href="http://www.sapdev.co.uk/hr/hr_infotypes2.htm">http://www.sapdev.co.uk/hr/hr_infotypes2.htm</a>

Reward points if it is usefull ....

Girish

Former Member
0 Kudos

Hi

In fact it is simple. Basically, follow this procedure.

1. You should create the base structure PSXXXX. You just include the additional fields you want in this structure. The common header data will be created for the tables.

e.g. PS9919 should just contain the field 'NUMBR' of some data element (e.g. CHAR15 or a new one you create) or just use the built-in definition.

2. Use transaction PM01, enter infotype number XXXX, maintain infotype settings (time constraint, subtype strategy,etc...). I think you have some documentation for these settings.

3. To have the infotype listed on PA30 screen you should deal with some customization.

http://help.sap.com/saphelp_46b/helpdata/en/f7/2fe034ee251f34e10000009b38f83b/frameset.htm

<b>creating new infotypes</b>

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

Former Member
0 Kudos

<b>Here is the steps for creating the Customer infotypes and attaching it to PA20/PA30 .</b>

<b>Step 1</b>

Execute transaction PM01 (If you get a message saying the infotype can not be enhanced, try tranasction PPCI).

<b>Step 2</b>

Select create IT tab and enter new infotype number into selection box.

<b>Step 3</b>

Press the create ‘ALL’ button (left of infotype no.). You will get a dialog box asking to confirm,press the create button.

<b>Step 4</b>

You will now be presented with the standard structure creation screen (SE11) where you need to enter the fields of the new infotype. I have entered some examples but you can put anything inhere.

<b>Step 5</b>

Once you have entered the fields press save and then activate, before pressing the back button.You will now be presented with the following screen, where you will need to make a new entry or your created infotype (i.e. 9010).

<b>Step 6</b>

The next step is to fill in the infotype attributes, these will initially be blank and you will need to fill them in similar to the following, depending on your requirements. Then press save.

<b>Step 7</b>

Your infotype is now created and can be accessed and populated in the usual way using

i.e. using transactions such as PA20 and PA30.

<b>Step 8</b>

If you look at the structure of your new infotype in transaction ‘SE11’ it will look similar to the following:

Reward points if it is usefull..

Girish

Former Member
0 Kudos

Thanks to all fast answer ...

now i need to go thorugh the all the answer .

Girish i have gone through the link it is Good...

Hi all .... Can i get some links on HR .

Gowri