Internal table structure required for FM 'REUSE_ALV_FIELDCATALOG_MERGE'

This is an example include containing internal table declaration needed when building an ALV fieldcat from an internal table structure.


*-------------------------------------------------------------*
*   INCLUDE ZDEMO_ALVGRID_STRUCTURE                           *
*-------------------------------------------------------------*
*
data: begin of it_ekko_alt occurs 0,
  ebeln like ekpo-ebeln,
  ebelp like ekpo-ebelp,
  statu like ekpo-statu,
  aedat like ekpo-aedat,
  matnr like ekpo-matnr,
  menge like ekpo-menge,
  mains like ekpo-meins,
  netpr like ekpo-netpr,
  peinh like ekpo-peinh,
  end of it_ekko_alt.

Related Articles

ALV grid display - Example code and information for creating ALV grids using Function modules
Add User command functionality to ALVgrid report
ALV totals text
Display traffic light icon on ALV grid report
ALV grid display (inc. column total)
SAP ALV consistancy check
Change colour of individual SAP ALV cells within an ALV grid report
SAP ALV row colour change and making each individual row a different color
Make all or individual fields of an ALV grid editable
Add Footer functionality to ALVgrid report
Enhanced ALV grid display
Add Event functionality to ALVgrid report
Example Output from ALV grid display
Example Output from ALV grid display with report heading
Add User command functionality to ALVgrid report
Add Title heading to ALV Grid incluing image or logo
Row selection of ALV grid
Add Default Sorting to ALVgrid report
Add User command functionality to ALVgrid report
ALV list display
ALV list display(ALV_LIST)
Example ALV report output
Multiple ALV list display
Various ways to build an ALV Fieldcatalog within SAP
Add image to ALV report using OAOR tcode, without replacing the enjoy SAP logo
Transport an ALV variant with SAP