2011 Jul 20 11:04 AM
Hi experts,
I added some new fields to IP02 in a new tab. One of this fields is a checkbox and I need to control whenever it is selected or not in order to enable/disable some other fields in the dynpro.
I created a module "init_fields" in PBO where I control if the checkbox is 'X' or '' but if only goes to that module if I assign a function code 'ULTI' to the checkbox. And then I always get the same error "Requested function ULTI is not available here".
Does anybody know where the problem is ??
Regards,
Marí
Hi experts,
I added some new fields to IP02 in a new tab. One of this fields is a checkbox and I need to control whenever it is selected or not in order to enable/disable some other fields in the dynpro.
I created a module "init_fields" in PBO where I control if the checkbox is 'X' or '' but if only goes to that module if I assign a function code 'ULTI' to the checkbox. And then I always get the same error "Requested function ULTI is not available here".
Does anybody know where the problem is ??
Regards,
Marí
2011 Jul 21 11:52 AM
Whenever the report gets out of my new screen, the sy-ucomm 'ULTI' is not recognised, is there anything I can do ?? maybe something related to tables T185 ??
Any help please ???
thanks..
2011 Jul 21 11:56 AM
HI Maria,
Explain some more. You are telling that is a custom check box. Whats is the data type is it type c or any other.
Regards,
Madhu.
2011 Jul 21 12:01 PM
Hi Madhu,
It's a new tab and inside there are some new fields. The one I need to control whenever it is selected or not, is a checkbox (char1). The problem appears when the report control gets out off the subscreen because the function code 'ULTI' (created by me) doesnt' exist...
2011 Jul 21 1:24 PM
2011 Jul 21 1:28 PM