SAP ABAP Class CL_SW_FIND_BY_AUTHORIZATION (Find Document by Authorization Check)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS (Application Component) Sales
⤷
ERP_SALES_LORD (Package) ERP Sales Lean Order

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FIND_SDOCS_BY_ELEMENTS | Interface for Document Search Classes | 20081111 |
Properties
Class | CL_SW_FIND_BY_AUTHORIZATION | |
Short Description | Find Document by Authorization Check | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ERP_SALES_LORD | ERP Sales Lean Order |
Created | 20081027 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SW_FIND_BY_AUTHORIZATION has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FIND_SDOCS_BY_ELEMENTS | Interface for Document Search Classes | 20081111 |
Friends
Class CL_SW_FIND_BY_AUTHORIZATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TCT_AUTH_AUART | 20081104 | |||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TCT_AUTH_ORGDATA | 20081104 | |||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SW_FIND_BY_AUTHORIZATION | Find Document by Authorization Check | 20081027 |
Methods
Class CL_SW_FIND_BY_AUTHORIZATION has no method.
Events
Class CL_SW_FIND_BY_AUTHORIZATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TCS_AUTH_AUART | Public | See coding | 20081027 | BEGIN OF tcs_auth_auart,
auart TYPE auart,
actvt TYPE char2,
okay TYPE flag,
END OF tcs_auth_auart
|
||
2 | TCS_AUTH_ORGDATA | Public | See coding | 20081027 | 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_AUART | Public | See coding | 20081027 | tct_auth_auart TYPE STANDARD TABLE OF tcs_auth_auart
|
||
4 | TCT_AUTH_ORGDATA | Public | See coding | 20081027 | tct_auth_orgdata TYPE STANDARD TABLE OF tcs_auth_orgdata
|
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 605 |