cancel
Showing results for 
Search instead for 
Did you mean: 

How can i design login form in webdynpro application??

Former Member
0 Kudos

Hi all

While designing all the conrols are coming in the same line?

How can i design the controls according to my wish???

How can i design login form in webdynpro application?? If there is any sample application related to login form??

Thanks

Subin

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

Hi Subin,

1) Make the rootuielemnt as Matrix layout and remove the checkboxes for streched horizantaly and streched vertically.

2) now make username as matrixheader data and username-input as matrix data,repeat the same process for password also.

3) Set the submit button also as matix head data.

Regarding layout, i gave u rough outline, but you just play around with all types of layouts and u wil know the functionality much easily.

Regards,

Madhu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

for Web Dynpro ABAP applications we recommend using the central <a href="http://help.sap.com/saphelp_nw70/helpdata/en/ff/c7de3fc6c6ec06e10000000a1550b0/frameset.htm">system logon</a> (via SICF).

Regards, Heidi

Former Member
0 Kudos

hi subin.........

there are different layouts you can use.

layout can be given to the rootuielement:

grid layout : it aligns with respect to the number of columns you give

flow layout : it aligns each element continuously

matrix layout : it aligns in matrix format

row layout : it will aligned for each row.

just go through all these kinds of layouts.

---regards,

alex b justin