2006 Feb 26 11:34 AM
can anybody send me notes on tabstrip in reports
Points will be given
2006 Feb 26 11:36 AM
check out this demo program
DEMO_SEL_SCREEN_WITH_TABSTRIP
Regards
Raja
2006 Feb 26 11:36 AM
check out this demo program
DEMO_SEL_SCREEN_WITH_TABSTRIP
Regards
Raja
2006 Feb 26 11:48 AM
Hi Pintu,
TO define a TaBStrip ,..you must define a tabstrip area and the associated tab pages, and assign a subscreen to the tab pages... You do not have to (indeed, cannot) declare the tabstrip control or program the screen
flow logic in your ABAP program, since both are automatically generated.
this s gow you define it..
SELECTION-SCREEN: BEGIN OF TABBED BLOCK <tab_area> FOR <n> LINES,
TAB (<len>) <tab1> USER-COMMAND <ucom1>
END OF BLOCK <tab_area>.
refer this <a href="http://www.sap-img.com/ge001.htm">Sample code</a> ...
regards
satesh