‎2007 Jun 26 12:52 PM
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>
‎2007 Jun 26 1:07 PM
Hi,
Sateesh,
Use HTML Controller to do that.
Reward if useful!
‎2007 Jun 26 1:07 PM
Hi,
Sateesh,
Use HTML Controller to do that.
Reward if useful!
‎2007 Jun 26 1:15 PM
Hi,
Go thru th following Link,
http://help.sap.com/saphelp_nw04s/helpdata/en/78/6a6106dea011d194c700a0c94260a5/frameset.htm
Regards,
Padmam.
‎2007 Jun 27 9:10 AM
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.