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

check list enable & Disable?

Former Member
0 Likes
855

how to do the check list is enable & disable ? please give me sample code?

how to do the check list is enable & disable ? please give me sample code?

6 REPLIES 6
Read only

Former Member
0 Likes
824

which check list? in some tcode or custom?

please clarify your question...

Read only

0 Likes
824

in PA30, after giving the Subtype that is custom infotype 9015 (parameter check list).

in that one table control is there, in that active status field is there, i want disable that field, how ?

Read only

0 Likes
824

no exits needed...

check the field name of that field... and the screen number and module pool program name(from technical info)

now goto SM30, give V_T588M.

maintain..

give the module pool name (as taken from technical info)

select the screen number..

double click...

now for your field... select the radio button as Outp

save.. work done..

Edited by: Soumyaprakash Mishra on Dec 28, 2009 5:38 PM

Read only

0 Likes
824

hi Soumyaprakash, i followed your instructions but it is not available for that modulepool program.

it is a table control check list? how can i disable & enable the field in a table control check list?

give me sample code plzz.

Read only

0 Likes
824

if the screen is not present in that view.. then insert new row.. add this screen. parameter will automatically come...

else.. if you are not able to do with this above method, then you can goto the module pool program on that screen and see some enhancement point..

Read only

Former Member
0 Likes
824

Hi i got Answer.