Application Development and Automation 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: 
Read only

Reg: ALV display

Former Member
0 Likes
521

Hi All,

I am using method set_table_for_first_display to display the report output.

I have split the container into two parts, first part (PART A) i am using to display the top of page and second part (PART B) to display the data.

When i execute the report, the second part (PART B) is overlapping the top of the page part (PART A). I have to manually drag the data window (PART b) to view the top of page details.

Is there any way by which i can view the top of page and data at the same time. (with out manually draging the waindow as mentioned above).

Hi All,

I am using method set_table_for_first_display to display the report output.

I have split the container into two parts, first part (PART A) i am using to display the top of page and second part (PART B) to display the data.

When i execute the report, the second part (PART B) is overlapping the top of the page part (PART A). I have to manually drag the data window (PART b) to view the top of page details.

Is there any way by which i can view the top of page and data at the same time. (with out manually draging the waindow as mentioned above).

2 REPLIES 2
Read only

Former Member
0 Likes
503

Instead of spliting the container u can keep some space on top of the screen and display ur top of page info using screen elements like labels etc. And bottom of that put ur custom container (only one).

Regards,

Joy.

Read only

Pawan_Kesari
Active Contributor
0 Likes
503

while creating the object of splitter control you can specify the position of spiltter using SASH_POSITION see the parameters of contructor of spliiter control in se24