| Home • Tips • Tutorials • Forums • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||
Document Categories:
What's New?
Contribute?Sample SpecsWhat's Hot? |
Highlighting the visited record on the basic list (ALV) on pressing BACK button in the secondary list using 'REUSE_ALV_LIST_DISPLAY'. By Haritha REPORT ZALV_LIST3. TABLES: TYPE-POOLS: DATA: DATA: DATA: DATA: DATA: DATA: DATA: DATA: SELECT * FS_LAYOUT-INFO_FIELDNAME = 'COLOR'. W_PROGRAM = SY-REPID. CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' *&--------------------------------------------------------------------* FORM FLIGHT USING RT_EXTAB TYPE SLIS_T_EXTAB.. *&--------------------------------------------------------------------* SELFIELD-REFRESH = 'X'. LOOP AT T_SSPFLI INTO FS_SPFLI. ENDCASE. FS_LAYOUT-INFO_FIELDNAME = 'COLOR'. CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' ENDFORM. "SPFLI_INFO The Basic List will be as follows.
If we check any of the flights and click on the flight icon
present on the application toolbar as displayed above, the Secondary List will
be displayed as follows.
When we press
back button it will ask for confirmation whether to exit that screen or not.
When we go
back to the Basic list, the list would appear as follows. ![]()
|
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||