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>
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 MAPPING zcol1 = ycol1
                                              EXCEPT 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 ).

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