Tuesday, 30 November 2010

SAP FI Configuration Guide | www.sapdocs.info

Check out this SlideShare Presentation:

Tuesday, 9 November 2010

SAPLINK UNINSTALLER


Sometime you want to delete SAPLINK on your customer system, this small utility's copied and modified from SAPLINK installer (ZSAPLINK_INSTALLER); use to uninstall SAPLINK.

Friday, 29 October 2010

Export data from ALV to Excel using class ALV2XLSX

With class ALV2XLSX, you can export data from ALV grids, internal tables to excel files with a simple method, main features of class:

  • Export data from ALV grid (cl_gui_alv_grid) to excel file with full ALV characteristic such as:
- ALV list header
- ALV filters
- ALV sort criterion
- ALV dependent fields: currency, quantity
- ALV subtotal/total lines
- And other ALV fieldcat charateristic
  • Export internal table to excel file with input SLIS/LVC field catalogs, sort criterion, filters ... like ALV grid.

  • Insert blank rows, write cells/work area/internal table ... to excel file.
OVERVIEW:
  • From ALV:



  • To Excel:


DOWNLOAD INSTALLATION AND DEMOS:
Demo 1: Export data from ALV grid object to excel:
- Program source code: NUGG_ZCL_ALV2XLSX_DEMO1.nugg
- Exported excel file: ZCL_ALV2XLSX_DEMO1.xlsx
Demo 2: Export internal table to excel with full ALV characteristic:
- Program source code: NUGG_ZCL_ALV2XLSX_DEMO2.nugg
- Exported excel file: ZCL_ALV2XLSX_DEMO2.xlsx
Demo 3: Other features: Insert blank rows, write cells/work area/internal table ... to excel:
- Program source code: NUGG_ZCL_ALV2XLSX_DEMO3.nugg
- Exported excel file: ZCL_ALV2XLSX_DEMO3.xlsx

Class ALV2XLSX now is integrated in project ABAP2XLSX :



Wednesday, 22 September 2010

ALV Radio button using check box

This report simulate ALV grid button using check box.


ALV Radio button using icon

This report use icons to simulate ALV grid radio button.







Hoang Manh Hung Page | Global CyberSoft Page | SAP Page | Copy and edit blog template of Isnaini