SAP MESH BUILD ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_MESH - Table Builds Using Mesh Paths
This example demonstrates how a table is built using a mesh path.

ABAP_SOURCE_CODE
DEMO CL_DEMO_MESH_INSRT_BLD_TABLE

ABAP_DESCRIPTION
The empty mesh node mesh-node2 is built from the filled node mesh-node1 using the statement INSERT. To do this, all lines from mesh-node1 are used as the source of the initial mesh association _node2 of the mesh path in a DO loop and a line is inserted in mesh-node2 for each line from mesh-node1 . The value of the column col1 is taken from mesh-node1 and a new value for the column col2 is created.