Skip to Content
0
Former Member
Jul 25, 2016 at 09:45 AM

PMD: Hide Fields

90 Views

Greetings everyone,


I need to hide several fields when I create a clinical document. I know that is possible in the user exit inside each field. But, I need to hide several fields before creating the document. I would like to make it in user exit of init for the general clinical document.

I dont know if is possible to make it. Perhaps, I can to give the focus on a field and then, to apply the next function:

CALL METHOD o__pmd->ct__set__elem_invisible

EXPORTING p_alias = 'VALO_APFIS'.

But, I dont know how to give the focus.

Regards,