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

modulepool

Former Member
0 Likes
487

can any body worked in modulepool on splitscreens in 4.6c version?if any body any idea plz forward me?<b>coming to my requirement we need to split the screen into two parts after spliting it we need to put one hyperlink on left hand side,

when we click on the hyperlink it will display tablecontrol on right handside?</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

Hi,

Sateesh,

Use HTML Controller to do that.

Reward if useful!

3 REPLIES 3
Read only

Former Member
0 Likes
468

Hi,

Sateesh,

Use HTML Controller to do that.

Reward if useful!

Read only

Former Member
0 Likes
467
Read only

Former Member
0 Likes
467

Hi sateesh,

1) You must use the Splitter control to get two controls on the screen.

Go thru the demo programs...

<b>RSDDEMO_SPLITTER_CONTROL</b> and

<b>RSDDEMO_EASY_SPLITTER CONTROL.</b>

first one must do.

2) There are two containers used in the programs...container_1 and container_2

Use container_1 for displaying your links by using the standard HTML viewer.

Use container_2 to display the corresponding page, when the link is clicked on the left pane.

Go thru the demo programs for HTML viewer ...

<b>SAPHTML_DEMO1</b>

-


If you find this cumbersome...

just display a single HTML page with a frame where you can divide the screen into two and have links on one side and display on other.

Not much on the feasibility of both.

Revert if any queries!

regards,

Naveenan.