‎2006 Dec 15 10:01 AM
Hi Friends,
I want to display diffrent lights ( reg light icon or green or other) in table control column depends on some condition.
Can you please help me on this. Thanks in Advance.
Thanks & Regards,
Murali Krishna K
‎2006 Dec 15 10:37 AM
Hi,
look test-report DEMO_DYNPRO_STATUS_ICONS
and fm ICON_CREATE
A.
‎2006 Dec 15 10:35 AM
‎2006 Dec 15 10:37 AM
Hi,
look test-report DEMO_DYNPRO_STATUS_ICONS
and fm ICON_CREATE
A.
‎2006 Dec 19 2:33 PM
. Create program in SE38 type module pool and Activated
2. Go to SE51 give the program name and screen number then Layout Editor in drags table control with wizard.
3. Start the Wizard give the table control name (TBCL)>click the continue>give the Internal table name >Continueà select the filed(MATNR) or Fields>continue>continue>check the Scroll check box>continue>continue-->click the completed --> Save --> Activated.
4.Add the Status Icon into Table Control(drag the Icon into table contol ) and Change the Code for Status Icons Below
DATA: STA_ICON10 TYPE ICONS-TEXT,
ICON_NAME(20) TYPE C,
PROCESS BEFORE OUTPUT.
MODULE STATUS_0102.
Code:
ENDIF.
ENDMODULE. " STATUS_ICONS OUTPUT
Message was edited by:
Durga Vinta