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: 

Security Issues of Offline Interactive Form

Former Member
0 Kudos

Hi,

From what I know, offline interactive form can be secured by using digital signatures and password..

Is there any other way of securing the offline interactive form?

Any way to ensure the authentication of the person submitting the form?

Regards,

Cindy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

you can add a password field to your form and then when you recieve it in the ABAP just read the data and use the function 'SUSR_LOGIN_CHECK_RFC' to check if the password O.K.

Read this articles for more info about how to retrieve the Form back to your application server (ABAP)

1.<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617">First article</a>

2. <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d">The second Article</a>

3.For webdynpro for JAVA try to see [url=https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6138] [original link is broken];this tutorial[/url]

3 REPLIES 3

Former Member
0 Kudos

Hi,

you can add a password field to your form and then when you recieve it in the ABAP just read the data and use the function 'SUSR_LOGIN_CHECK_RFC' to check if the password O.K.

Read this articles for more info about how to retrieve the Form back to your application server (ABAP)

1.<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617">First article</a>

2. <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d">The second Article</a>

3.For webdynpro for JAVA try to see [url=https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6138] [original link is broken];this tutorial[/url]

0 Kudos

Hi,

Those articles are quite useful.. Thanks..

Regards,

Cindy

0 Kudos

Hi,

Don't forget to give points.