‎2008 Jul 01 7:53 AM
Hi ,
Can anyone tell me how to develop an infotype with the following requrements.
infotype with only overview option , no display,create,or change options.
and the first screen contains
only two fields like year and wagetype.
when the user selects one year row , the next screen will be the details related to that year and wage amounts.
Looking forward for ur help.
its very urgent.
‎2008 Jul 01 7:57 AM
HI,
WELCOME TO SDN.
u can create custom infotype using PM01 transaction.
please check erp hcm forums u will get lot of information on this there.
‎2008 Jul 01 8:20 AM
HI,
Infotype needs to be enhanced sometimes to add our own fields
to the existing infotype fields. Before Enhancing any infotype, CI_
Include must be available.
Enhancement of PA Infotypes
In PA we can enhance the Single screen as well as list screen.
Enhancing the single screen
u2022 Procedure
1. Start the transaction Enhance Infotype, (transaction code PM01). The Create Infotype screen appears.
2. Choose Enhance Infotype Tab
3. In the Infotype Number field, enter the four-digit number of the infotype you want to enhance. When you enter the infotype number, remember to enter any leading
Zeros. Note: It is not possible to enhance a single screen for the Actions infotype (0000), or the Time Management infotypes.
4. Choose the button u2018Create Allu2019
The following screen appears:
5. Press Enter. Then create the fields required on the screen. In this case Train Route
6. The following screen appears.
7. Now if we go to Infotype 0006 of any employee we can see the field added.
While enhancing the single screen of an infotype a module pool program ZPnnnn00 will be created and that can be modified by ourselves. We have to modify the screen number 0200 for adjusting the screen elements and appearance of the enhanced screen.
The module pool program of a PA Infotype will be MPnnnn00.
For every infotype there is a dialog module associated with it. It will
be RP_nnnn for PA infotypes.
The single screen of an Infotype will be 2000 and the list screen will be 3000.
Here nnnn denotes 4-digit infotype number.
Regards,
VIjay
‎2008 Jul 01 8:22 AM
HI,
Infotype needs to be created when you cannot store the required
information in any of the standard infotypes.
Creation of PA Infotypes
1. Start the transaction Enhance Infotype, (transaction code PM01). The Create Infotype screen appears.
2. Enter the four digit Infotype number ( starting from 9000-9999).
3. Then click on the u2018Create Allu2019 button.
A popup appears. Press Enter.
4. The new screen for entering the required infotype field appears.
Activate the structure PSnnnn and the required infotype details are created.
5. Then our major duty is to maintain the infotype characteristics. For that from the PM01 transaction select the button u2018Infotype Characteristicsu2019. Copy the entry from existing infotype to the newly created one and change the characteristics of our infotype accordingly. The characteristics can also be maintained through IMG or by using the customizing view V_T582A.
Regards
VIjay