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

Field exit - popup

Former Member
0 Likes
557

Hello all,

I am trying to display a list of values as a popup from with in a Field Exit. But i am getting a short dump saying CALL SCREEN is not allowed in this form.

I have tried FMs like REUSE_ALV_POPUP_TO_SELECT, POPUP_WITH_TABLE_DISPLAY to get the popup but i am getting this short dump. Any ideas to get around this....

Hello all,

I am trying to display a list of values as a popup from with in a Field Exit. But i am getting a short dump saying CALL SCREEN is not allowed in this form.

I have tried FMs like REUSE_ALV_POPUP_TO_SELECT, POPUP_WITH_TABLE_DISPLAY to get the popup but i am getting this short dump. Any ideas to get around this....

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
488

Do you think you can use the function module F4IF_INT_TABLE_VALUE_REQUEST?

Regards,

Rich Heilman

Read only

0 Likes
488

I used this FM aswell Rich. I get the same short dump.

Read only

Former Member
0 Likes
488

Hi Raju,

When you're working with field exit some statements are not allowed, such as:

- break-point;

- CALL.....;

- SUBMIT;

- COMMIT WORK/ROLLBACK WORK;

- STOP, REJECT,

- Message I, Message W

best regards,

Aline