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>")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:keywords]]
[[category:keywords]]
= MAPPING =
= MAPPING =
<syntaxhighlight lang="abap" line copy>
<syntaxhighlight lang="abap" line copy>
send_documents = CORRESPONDING #( BASE ( send_documents ) documents MAPPING bukrs = rbukrs ).
vendor = CORRESPONDING #( BASE ( vendor ) ven MAPPING bukrs = rbukrs ).
</syntaxhighlight>
</syntaxhighlight>


= EXCEPT =
= EXCEPT =
<syntaxhighlight lang="abap" line copy>
<syntaxhighlight lang="abap" line copy>
data2 = CORRESPONDING #( BASE ( data2 ) data MAPPING zcol1 = ycol1
t = CORRESPONDING #( BASE ( t ) s
                                              EXCEPT ycol1 ).
                      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 ).

This is a wiki created in the spare time of a private person working in the SAP ERP area. The aim is to collect knowledge for the own use. The wiki is maintained to the best of knowledge and belief.
All products shown, including in form of screenshots, belong to SAP SE. Their trademarks are, among others: SAP®,ABAP®,SAP Fiori®,SAP HANA®,SAP NetWeaver®,SAP® R/3®,SAP S/4HANA®,SAP S/4HANA® Cloud