Skip to content

generate documents from SAP system #3

Description

a few documents should be created by a generation SAP report.
An overview of public attributes and methods:

  • Grid
    • classes
      • cl_gui_alv_grid
      • CL_ALV_CHANGED_DATA_PROTOCOL
      • cl_alv_graphics
      • cl_alv_graphics_cu
    • structures
      • disvariant
      • lvc_s_fcat
      • ...
    • table type
      • lvc_t_fcat
      • lvc_t_scol
      • lvc_t_dral
      • ...
    • data elements
  • SALV
    • classes
      • cl_salv_table
      • CL_SALV_AGGREGATIONS
      • CL_SALV_FILTERS
      • CL_SALV_COLUMNS_TABLE
      • CL_SALV_COLUMN
        • CL_SALV_COLUMN_LIST
        • CL_SALV_COLUMN_TREE
      • CL_SALV_FUNCTIONS_LIST
        *...
    • structures
    • table type
    • data elements
  • others
    • function modules
      • LVC_FIELDCATALOG_MERGE
      • LVC_FIELDCAT_COMPLETE
  • reuse
    • reuse_alv_grid_display
    • resue_alv_grid_display_lvc
    • REUSE_ALV_COMMENTARY_WRITE

protected attributes and methods should be added manually in case they are useful

This could give a first overview

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions