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

unable to delete screen

Former Member
0 Likes
322

hi,

we have a custom infotype and all of a sudden the list screen stopped working after changing a domain property of one of the field. now if we try to delete the screen or infotype it simply hangs and the task is not being carried out. we removed all the fields in the screen also but in vain.

can someone help us how to delete the screen

thanks in advance

regards

Sai easwar

hi,

we have a custom infotype and all of a sudden the list screen stopped working after changing a domain property of one of the field. now if we try to delete the screen or infotype it simply hangs and the task is not being carried out. we removed all the fields in the screen also but in vain.

can someone help us how to delete the screen

thanks in advance

regards

Sai easwar

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
289

Hello Sai

I assume your "screen" is a dynpro.

Sometimes repository objects are quite resistent to deletion. In this case we should look for appropriate function modules.

Have a try using function module RS_DYNPRO_DELETE. This function module contains an IMPORTING parameter SUPPRESS_CHECKS (guess you should set this = 'X').

Regards

Uwe