Advertising:
Corresponding(ABAP keyword): Difference between revisions
From SAP Knowledge Base
(Created page with "category:keywords = MAPPING = <syntaxhighlight lang="abap" line copy> send_documents = CORRESPONDING #( BASE ( send_documents ) documents MAPPING bukrs = rbukrs ). </syntaxhighlight> = EXCEPT = <syntaxhighlight lang="abap" line copy> data2 = CORRESPONDING #( BASE ( data2 ) data MAPPING zcol1 = ycol1 EXCEPT ycol1 ). </syntaxhighlight>") |
No edit summary |
||
Line 1: | Line 1: | ||
[[category:keywords]] | [[category:keywords]] | ||
= MAPPING = | = MAPPING = | ||
<syntaxhighlight lang="abap" line copy> | <syntaxhighlight lang="abap" line copy> |
Revision as of 15:45, 21 December 2024
MAPPING
send_documents = CORRESPONDING #( BASE ( send_documents ) documents MAPPING bukrs = rbukrs ).
EXCEPT
data2 = CORRESPONDING #( BASE ( data2 ) data MAPPING zcol1 = ycol1
EXCEPT ycol1 ).