cancel
Showing results for 
Search instead for 
Did you mean: 

HR Infotypes

Former Member
0 Kudos

Dear Experts,

I am creating a new infortype with ztable its displaying properly now problem is i want to put controls for that field

i have two check list boxes suppose when i select A1 from check list box 1 check box should display only A1 category data

check box 1 field is in table ZTEST1-FLD1

check box 2 field is in table ZTEST2-FLD1

how can i validate like this

my 2nd question is when i select the code form check list box i wanna display relevent description in the text object

all of these are in Screen Painter

Please help me to solve this problems

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

Look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP_PD.pdf">Developing an Infotype (Planning)</a> and <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf">Developing an Infotype in Personnel Administration</a>

You should do this in the PBO include : MPnnnn20 where nnnn is your infotype. convert your check boxes in a RADIOBUTTON GROUP. group your two set of fields in the dynpro into two boxes and give the box and its set of fields the same modification group. Put a descriptive text to the block. So in the PBO take a LOOP AT SCREEN and disable the set not required depending on the box checked.

Regards.

Former Member
0 Kudos

PLEASE HELP ME