SAP ABAP Class CL_FIP_AUTH_BUFFER (FIP Authortity Check Buffer)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-FIP (Application Component) Perishables Procurement
⤷
FIP_BACKEND_CONN_BAPI (Package) Backend Connectivity (BAPI) for Fresh Item Procurement

⤷

⤷

Properties
Class | CL_FIP_AUTH_BUFFER | |
Short Description | FIP Authortity Check Buffer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FIP_BACKEND_CONN_BAPI | Backend Connectivity (BAPI) for Fresh Item Procurement |
Created | 20080502 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FIP_AUTH_BUFFER has no forward declaration.
Interfaces
Class CL_FIP_AUTH_BUFFER has no interface implemented.
Friends
Class CL_FIP_AUTH_BUFFER 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) | FIP_T_AUTH_BUFFER | Authorization Buffer | 20080505 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UNAME | User Name | 20080502 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080505 | |
2 | ![]() |
Instance method | Public | Constructor | 20080502 |
Events
Class CL_FIP_AUTH_BUFFER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | FIP_S_AUTH_BUFFER | Private | See coding | 20080502 | BEGIN OF fip_s_auth_buffer,
object TYPE xuobject ,
actvt TYPE activ_auth,
id1(10) TYPE c,
val1(10) TYPE c,
id2(10) TYPE c,
val2(10) TYPE c,
id3(10) TYPE c,
val3(10) TYPE c,
result TYPE sysubrc,
END OF fip_s_auth_buffer
|
||
2 | FIP_T_AUTH_BUFFER | Private | See coding | 20080502 | fip_t_auth_buffer TYPE HASHED TABLE OF fip_s_auth_buffer
WITH UNIQUE KEY object actvt id1 val1 id2 val2 id3 val3
|
Method Signatures
Method CHECK_AUTHORITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ACTVT | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20080505 | ||
2 | ![]() |
IM_ID1 | Call by reference | Type reference (TYPE) | C | 20080505 | |||
3 | ![]() |
IM_ID2 | Call by reference | Type reference (TYPE) | C | 20080505 | |||
4 | ![]() |
IM_ID3 | Call by reference | Type reference (TYPE) | C | 20080505 | |||
5 | ![]() |
IM_OBJECT | Call by reference | Type reference (TYPE) | XUOBJECT | Authorization Object | 20080505 | ||
6 | ![]() |
IM_USERID | Call by reference | Type reference (TYPE) | UNAME | SY-UNAME | User Name | 20080505 | |
7 | ![]() |
IM_VAL1 | Call by reference | Type reference (TYPE) | C | 20080505 | |||
8 | ![]() |
IM_VAL2 | Call by reference | Type reference (TYPE) | C | 20080505 | |||
9 | ![]() |
IM_VAL3 | Call by reference | Type reference (TYPE) | C | 20080505 | |||
10 | ![]() |
RV_AUTHORITY | Value transfer | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20080505 |
Method CHECK_AUTHORITY on class CL_FIP_AUTH_BUFFER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | UNAME | SY-UNAME | User Name | 20080502 |
Method CONSTRUCTOR on class CL_FIP_AUTH_BUFFER has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 604 |