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: 

hr-abap

Former Member
0 Kudos

how to create a feature and what is the specific use of it while creating infotype and is it mandatory to maintain a check table while creating infotype.

thanks and regards,

phani.

2 REPLIES 2

dani_mn
Active Contributor
0 Kudos

It is not mandatory to create a check table while creating infotypes.

YOu have to create a structure starting with P and infotype number like p9601

Regards,

Wasim Ahmed

Former Member
0 Kudos

Hi phani,

1. how to create a feature

tcode is PE03.

2. what is the specific use of it while creating infotype

To default some values in some pre-defined fields,

based upon some logic.

That logic of IF / ENDIF, Decision making

is written in this feature,

without any abap code.

(Its mainly made for functional consultants)

3.

it mandatory to maintain a check table while creating infotype.

If we create our own infotype,

then there is no such mandatory requirement,

for any field in it,

except the PERNR field.

(The PM01 tcode will take care of all these,

we don't have to worry)

regards,

amit m.