cancel
Showing results for 
Search instead for 
Did you mean: 

WDA:How to Allign standard fields

dhinesh_thirugnanam
Active Participant
0 Kudos

Hi All,

I am trying to change the standard Fields aligning.

From Screenshot,I want to bring "Additional Name" field under "Name" field.

From the Webdynpro component those fields are non-editable when I try to move the field from right side to Left side container.Even after selecting the Enhancement options it is still in display mode only.

Please suggest how to align these fields...Is it possible through code?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Dinesh ,

We cannot move  fields in the standard lay out given by SAP .

All you can do is to make a copy of it as custom WDC and change .

try looking into this thread which is a similar to your problem .

Modifications in standard  Web dynpro screen | SCN

Regards,

Bharathi

Szczerbowski
Active Participant
0 Kudos

Hi,

It seems you have two containers, left/right, that is why they are misaligned.
Then what I would suggest is to put an empty placeholder InvisibleElement as the first item on the right side.

To do it with code you would have to put a post-exit method on the wddomodify method, where you can access the VIEW reference easily the first time.

Former Member
0 Kudos

Hi Dhinesh,

Set layout property of the container as grid layout.

Thanks,

Puneet