SAP ABAP Class CL_MDG_BS_ECC_BP_CHECK (Check class for BP - Vendor/ Customer data)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA-MDG-APP-BP (Application Component) MDG Business Partner (Central Part)
     MDG_BS_ECC_BP_CHECK (Package) Checks: Customer and Supplie
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MDG_BS_FND_BP_CHECK Check-class for BP data 20110127
Properties
Class CL_MDG_BS_ECC_BP_CHECK  
Short Description Check class for BP - Vendor/ Customer data    
Super Class CL_MDG_BS_FND_BP_CHECK Check-class for BP data 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_BS_ECC_BP_CHECK   Checks: Customer and Supplie 
Created 20110126   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_MDG_BS_ECC_BP_CHECK has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_MDG_BS_BP_CHECK_FACTORY 20110127 Factory class for check-classes
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_SKIP_FND_CHECK Constant Private Type reference (TYPE) STRING 'SKIP_FND_CHECK' 20110201
2 GC_TCODE_CUST_CHANGE Constant Private Type reference (TYPE) TCODE 'XD02' Transaction Code 20110209
3 GC_TCODE_CUST_CREATE Constant Private Type reference (TYPE) TCODE 'XD01' Transaction Code 20110209
4 GC_TCODE_SUPPL_CHANGE Constant Private Type reference (TYPE) TCODE 'XK02' Transaction Code 20110131
5 GC_TCODE_SUPPL_CREATE Constant Private Type reference (TYPE) TCODE 'XK01' Transaction Code 20110131
6 GF_SETTINGS_DETERMINED Instance attribute Private Type reference (TYPE) ABAP_BOOL Global flag 20110401
7 GR_CUSTOMER_FLDSETTINGS Static Attribute Private Object reference (TYPE REF TO) CL_MDG_ECC_CUST_FIELDSETTINGS Field settings for customer master 20110127
8 GR_ERP_VENDOR Static Attribute Private Object reference (TYPE REF TO) CL_ERP_VENDOR_API ERP Vendor API for Mini-platform use 20110127
9 GS_CUSTOMER_SETTINGS Instance attribute Private Type reference (TYPE) MDG_ECC_BP_CUSTOMER_SETTINGS Control-flags for customer creation in MDG 20110401
10 GS_FLAGS Instance attribute Private Type reference (TYPE) MDG_BS_BP_CHECK_FLAGS Control settings for check 20110401
11 GS_VENDOR_SETTINGS Instance attribute Private Type reference (TYPE) MDG_ECC_BP_VENDOR_SETTINGS Control-flags for vendor creation in MDG 20110401
12 GT_CUSTOMER_FIELDSSETTINGS Static Attribute Private Type reference (TYPE) T_CUSTOMER_FIELDSSETTINGS 20110127
13 GT_KNA1_BUF Static Attribute Private See coding 20120227
14 GT_LFA1_BUF Static Attribute Private See coding Buffer existence check for vendors 20120227
15 GT_MDG_ECC_BPFLDMAP Static Attribute Private Type reference (TYPE) MDG_ECC_BPFLDMAP_T Mapping of CVI-structures to modif-groups 20110127
16 GT_T042 Static Attribute Private See coding Parameters for payment transactions 20111124
17 GT_T077K Instance attribute Private See coding Vendor account groups 20120227
18 GT_TKUPA Instance attribute Private See coding 20120227
19 GT_TPAR Static Attribute Private See coding Business Partner: Functions 20120227
20 GT_VENDOR_FIELDSSETTINGS Static Attribute Private Type reference (TYPE) T_VENDOR_FIELDSSETTINGS 20110127
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_FIELDSTATUS Instance method Private Method Adjust fldstat. for redundant attr. of BP/ Cust./ Vend. 20110311
2 CHECK_REQUIRED_FIELDS Instance method Private Method 20110131
3 CONSTRUCTOR Instance method Protected Constructor 20110127
4 CUSTOMER_CENTRAL_DATA_CHECK Instance method Private Method Check customer general data 20110210
5 CUSTOMER_COMPANY_DATA_CHECK Instance method Private Method Check customer company code data 20111121
6 CUSTOMER_DUNNING_DATA_CHECK Instance method Private Method Check supplier dunning data 20111206
7 CUSTOMER_FUNCTIONS_DATA_CHECK Instance method Private Method Check supplier partner functions 20120227
8 CUSTOMER_LOADING_DATA_CHECK Instance method Private Method Check supplier partner functions 20120227
9 CUSTOMER_SALES_DATA_CHECK Instance method Private Method Check customer company code data 20111205
10 CUSTOMER_TAX_INDICATORS_CHECK Instance method Private Method Check supplier partner functions 20120227
11 CUSTOMER_WITHHOLDING_TAX_CHECK Instance method Private Method Check supplier withholding tax data 20120227
12 GET_FIELDSETTINGS_CUSTOMER Instance method Private Method Read customer field modification 20110127
13 GET_FIELDSETTINGS_VENDOR Instance method Private Method Read vendor field modification 20110127
14 GET_TCODE_BY_TASK Instance method Protected Method Get transaction by task 20131023
15 VENDOR_CENTRAL_DATA_CHECK Instance method Private Method Check supplier general data 20110210
16 VENDOR_COMPANY_DATA_CHECK Instance method Private Method Check supplier company code data 20110210
17 VENDOR_DUNNING_DATA_CHECK Instance method Private Method Check supplier dunning data 20110210
18 VENDOR_FUNCTIONS_DATA_CHECK Instance method Private Method Check supplier partner functions 20120227
19 VENDOR_PURCHASING2_DATA_CHECK Instance method Private Method Check supplier addition. purch. org. data 20110210
20 VENDOR_PURCHASING_DATA_CHECK Instance method Private Method Check supplier purchasing organization data 20110210
21 VENDOR_SUBRANGE_CHECK Instance method Private Method Check supplier subrange data 20110210
22 VENDOR_TAX_GROUPINGS_CHECK Instance method Private Method Check supplier tax groupings data 20110210
23 VENDOR_WITHHOLDING_TAX_CHECK Instance method Private Method Check supplier withholding tax data 20110210
Events
Class CL_MDG_BS_ECC_BP_CHECK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_OBJ_DB_EXISTS Private See coding 20120227 BEGIN OF gty_obj_db_exists, objnr TYPE char10, xexists TYPE abap_bool, END OF gty_obj_db_exists
2 LTY_CUSTOMER_FIELDSSETTINGS Private See coding 20110127 BEGIN OF lty_customer_fieldssettings, tcode TYPE tcode, ktokd TYPE ktokd, bukrs TYPE bukrs, vkorg TYPE vkorg, tabnm TYPE tabnm, feldn TYPE fieldname, status TYPE char1, END OF lty_customer_fieldssettings
3 LTY_VENDOR_FIELDSSETTINGS Private See coding 20110127 BEGIN OF lty_vendor_fieldssettings, tcode TYPE tcode, ktokk TYPE ktokk, bukrs TYPE bukrs, ekorg TYPE ekorg, xlstnr TYPE flag, xwerks TYPE flag, tabnm TYPE tabnm, feldn TYPE fieldname, status TYPE char1, END OF lty_vendor_fieldssettings
4 LTY_VENDOR_PURCHASING2_KEY Private See coding 20111207 BEGIN OF lty_vendor_purchasing2_key, ekorg TYPE ekorg, ltsnr TYPE ltsnr, werks TYPE werks_d, END OF lty_vendor_purchasing2_key
5 T_CUSTOMER_FIELDSSETTINGS Private See coding 20110127 t_customer_fieldssettings TYPE SORTED TABLE OF lty_customer_fieldssettings WITH UNIQUE KEY tcode ktokd bukrs vkorg tabnm feldn
6 T_VENDOR_FIELDSSETTINGS Private See coding 20110127 t_vendor_fieldssettings TYPE SORTED TABLE OF lty_vendor_fieldssettings WITH UNIQUE KEY tcode ktokk bukrs ekorg xlstnr xwerks tabnm feldn
Method Signatures

