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

using feature for screen modifications

RahulSoneji31
Explorer
0 Likes
663

Hi, I have created an infotype with 2 subtypes.

Now I want to use Feature for screen control. I created the feature p9600 for my infotype and added the following decision tree:

country grouping-> user group> subtype-> A or B.

Depending on A or B I havbe assigned a variable key which I have used in SPRO 'change screen modifications'.

Based on suntype a or b, different fields will show on pa30 for the infotype.

now spro has 3 entries for my infotype. 1st is the default one and the other 2 are the entries with variable keys.

But when i use the infotype in pa30, the screen modification does not work as required. It just shows all the fields, which means it is using the main entry in spro .

Please help me resolve this.

Also what are the fields itbld and tclas in features used for?

do i need to use these so that the feature works?

4 REPLIES 4
Read only

Former Member
0 Likes
562

Hi,

Please make sure that when you are using the employee for PA30, he falls amoung the user groups ( Or country Group ) you have defined in the feature.

Regards

Pavan

Read only

venkat_o
Active Contributor
0 Likes
562

Hi, Once you define features, You need to use them in the pbo of the custome infotype screen by using the below function modules.

HR_FEATURE_BACKFIELD           Reading a Feature with Field Return 
HR_FEATURE_BACKTABLE           Reading a Feature with Back Table
Thanks Venkat.O

Read only

0 Likes
562

Mainatain view V_T588M

Read only

0 Likes
562

Hi all,

Thanks for the reply. I sollved the probelm.

I was using values other than '0001' and '0002' (VI and PR as I had named them) for the subtypes in the decision tree of the feature. below the subtype node.Hence the Feature was not working properly.

I changed it to 0001 and 0002 respectively. Now its working good.

Thanks!