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: 

Disclaimer after GUI login?

Former Member
0 Kudos

Does anybody know if and how it is possible to show a disclaimer screen after login in the GUI?

User need to confirm the presented text and after approval a record needs to be writen to a log table.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Richard,

What i said above is Gui Specific, i.e. You need to set start transaction for each and every Front end system.

The other way is to implement the userexit mentioned by others.

In the Enhancement

SUSR0001

, implement the exit

EXIT_SAPLSUSF_001

and write code for calling the tcode showing the diclaimer inside the include

ZXUSRU01

(You need to create this).

Regards

Karthik D

17 REPLIES 17

rainer_hbenthal
Active Contributor
0 Kudos

Give new users a piece of paper with the rules, let him sign and then give him access. No disclaimer are needed und you have a signuture, which is more useful rather then an entry in a table.

0 Kudos

Thanks that is what i told the people which want this functionality but the do not agree with this solution!

0 Kudos

Then tell them that this implementation will cost 5000$

0 Kudos

Money is no issue

0 Kudos

check out enhancement SUSR0001.

where shall I send my account information?

0 Kudos

>

> Money is no issue

Ok, if this


SUSR0001 |User exit after logon to SAP System  

is helpful, please sent 25000 $

0 Kudos

>

> check out enhancement SUSR0001.

> where shall I send my account information?

I will do that for 24999

0 Kudos

u20AC 24,500

0 Kudos

Better you 2 take the whole amount and later share between urself else this competition will bring down the price to free.

0 Kudos

Isn't this illegal price agreements? Like what the big oil and utilities companies do on a day to day basis?

0 Kudos

If you are talking in Euros i'm raisinf my offer to 32000$

0 Kudos

pointless, Karthik is doing it for $25...let's move on

0 Kudos

or maybe for Rs. 25,000

pk

0 Kudos

For 25$ i will not get up in the morning.

0 Kudos

Plse stop the money crap this was added in a way of it does not matter if it will take 5 or 10 hours to implement!

Former Member
0 Kudos

Hi Richard,

I have one idea.

You can create you own report for showing disclaimer and store it in a ztable.

Assign that report to a ztransaction and set it as Start Transaction in the GUI.

To set the ztransaction as start transaction, In the Initial Screen(After Logon) Right Click->Set Start Transation or Extras->Set Start Transaction or Shift + F7.

This is the easiest way to accomplish your requirement, hope you can do this.

Revert back if you have any doubts.

Regards

Karthik D

Former Member
0 Kudos

Hi Richard,

What i said above is Gui Specific, i.e. You need to set start transaction for each and every Front end system.

The other way is to implement the userexit mentioned by others.

In the Enhancement

SUSR0001

, implement the exit

EXIT_SAPLSUSF_001

and write code for calling the tcode showing the diclaimer inside the include

ZXUSRU01

(You need to create this).

Regards

Karthik D