Method ADJUST_FIELDSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDSTATUS_BP Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTATUS_T BP: Field status for each field in IV_STRUCNAME 20110311
2 Changing CT_FIELDSTATUS_ECC Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTATUS_T Cust./ Vend.: Field status for each field in IV_STRUCNAME 20110311
3 Importing IS_DATA Call by reference Type reference (TYPE) ANY Data 20110311
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) ANY Data (data base) 20110311
5 Importing IV_STRUCNAME Call by reference Type reference (TYPE) BU_BAPISTRC Name of a structure 20110311

Method ADJUST_FIELDSTATUS on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CHECK_REQUIRED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110131
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110131
3 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20110131
4 Importing IT_FIELDSTATUS Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTATUS_T Table type for structure MDG_BS_BP_FLDSTATUS 20110131
5 Importing IV_DATA_KEY Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTAT_DATAKEY Data Key Within Mapping of BAPI Structure and Field 20110713
6 Importing IV_STRUCNAME Call by reference Type reference (TYPE) BU_BAPISTRC BP: BAPI Structure Name in Database 20110131

Method CHECK_REQUIRED_FIELDS on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_MDG_BS_ECC_BP_CHECK has no parameter.
Method CONSTRUCTOR on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_CENTRAL_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method CUSTOMER_CENTRAL_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_COMPANY_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20111121
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20111121
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20111121
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20111121

