SAP ABAP Class CL_BSP_BP_TAXCLASSIFICATION (Tax classifications)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-CSC (Application Component) Country-Specific Objects
⤷
COM_BSP_MODEL_IL_TAX_BP (Package) BSP-Development Tax-relevant parts of Business Partner
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_BSP_INIT_IL | Interface for Initialization | 20030613 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_BSP_MODEL_ACCESS_IL | Application Interface to BSP IL | 20030527 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_BSP_PROCESS_IL | Interface for Process Methods | 20030530 |
Properties
| Class | CL_BSP_BP_TAXCLASSIFICATION | |
| Short Description | Tax classifications | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | COM_BSP_MODEL_IL_TAX_BP | BSP-Development Tax-relevant parts of Business Partner |
| Created | 20030527 | SAP |
| Last change | 20040603 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSP_BP_TAXCLASSIFICATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_BSP_INIT_IL | Interface for Initialization | 20030613 | ||
| 2 | IF_CRM_BSP_MODEL_ACCESS_IL | Application Interface to BSP IL | 20030527 | ||
| 3 | IF_CRM_BSP_PROCESS_IL | Interface for Process Methods | 20030530 |
Friends
Class CL_BSP_BP_TAXCLASSIFICATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20030530 | |||||
| 2 | Constant | Private | See coding | 20030528 | |||||
| 3 | Constant | Private | Type reference (TYPE) | CRMT_BSP_BLVIEW | 'INACTIVE' | View for UI Display | 20030527 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | CRMT_MODELACCESSCLASS | 'CL_BSP_BP_TAXCLASSIFICATION' | Model Access Class | 20030529 | ||
| 5 | Constant | Private | Type reference (TYPE) | CRMT_MODELACCESSCLASS | 'CL_BSP_BP_PROMOD' | Model Access Class | 20030527 | ||
| 6 | Static Attribute | Protected | Type reference (TYPE) | CRMT_BSP_SCREENSTRUCTURE | 'COMT_BSP_BP_TAX_CLASSIFICATION' | Name of DDIC Structure Assigned to Layout | 20030527 | ||
| 7 | Constant | Private | Type reference (TYPE) | SY-DATUM | '99991231' | Date and time, current (application server) date | 20030527 | ||
| 8 | Constant | Private | Type reference (TYPE) | BU_BOOLEAN | 'X' | Boolean Type, Do Not Use in Interfaces! | 20030530 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | BU_BOOLEAN | 'X' | Boolean Type, Do Not Use in Interfaces! | 20030527 | ||
| 10 | Instance attribute | Private | Type reference (TYPE) | BU_PARTNER | Business Partner Number | 20030527 |
Methods
Class CL_BSP_BP_TAXCLASSIFICATION has no method.
Events
Class CL_BSP_BP_TAXCLASSIFICATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_DATATAB | Private | See coding | 20030707 | BEGIN OF gt_datatab,
langu LIKE sy-langu,
tax_cty TYPE butx_tax_cty,
tax_reg TYPE butx_tax_reg,
tax_type TYPE butx_tax_type,
tax_group TYPE butx_tax_group,
END OF gt_datatab
|
||
| 2 | GT_WHERE_CLAUSE_TYPE | Private | See coding | 20030627 | BEGIN OF gt_where_clause_type,
clause(72) TYPE c,
END OF gt_where_clause_type
|
||
| 3 | TY_KEY | Private | See coding | 20030529 | BEGIN OF ty_key,
partner TYPE bu_partner,
tax_cty TYPE butx_tax_cty,
tax_reg TYPE butx_tax_reg,
tax_type TYPE butx_tax_type,
END OF ty_key
|
History
| Last changed by/on | SAP | 20040603 |
| SAP Release Created in | 400 |