2008 Dec 03 11:21 AM
Hello,
In my requirement I have to use a tab strip control with 6 tabs, each tab representing a document. Now for a particular entity if any of the document is not present, then that tab will not be visible. On each tab there will be a table control and the table control will be filled dynamically at run time based upon the number of records received from the IDOC at run time. Any help regarding this requirement will be greatly appreciated. If anybody having some good document on tab strip control or table control implementation it would be of great help.
Thanks.
2008 Dec 03 11:28 AM
2008 Dec 03 11:28 AM
2008 Dec 03 11:35 AM
In PBO of Tabstrip screen
MODULE SET_TABS.
IF <CONDITION>.
LOOP AT SCREEN.
IF SCREEN-NAME = 'TAB_NAME'.
SCREEN-INVISIBLE = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
2008 Dec 03 11:44 AM
2008 Dec 03 11:46 AM
Hi,
If the perticular entity is not available then pass a dummy subscreen instead of a subscreen where the tabel control you are displaying currently
regards
Ramchander Rao.K
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |