CVI_MAPPING_CONTACTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to assign contact person attributes for the business partner to contact person attributes for customer master records and vice versa, assuming certain prerequisites have been met...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CVI_MAPPING_CONTACTS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_02_27 = Customer/Vendor -> Partner
Selection Text: P_10_AB = Partner -> Customer/Vendor
Selection Text: P_12_FK = Partner -> Customer/Vendor
Selection Text: P_14_PV = Partner -> Customer/Vendor
Selection Text: P_16_IP = Partner -> Customer/Vendor
Selection Text: P_27_02 = Partner -> Customer/Vendor
Selection Text: P_AB_10 = Customer/Vendor -> Partner
Selection Text: P_FK_12 = Customer/Vendor -> Partner
Selection Text: P_IP_16 = Customer/Vendor -> Partner
Selection Text: P_PV_14 = Customer/Vendor -> Partner
Title: Synchronize Customizing for Contact Person Attributes
Text Symbol: 001 = Department Numbers
Text Symbol: 002 = Functions
Text Symbol: 003 = Authorities
Text Symbol: 004 = VIP Indicator
Text Symbol: 005 = Marital Statuses
INCLUDE CVI_MAPPING_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CVI_MAPPING_CONTACTS - Synchronize Customizing for Contact Person Attributes CVI_MAPPING_CONTACTS - Synchronize Customizing for Contact Person Attributes CVI_MAPPING_CONSTANTS - CVIMAPPINGCONSTANTS CVI_MAPPING_BP_CUST_VEND - Program CVI_MAPPING_BP_CUST_VEND CVI_MAPPING_BP_CUST_VEND - Program CVI_MAPPING_BP_CUST_VEND CVI_FS_CHECK_CUST_VENDOR - CVIFSCHECKCUSTVENDOR