SAP OVERLAY - 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 OVERLAY

OVERLAY

ABAP Reference
ABAP Code Snippet


ABAP Syntax OVERLAY text1 WITH text2 [ONLY mask].

ABAP Code Snippet

What does it do? Replaces blank characters in text1 with characters in ihe same position in text2.

ABAP Addition ONLY mask
Replaces all characters that occur in the data object mask.

Return to menu