Advertising:
Corresponding(ABAP keyword): Difference between revisions
From SAP Knowledge Base
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
= MAPPING = | = MAPPING = | ||
<syntaxhighlight lang="abap" line copy> | <syntaxhighlight lang="abap" line copy> | ||
vendor = CORRESPONDING #( BASE ( vendor ) ven MAPPING bukrs = rbukrs ). | |||
</syntaxhighlight> | </syntaxhighlight> | ||
= EXCEPT = | = EXCEPT = | ||
<syntaxhighlight lang="abap" line copy> | <syntaxhighlight lang="abap" line copy> | ||
t = CORRESPONDING #( BASE ( t ) s MAPPING zcol1 = ycol1 | |||
EXCEPT ycol1 ). | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 16:03, 21 December 2024
MAPPING
vendor = CORRESPONDING #( BASE ( vendor ) ven MAPPING bukrs = rbukrs ).
EXCEPT
t = CORRESPONDING #( BASE ( t ) s MAPPING zcol1 = ycol1
EXCEPT ycol1 ).