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: 
Read only

Infotype feature

Former Member
0 Likes
1,208

Hi All,

I am working on an HR task, where I have been asked to modify the feature of infotype P0002, I am not an HR developer so I am not sure where and how can I modify this feature and what exactly the feature means, can you please help me with this.

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
916

Hi,

Tcode:PE03

Features are decision trees designed to allow you to configure the logical determination of data entry values.

Features are programmatically (ABAP) executed at dialog entry time as the various types of master data information (infotypes)are created (not effective dated)

􀂌The features available to be used and configured for any particular infotype can easily be determined and verified through the use of the standard SAP u201Cdebuggeru201Dfunctionality.

4 REPLIES 4
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
917

Hi,

Tcode:PE03

Features are decision trees designed to allow you to configure the logical determination of data entry values.

Features are programmatically (ABAP) executed at dialog entry time as the various types of master data information (infotypes)are created (not effective dated)

􀂌The features available to be used and configured for any particular infotype can easily be determined and verified through the use of the standard SAP u201Cdebuggeru201Dfunctionality.

Read only

Former Member
0 Likes
916

I got it my self... it was pe02

Read only

GauthamV
Active Contributor
0 Likes
916

You can use PE02 transaction.

This will help you.

[http://help.sap.com/saphelp_47x200/helpdata/en/4f/d523ee575e11d189270000e8322f96/frameset.htm]

Read only

Former Member
0 Likes
916

Features are objects those that default Infotype field values by quering different enterprise, personnel or data structure fields. The transaction code for features are PE03.

Below are some of the features:


Number Range Intervals NUMKR - Feature NUMKR is used to define whether the employee 
numbering created for such personnel area would be created internal (proposed by the system) 
or external assignment (User Define).
ABKRS, feature which defaults payroll area
2 ways in which features are configured table method or the tree method. 

Regards

Shital