Method CUSTOMER_COMPANY_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_DUNNING_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20111206
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20111206
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20111206
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20111206

Method CUSTOMER_DUNNING_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_FUNCTIONS_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20120227
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20120227
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20120227
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20120227

Method CUSTOMER_FUNCTIONS_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_LOADING_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20120227
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20120227
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20120227
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20120227

Method CUSTOMER_LOADING_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_SALES_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20111205
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20111205
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20111205
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20111205

Method CUSTOMER_SALES_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_TAX_INDICATORS_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20120227
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20120227
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20120227
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20120227

Method CUSTOMER_TAX_INDICATORS_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method CUSTOMER_WITHHOLDING_TAX_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20120227
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20120227
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20120227
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20120227

Method CUSTOMER_WITHHOLDING_TAX_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method GET_FIELDSETTINGS_CUSTOMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDSTATUS Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTATUS_T Table type for structure MDG_BS_BP_FLDSTATUS 20110127
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20110127
3 Importing IV_KTOKD Call by reference Type reference (TYPE) KTOKD Customer Account Group 20110127
4 Importing IV_STRUCNAME Call by reference Type reference (TYPE) BU_BAPISTRC BAPI Structure Name in Database 20110127
5 Importing IV_TCODE Call by reference Type reference (TYPE) TCODE Transaction Code 20110127
6 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Sales Organization 20110127

Method GET_FIELDSETTINGS_CUSTOMER on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method GET_FIELDSETTINGS_VENDOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDSTATUS Call by reference Type reference (TYPE) MDG_BS_BP_FLDSTATUS_T Table type for structure MDG_BS_BP_FLDSTATUS 20110127
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20110127
3 Importing IV_EKORG Call by reference Type reference (TYPE) EKORG Purchasing Organization 20110127
4 Importing IV_KTOKK Call by reference Type reference (TYPE) KTOKK Vendor Account Group 20110127
5 Importing IV_LTSNR Call by reference Type reference (TYPE) LTSNR Vendor Subrange 20111215
6 Importing IV_STRUCNAME Call by reference Type reference (TYPE) BU_BAPISTRC BAPI Structure Name in Database 20110127
7 Importing IV_TCODE Call by reference Type reference (TYPE) TCODE Transaction Code 20110127
8 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20111215
9 Importing IV_XLSTNR Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20110127
10 Importing IV_XWERKS Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20110127

Method GET_FIELDSETTINGS_VENDOR on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method GET_TCODE_BY_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK Call by reference Type reference (TYPE) CHAR1 20131023
2 Importing IV_TCODE Call by reference Type reference (TYPE) TCODE Transaction Code 20131023
3 Returning RV_TCODE Value transfer Type reference (TYPE) TCODE Transaction Code 20131023

Method GET_TCODE_BY_TASK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_CENTRAL_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_CENTRAL_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_COMPANY_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_COMPANY_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_DUNNING_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_DUNNING_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_FUNCTIONS_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20120227
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20120227
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20120227
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20120227

Method VENDOR_FUNCTIONS_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_PURCHASING2_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_PURCHASING2_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_PURCHASING_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_PURCHASING_DATA_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_SUBRANGE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_SUBRANGE_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_TAX_GROUPINGS_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_TAX_GROUPINGS_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.

Method VENDOR_WITHHOLDING_TAX_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110210
2 Changing CT_RETURN_MAP Call by reference Type reference (TYPE) MDG_BS_BP_MSGMAP_T Table type for structure MDG_BS_BP_MSGMAP 20110210
3 Importing IS_DATA Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex External Interface of a Business Partner 20110210
4 Importing IS_DATA_DB Call by reference Type reference (TYPE) CVIS_EI_EXTERN Complex Interface for Business Partner in CVI 20110210

Method VENDOR_WITHHOLDING_TAX_CHECK on class CL_MDG_BS_ECC_BP_CHECK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606