Hierarchy
⤷
⤷
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 | 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 | Constant | Private | Type reference (TYPE) | STRING | 'SKIP_FND_CHECK' | 20110201 | |||
| 2 | Constant | Private | Type reference (TYPE) | TCODE | 'XD02' | Transaction Code | 20110209 | ||
| 3 | Constant | Private | Type reference (TYPE) | TCODE | 'XD01' | Transaction Code | 20110209 | ||
| 4 | Constant | Private | Type reference (TYPE) | TCODE | 'XK02' | Transaction Code | 20110131 | ||
| 5 | Constant | Private | Type reference (TYPE) | TCODE | 'XK01' | Transaction Code | 20110131 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Global flag | 20110401 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_MDG_ECC_CUST_FIELDSETTINGS | Field settings for customer master | 20110127 | |||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ERP_VENDOR_API | ERP Vendor API for Mini-platform use | 20110127 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | MDG_ECC_BP_CUSTOMER_SETTINGS | Control-flags for customer creation in MDG | 20110401 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | MDG_BS_BP_CHECK_FLAGS | Control settings for check | 20110401 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | MDG_ECC_BP_VENDOR_SETTINGS | Control-flags for vendor creation in MDG | 20110401 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | T_CUSTOMER_FIELDSSETTINGS | 20110127 | ||||
| 13 | Static Attribute | Private | See coding | 20120227 | |||||
| 14 | Static Attribute | Private | See coding | Buffer existence check for vendors | 20120227 | ||||
| 15 | Static Attribute | Private | Type reference (TYPE) | MDG_ECC_BPFLDMAP_T | Mapping of CVI-structures to modif-groups | 20110127 | |||
| 16 | Static Attribute | Private | See coding | Parameters for payment transactions | 20111124 | ||||
| 17 | Instance attribute | Private | See coding | Vendor account groups | 20120227 | ||||
| 18 | Instance attribute | Private | See coding | 20120227 | |||||
| 19 | Static Attribute | Private | See coding | Business Partner: Functions | 20120227 | ||||
| 20 | Static Attribute | Private | Type reference (TYPE) | T_VENDOR_FIELDSSETTINGS | 20110127 |
Methods
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 | 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 | 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 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | Data | 20110311 | |||
| 4 | IS_DATA_DB | Call by reference | Type reference (TYPE) | ANY | Data (data base) | 20110311 | |||
| 5 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110131 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110131 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20110131 | ||||
| 4 | IT_FIELDSTATUS | Call by reference | Type reference (TYPE) | MDG_BS_BP_FLDSTATUS_T | Table type for structure MDG_BS_BP_FLDSTATUS | 20110131 | |||
| 5 | 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 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20111121 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20111121 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20111121 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20111206 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20111206 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20111206 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120227 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20120227 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20120227 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120227 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20120227 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20120227 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20111205 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20111205 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20111205 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120227 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20120227 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20120227 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120227 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20120227 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20120227 | |||
| 4 | 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 | ET_FIELDSTATUS | Call by reference | Type reference (TYPE) | MDG_BS_BP_FLDSTATUS_T | Table type for structure MDG_BS_BP_FLDSTATUS | 20110127 | |||
| 2 | IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20110127 | |||
| 3 | IV_KTOKD | Call by reference | Type reference (TYPE) | KTOKD | Customer Account Group | 20110127 | |||
| 4 | IV_STRUCNAME | Call by reference | Type reference (TYPE) | BU_BAPISTRC | BAPI Structure Name in Database | 20110127 | |||
| 5 | IV_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaction Code | 20110127 | |||
| 6 | 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 | ET_FIELDSTATUS | Call by reference | Type reference (TYPE) | MDG_BS_BP_FLDSTATUS_T | Table type for structure MDG_BS_BP_FLDSTATUS | 20110127 | |||
| 2 | IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20110127 | |||
| 3 | IV_EKORG | Call by reference | Type reference (TYPE) | EKORG | Purchasing Organization | 20110127 | |||
| 4 | IV_KTOKK | Call by reference | Type reference (TYPE) | KTOKK | Vendor Account Group | 20110127 | |||
| 5 | IV_LTSNR | Call by reference | Type reference (TYPE) | LTSNR | Vendor Subrange | 20111215 | |||
| 6 | IV_STRUCNAME | Call by reference | Type reference (TYPE) | BU_BAPISTRC | BAPI Structure Name in Database | 20110127 | |||
| 7 | IV_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaction Code | 20110127 | |||
| 8 | IV_WERKS | Call by reference | Type reference (TYPE) | WERKS_D | Plant | 20111215 | |||
| 9 | IV_XLSTNR | Call by reference | Type reference (TYPE) | XFELD | SPACE | Checkbox | 20110127 | ||
| 10 | 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 | IV_TASK | Call by reference | Type reference (TYPE) | CHAR1 | 20131023 | ||||
| 2 | IV_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaction Code | 20131023 | |||
| 3 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120227 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20120227 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20120227 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110210 | |||
| 2 | CT_RETURN_MAP | Call by reference | Type reference (TYPE) | MDG_BS_BP_MSGMAP_T | Table type for structure MDG_BS_BP_MSGMAP | 20110210 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | CVIS_EI_EXTERN | Complex External Interface of a Business Partner | 20110210 | |||
| 4 | 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 |