Advertising:
Corresponding(ABAP keyword): Difference between revisions
From SAP Knowledge Base
No edit summary |
(→EXCEPT) |
||
(One intermediate revision by the same user not shown) | |||
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 | |||
EXCEPT ycol1 ). | |||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 00:59, 27 December 2024
MAPPING
vendor = CORRESPONDING #( BASE ( vendor ) ven MAPPING bukrs = rbukrs ).
EXCEPT
t = CORRESPONDING #( BASE ( t ) s
EXCEPT ycol1 ).