SAP ABAP Class FSBP_COMPANY_CODE (Company Code in Business Partner)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA-FS-BP (Application Component) Business Partner Enhancements for Financial Services
⤷
FS_BP_ECC (Package) Business Partner in ECC
⤷
⤷
Properties
| Class | FSBP_COMPANY_CODE | |
| Short Description | Company Code in Business Partner | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FS_BP_ECC | Business Partner in ECC |
| Created | 20050311 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class FSBP_COMPANY_CODE has no forward declaration.
Interfaces
Class FSBP_COMPANY_CODE has no interface implemented.
Friends
Class FSBP_COMPANY_CODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | FSBP_COMPANY_CODE_INFO_TTY | Company Code and Assignment Information | 20050311 | |||
| 2 | Constant | Public | Type reference (TYPE) | BOOLE-BOOLE | SPACE | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20050314 | ||
| 3 | Constant | Public | Type reference (TYPE) | BOOLE-BOOLE | 'X' | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20050314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Company Code | 20050311 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20050311 | |
| 3 | Instance method | Public | Method | Deletes Company Code | 20050311 | |
| 4 | Instance method | Public | Method | Deletes a Company Code Without Event company_code_deleted | 20131010 | |
| 5 | Static method | Public | Method | Returns All Company Codes Available | 20050621 | |
| 6 | Instance method | Public | Method | Returns Company Codes | 20050311 | |
| 7 | Instance method | Public | Method | Returns Company Codes with Status Information | 20050316 | |
| 8 | Instance method | Public | Method | Indicates Whether Object Has Company Code | 20050406 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | COMPANY_CODE_ADDED | Instance Event (0) |
Public (2) |
Company Code Has Been Added | 20050421 |
| 2 | COMPANY_CODE_DELETED | Instance Event (0) |
Public (2) |
Company Code Has Been Deleted | 20050421 |
Types
Class FSBP_COMPANY_CODE has no local type.
Method Signatures
Method ADD_COMPANY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20050311 | |||
| 2 | R_ADDED | Value transfer | Type reference (TYPE) | BOOLE-BOOLE | Anfügen erfolgreich | 20050314 |
Method ADD_COMPANY_CODE on class FSBP_COMPANY_CODE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPANY_CODES | Call by reference | Type reference (TYPE) | FSBP_BUKRS_TTY | Buchungskreise | 20050311 |
Method CONSTRUCTOR on class FSBP_COMPANY_CODE has no exception.
Method DELETE_COMPANY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20050311 | |||
| 2 | R_DELETED | Value transfer | Type reference (TYPE) | BOOLE-BOOLE | Löschung erfolgreich | 20050314 |
Method DELETE_COMPANY_CODE on class FSBP_COMPANY_CODE has no exception.
Method DELETE_COMPCODE_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20131010 | |||
| 2 | R_DELETED | Value transfer | Type reference (TYPE) | BOOLE-BOOLE | Löschung erfolgreich | 20131010 |
Method DELETE_COMPCODE_MEMORY on class FSBP_COMPANY_CODE has no exception.
Method GET_ALL_COMPANY_CODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COMPANY_CODES | Value transfer | Type reference (TYPE) | FSBP_BUKRS_TTY | Buchungskreise | 20050621 |
Method GET_ALL_COMPANY_CODES on class FSBP_COMPANY_CODE has no exception.
Method GET_COMPANY_CODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COMPANY_CODES | Value transfer | Type reference (TYPE) | FSBP_BUKRS_TTY | Buchungskreise | 20050311 |
Method GET_COMPANY_CODES on class FSBP_COMPANY_CODE has no exception.
Method GET_COMPANY_CODE_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COMPANY_CODE_INFOS | Value transfer | Type reference (TYPE) | FSBP_COMPANY_CODE_INFO_TTY | Buchungskreis und Zuordnungsinformationen | 20050316 |
Method GET_COMPANY_CODE_INFOS on class FSBP_COMPANY_CODE has no exception.
Method HAS_COMPANY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20050406 | |||
| 2 | R_EXISTING | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20050406 |
Method HAS_COMPANY_CODE on class FSBP_COMPANY_CODE has no exception.
Event Signatures
Event COMPANY_CODE_ADDED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ADDED_COMPANY_CODE | Exporting | Value transfer | Type reference (TYPE) | BUKRS | Buchungskreis | 20050421 |
Event COMPANY_CODE_DELETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETED_COMPANY_CODE | Exporting | Value transfer | Type reference (TYPE) | BUKRS | Buchungskreis | 20050421 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 600 |