cancel
Showing results for 
Search instead for 
Did you mean: 

Change colCount of Transparent Container with Enhancement or Configuration

Former Member
0 Kudos

Hi Experts,

I have a WebDynpro for ABAP standard application with a Transparent Container which has set the parameter colCount in GridLayout with 2. But I want to set it to 1 without changing the standard implementation. I want to do that with enhancements or with explicit or implicit configuration.

Is this possible and how?

Thanks a lot!

Best regards,

Ingmar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can write a post exit method for the WDDOMODIFYVIEW of view.

check out CL_WD_TRANSPARENT_CONTAINER AND CREATE_AGGREGATION method in CL_WDR_ALL_IN_ONE_UTIL