Application Development 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: 

Check transport request description before modification

former_member355261
Participant
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

Why did you not use BAdI CTS_REQUEST_CHECK?

Regards,

Raymond

0 Kudos

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.