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

additional fields ik11 IMRC0003

Former Member
0 Likes
1,120

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

7 REPLIES 7
Read only

Former Member
0 Likes
969

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

Read only

Former Member
0 Likes
969

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

Read only

0 Likes
969

Yes you need to create new screen.

Have a look at the below thread:-

Regards

Abhii

Read only

0 Likes
969

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

Read only

0 Likes
969

Sure.

Read only

0 Likes
969

Hi

Did you get this resolved? Please let us know.

Thanks & Regards

Abhii

Read only

0 Likes
969

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