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 when call screen in user exit

Former Member
0 Likes
870

hi all ,

I want to call a custom screen in my user exit , and create a table control in this screen, after doing the last step of a table control wizard, there always come a message 'Changes to SAPLXQEV are forbidden by SAP'.

the exit is EXIT_SAPMQEVA_010 in function Group XQEV.

can anybody tell how to fix this , what should i enter on the last step of table control wizard?

thanks !

Kevin

hi all ,

I want to call a custom screen in my user exit , and create a table control in this screen, after doing the last step of a table control wizard, there always come a message 'Changes to SAPLXQEV are forbidden by SAP'.

the exit is EXIT_SAPMQEVA_010 in function Group XQEV.

can anybody tell how to fix this , what should i enter on the last step of table control wizard?

thanks !

Kevin

3 REPLIES 3
Read only

former_member217544
Active Contributor
0 Likes
725

Hi Kevin,

Iam not sure of the reason but one question: Did you activate the exit before creating table control?

Regards,

Swarna Munukoti

Read only

0 Likes
725

hello ,

thanks for your answer first !

yes, i activated my exit .

and i found i write code " call screen 1000 " , then double click on this code to create new screen .

there are 2 problems :

1. i cannot create a table control wizard .(message: change to program is forbidden by SAP)

2. i try to test my exit , when debugging , it cannot find my screen which i have created in my program already .

it is really puzzled.

thanks for give some clue!

Kevin

Read only

0 Likes
725

program locked.

I have to display with FM display in table .

thanks