‎2010 Sep 14 2:38 PM
I need to show some additional fields when the user press a button already activated in the user exit (IK11), but I do not know how to do it.
Iu2019ve already added the additional fields in the structure CI_IMRG but I can not display them on the screen.
Could you please help me?
Thanks
Rodrigo
ABAP Developer
‎2010 Sep 14 3:29 PM
Hi,
Its not only that if you add the field in the structure, you will see it in the output but also you have to do some code changes in the PBO of the screen so that it gets displayed.
So Just try to debug & check in which PBO module the fields being displayed on the screen are validated & check what needs to be done.
Regards
Abhii
‎2010 Sep 14 3:45 PM
Hi!
The screen is 5210 but I can not make any changes there, when I activate the exit IMRC0003 a button appeared. So when I press it, there is an Include ZXMRCU03 where I can write ABAP Code for validations, etc.
But I can not display the fields on the screen, maybe, I have to create another Z Program with a new screen and call it from the Include mentioned before.
What do you think?
Thanks,
Rodrigo
‎2010 Sep 14 4:07 PM
Yes you need to create new screen.
Have a look at the below thread:-
Regards
Abhii
‎2010 Sep 14 4:16 PM
Now I am creating a Program and Dynpro transaction.
I will call it from the Include but then I have to manipulate the information entered by the user and save it in the strcuture where Iu2019ve already added the additional fields .
If I have some problems with that, I will tell you.
Thanks
‎2010 Sep 14 4:33 PM
‎2010 Sep 15 11:37 AM
Hi
Did you get this resolved? Please let us know.
Thanks & Regards
Abhii
‎2010 Sep 15 2:04 PM
Hi,
To resolve this incident, I had to create a Function Module where I call a screen with the additional fields. So from the Include of the exit (IMRC0003) I call the Function Module mentioned before, now I can manipulate the fields (validations, save in data base)
Thanks for your help
Regards
Rodrigo
ABAP Developer