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

Restrictiing users while development in screens(tcode)

Former Member
0 Likes
904

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
Read only

Former Member
0 Likes
851

hi,

You can use authorization check on that.

regards

Ajit

Read only

Former Member
0 Likes
851

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

Read only

alok_patra
Product and Topic Expert
Product and Topic Expert
0 Likes
851

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

Read only

ThomasZloch
Active Contributor
0 Likes
851

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
851

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

- SM01 to lock (and then unlock) transactions

Regards,

Raymond

Read only

0 Likes
851

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.