SAP CL ABAP CORR DYN ABEXA



Get Example source ABAP code based on a different SAP table
  



CL_ABAP_CORRESPONDING for Simple Structures
This example demonstrates the system class CL_ABAP_CORRESPONDING for simple structures.

ABAP_SOURCE_CODE
DEMO CL_DEMO_CRRSPNDNG_CLASS_DYN

ABAP_DESCRIPTION
The components of the structure struct1 are assigned to the structure struct2 using the system class CL_ABAP_CORRESPONDING. User input can control which components are mapped to each other.