SAP ABAP Class CL_SW_BIL_FIND_BY_AUTHORIZED (Find Billing Documents by Authorization Object)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD (Application Component) Sales and Distribution
⤷
LOG_DOC_SEARCH_IMPL (Package) Logistics - Search Wrapper Implementations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BIL_FIND_DOCS_BY_ELEMENTS | Interface for Document Search Classes for Billing Documents | 20101220 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FIND_DOCS_BY_ELEMENTS | Interface for Document Search Classes | 20100902 |
Properties
| Class | CL_SW_BIL_FIND_BY_AUTHORIZED | |
| Short Description | Find Billing Documents by Authorization Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LOG_DOC_SEARCH_IMPL | Logistics - Search Wrapper Implementations |
| Created | 20100902 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SW_BIL_FIND_BY_AUTHORIZED has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BIL_FIND_DOCS_BY_ELEMENTS | Interface for Document Search Classes for Billing Documents | 20101220 | ||
| 2 | IF_FIND_DOCS_BY_ELEMENTS | Interface for Document Search Classes | 20100902 |
Friends
Class CL_SW_BIL_FIND_BY_AUTHORIZED has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TCT_AUTH_FKART | Sales and Distribution Document Number | 20100902 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TCT_AUTH_ORGDATA | Sales and Distribution Document Number | 20100902 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SW_BIL_FIND_BY_AUTHORIZED | Local instance | 20100902 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | check accounting status | 20100917 |
Events
Class CL_SW_BIL_FIND_BY_AUTHORIZED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_AUTH_FKART | Private | See coding | 20100902 | BEGIN OF tcs_auth_fkart,
fkart TYPE fkart,
actvt TYPE char2,
okay TYPE flag,
END OF tcs_auth_fkart
|
||
| 2 | TCS_AUTH_ORGDATA | Private | See coding | 20100902 | BEGIN OF tcs_auth_orgdata,
vkorg TYPE vkorg,
vtweg TYPE vtweg,
spart TYPE spart,
actvt TYPE char2,
okay TYPE flag,
END OF tcs_auth_orgdata
|
||
| 3 | TCT_AUTH_FKART | Private | See coding | 20100902 | tct_auth_fkart TYPE STANDARD TABLE OF tcs_auth_fkart
|
||
| 4 | TCT_AUTH_ORGDATA | Private | See coding | 20100902 | tct_auth_orgdata TYPE STANDARD TABLE OF tcs_auth_orgdata
|
Method Signatures
Method CHECK_ACC_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STATUS | Call by reference | Type reference (TYPE) | STATUS_ACC | Status of a Document in FI/CO | 20100917 | |||
| 2 | IS_VBRK | Call by reference | Type reference (TYPE) | VBRK | Billing Document: Header Data | 20100917 |
Method CHECK_ACC_STATUS on class CL_SW_BIL_FIND_BY_AUTHORIZED has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |