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

Problem with custom checkbox in tx. IP02

maria_merino
Active Participant
0 Likes
865

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í

5 REPLIES 5
Read only

maria_merino
Active Participant
0 Likes
807

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..

Read only

madhu_vadlamani
Active Contributor
0 Likes
807

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.

Read only

0 Likes
807

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...

Read only

0 Likes
807

found solution:

Read only

0 Likes
807

Hi ,

Good.