SAP ADD-CORRESPONDING - Reference ABAP Statements

Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
Standard SAP Help for ADD-CORRESPONDING

ADD-CORRESPONDING

ABAP Reference
ABAP Code Snippet


ABAP Syntax ADD-CORRESPONDING struc1 TO struc2.

ABAP Code Snippet

What does it do? Obsolete: Adds the components of a structure struc1 to the components of the same name of structure struc2 .

Return to menu