cancel
Showing results for 
Search instead for 
Did you mean: 

Java Bean : com.sap.secuirty.core.sapmimp.logon.LogonBean

Former Member
0 Kudos

Hi all

I am new to new Java and Bean !!!

I see a bean <b>com.sap.secuirty.core.sapmimp.logon.LogonBean</b> been used inside a JSP Page.

How do i see this Bean(Class) ???

I am using NWDS 14...

Help Please !!!

Thanks

Kay

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Kay,

> How do i see this Bean(Class) ???

?! Could you please specify a bit more what you want to do / to achieve?!

Thanks in advance

Detlev

Former Member
0 Kudos

Detlev

I want to see all the methods and attributes present inside the Bean !!!

Currently i am able to see the methods and attributes defined in the Bean , but not the Source Code present inside the methods !!! Could please let me know the way to see the Source codes present inside the Beans's methods !!!

I am using NetWeaver Dev Studio!!!

Thanks

Kay

detlev_beutner
Active Contributor
0 Kudos

Hi Kay,

> the way to see the Source codes present inside the

> Beans's methods

Use the "SAP Portal's developer best friend", a decompiler like DJ/JAD.

The class can be found under \usr\sap\<ID>\<INST>\j2ee\cluster\<NODE>\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\WEB-INF\classes\com\sap\security\core\sapmimp\logon

Hope it helps

Detlev