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: 

Restrictiing users while development in screens(tcode)

Former Member
0 Kudos

Hi Friends,

While we are changing the logic in any screen(Tcode) we should block or restrict or inform users  that the tcode or  screen is under maintanance to avoid inconsistency. how this can be done. can you please give any suggestions.

Thanks.

6 REPLIES 6

Former Member
0 Kudos

hi,

You can use authorization check on that.

regards

Ajit

0 Kudos

Hi,

How about such simple actions? ))

1. SM02 to inform users.

2. Insert into programm code temporarily kind of 'Message  'You message' type e. Transport to              productive system, then continue chainging.

Regards,

Zhumabek

alok_patra
Participant
0 Kudos

Hi Senthil,

It is very simple. Use any function module to pop up message such as POPUP_DISPLAY_TEXT, then leave the program.

See report RFSEPA02 for reference.

Thank,

Alok

ThomasZloch
Active Contributor
0 Kudos

Please help me, so far I thought that developments are done in a separate environment and only transported to production during low or no business hours after successful testing in yet another separate testing environment.

So why is there a need for this? Otherwise, the simplest way is to use SM02, as already mentioned.


Thomas

raymond_giuseppi
Active Contributor
0 Kudos

- SM02 to send  an information message (as already written)

- SM01 to lock (and then unlock) transactions

Regards,

Raymond

0 Kudos

can you please explain in detail how to message through SM02 and bring it to the program.

I think SM01 will lock the transaction irrespective of users. can we achieve this kind of logic without coding??

Thanks in advance.