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

Check transport request description before modification

former_member355261
Participant
0 Likes
565

Hello,

I implemented an enhancement to control the description of a transport request when creating it.

So I added my custom code at the and of the form 0100_set_screen in the include LSTR8F01.

Everything is working fine, but the problem is that it's possible to modify the request's description manually (through SE10) to anything without being checked.

So, I need to apply my checks also when a user wants to modify the description.

Thanks in advance.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
507

Why did you not use BAdI CTS_REQUEST_CHECK?

Regards,

Raymond

Read only

0 Likes
507

I used tha BAdi CTS_REQUEST_CHECK in the first place, but I wasn't able to make my popup window appear before the standard one.


But the requirement now is to be able to make the popup window appear when trying to modify th request.