cancel
Showing results for 
Search instead for 
Did you mean: 

How to add Radio Button and Check Boxes in Custom infotype creation

Former Member
0 Kudos

hi all

i have a requirement, where to create a custom infotype. in that i ahve to create radio buttos. can anybody give me suggestion how to handle this issue.

thanks in advance.

krishna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Goto PM01 for creating custom infotypes.

Former Member
0 Kudos

i already created custom infotype with some fields. ok

now i have to add radio buttons and some code. how to add radio buttons, if i add directly from modulepool those are in inactive state.

anotherway is there, this is get from forums only first create charecter fields, later in modulepool layout we have to convert text to checkbox or radio button. for me in that area that is in disable mode. this is my problem. how can i solve this??? kindly give me any suggestion....

thank u.

krishna

Former Member
0 Kudos
Former Member
0 Kudos

hi nayak

i follow that doc but i am getting problem. in modulepool layout i select that textfiled and while convert to radiobutton....... convert-radiobutton-left button or right button. for me that left or right is coming in inactve... i am unable to select that. any another solution please....

thank u.

krishna.

Former Member
0 Kudos

krishana ,

delete the text description of the radio button or check box first field then only the right or left option will be enable . if you give left the text will print after the radio button

regards

chinnaiya

Former Member
0 Kudos

hi chinnaiya

while deleting filed text it is giving error, enter text at least 1 char like that... what i done is i double clicked on that text and i am deleting text fields text. this is one way, another wasy is in element list tab I/O template tab, deleting text. but giving error. what is the problem???

thank u.

krishna.

Former Member
0 Kudos

hi krishana ,

dont do double click on the text field , just select the text of the single char field text and delete it , there should only the single char text field .. now right click on the text field and convert -> check box -> left ..

revert me back if any doubt

regards

chinnaiya

Former Member
0 Kudos

hi chinnaiya,

there is no delete option for that text, when i am trying right click on that text and to delete but that delete is inactive state, can u tel me what is the problem?

tahnk u.

krishna.

former_member324070
Participant
0 Kudos

Hi ,

I am facing the same issue

need to enhance infotype 0021 for

MEDICLAIM : yes/no

u can see

it is disable.

i have added throgh pm01

pls guide.

Former Member
0 Kudos

Hi,

Can you please check using properties ( Menu bar), and elements.

Regards,

Ketul

former_member324070
Participant
0 Kudos

Hi,

thanx for replying.

where i have to check??

please expalin..

Answers (4)

Answers (4)

Former Member
0 Kudos

hi krishna ,

whiling declaring the fields for the custom info type. declare the radio button , check box field char type 1 , and the in module pool screen painter delete the text description of the single length fields(checkbox, radio button ) then right click on the single field text box , convert>checkbox> left or right , same for the radio button and defined that in groups .

regards

chinnaiya

Former Member
0 Kudos

go to se51..there u have drag and drop option.. choose radio button and u need to group them.. double click on the radio button .. a screen will pop up.. here in the groups maintin for eg 0006 0001

Former Member
0 Kudos

i already created custom infotype with some fields. ok

now i have to add radio buttons and some code. how to add radio buttons, if i add directly from modulepool those are in inactive state.

anotherway is there, this is get from forums only first create charecter fields, later in modulepool layout we have to convert text to checkbox or radio button. for me in that area that is in disable mode. this is my problem. how can i solve this??? kindly give me any suggestion....

thank u.

krishna

Vivek_V
Active Contributor
0 Kudos

Hi,

I hope you already have that field in the table of that custom infotype.

Now in order to get radio button or check boxes, you need to modify the single screen of the infotype. Define that field as Radio in Check as per your requirements in the General Attributes in the Element List for that screen.

VK

Vivek_V
Active Contributor
0 Kudos

Hi,

Custom infotypes for PA is created through T.Code PM01 and for OM it is created through T.Code PPCI.

Regarding radio button, I think you need to write the logic in the Module Pool of that infotype.

VK