cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering a Feature?

former_member445996
Participant
0 Kudos

Hi All,

How does SAP know to trigger a custom Feature? I have ceated a feature that will put a default value in one of the fields on Info type 1 but I don't know how to link it to that field on that screen?

Any ideas/information on this will be greatly appreciated.

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member445996
Participant
0 Kudos

Thanks for the replies but my question is not what the "Features" are rather how they are triggered durind the processing of an infotype, in other words how does SAP know which feature to trigger for a certain infotype out of all the triggers that are present in the system?

Thanks.

suresh_datti
Active Contributor
0 Kudos

The feature has to be read by a program..Pl see the following <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/cb/f29e379cea0945e10000009b38f889/frameset.htm">SAP help</a> on how to read them.The same apporach is probably adopted in Std infotypes too..you can look up the PBO source code of any infotype to ensure that..

~Suresh

Former Member
0 Kudos

Dear Suresh,

I want to default the values using the Feature for my custom infotype 9001

so i created a custom Featuure Z9001 and used the structure PME01 , i would like

to how to default the values for my custom fields .

i have put a break point to study the stand feature(ABKRS) for infotype 0007 , but is triggers the /1PAPA/FEAT200p0007(Screen Fields) instead ofprogram /1PAPA/FEAT200ABKRS .

regards

syamla

Former Member
0 Kudos

EXAMPLE t-code PE03

Tarrif

Defaults Pay scale Type and Area for BASIC pay

So go to Peo3 Set 1 for certain Set of employees Depending on Employee group(PERSG) and Employee Sub group(PERSK)

Points Please Like wise there are MANY Features

Former Member
0 Kudos

Hello,

As far as I know SAP gives a few standar features to default values, if you want default a field and that field doesnt have a feature provided for SAP then you cant create your custom feature and link it to that field. You have the PBO user exit to default those fields for which SAP didnt provide the feature approach.

Which field are you talking about?