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

How to create Sub Feature ?

Former Member
0 Likes
1,037

Hi,

Can anyone tell me what is the purpose of Feature ? (Tcode- PE03) How it is attached with infotypes?

What is subfeature & how to create a subfeature?

Thanks,

Debarati

1 ACCEPTED SOLUTION
Read only

former_member226519
Active Contributor
0 Likes
700

a feature consists of a structure, a decision tree and a back value.

The program (e.g. the infotype module pool) fills the structure and depending on the decision tree the FM HR_FEATURE_BACK_VALUE gives back a value (or a table). Usually it is used to fill default values PBO.

To set up the decision tree is simple customiozing.

Example

In infotype 0008 BUKRS WERKS BTRTLPERSG PERSK MOLGA ...(originally stored in different tables) are passed to feature TARIF and the feature gives back pay scale type and area as the default values for infotype 0008.

Hi,

Can anyone tell me what is the purpose of Feature ? (Tcode- PE03) How it is attached with infotypes?

What is subfeature & how to create a subfeature?

Thanks,

Debarati

1 REPLY 1
Read only

former_member226519
Active Contributor
0 Likes
701

a feature consists of a structure, a decision tree and a back value.

The program (e.g. the infotype module pool) fills the structure and depending on the decision tree the FM HR_FEATURE_BACK_VALUE gives back a value (or a table). Usually it is used to fill default values PBO.

To set up the decision tree is simple customiozing.

Example

In infotype 0008 BUKRS WERKS BTRTLPERSG PERSK MOLGA ...(originally stored in different tables) are passed to feature TARIF and the feature gives back pay scale type and area as the default values for infotype 0008.