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

Exit : EXIT_SAPLUSF_001

Former Member
0 Likes
576

Hi All,

I have exit called "EXIT_SAPLUSF_001".

How can I find whether it is User Exit or FM exit or Dialog Exit.

One of my document says. This exit will trigger when ever the user login to his SAP system.

Help me out, how can I find out this exit present and how can I find it is Include or FM or Dialog module.

Hi All,

I have exit called "EXIT_SAPLUSF_001".

How can I find whether it is User Exit or FM exit or Dialog Exit.

One of my document says. This exit will trigger when ever the user login to his SAP system.

Help me out, how can I find out this exit present and how can I find it is Include or FM or Dialog module.

4 REPLIES 4
Read only

Former Member
0 Likes
550

hi praveen,

EXIT_SAPLUSF_001 is a Function Module Exit.

As normally when you to go to SMOD and give any enhancement name and their components then Function Module Exits all start with EXIT_ ...

Screen Exits/ Dialog Exits - will give you a calling screen number and called screen number.

User Exits is a general term coined to include Customer Includes, Function Module Exits, Screen exits etc.

Hope this would have given you your clairifications and would have helped and was useful to you.

Thanks

Venugopal

Read only

Former Member
0 Likes
550

Hi All,

I wanted to know where the user logon details will be stored.

Which table.

What is user master data?

Read only

Former Member
0 Likes
550

Hi ,

Check the table USR02-Logon Data (Kernel-Side Use)

The tables with the suffix USRXX(01,02.03....)

stores all the user data.

Reward points if useful.

Thanks ,

Surya Pydikondala.

Read only

Former Member
0 Likes
550

HI.

Refer this table USER02.

USR02-BNAME -User Name in User Master Record.

USER02-BCODE -Password Hash Key

Reward all helpfull answers.

Regards.

Jay