SAP ABAP Class CL_CON_FIN_AUX_ACCT_ASGMT (Auxiliary Account Assignments RWIN)
Hierarchy
☛
IS-CWM (Software Component) Industry Solution Catch Weight Management
⤷
IS-CWM (Application Component) Industry Solution Catch Weight Management
⤷
CON_FIN_ACCE (Package) Connector: Posting with Accounting Engine
⤷
⤷
Properties
| Class | CL_CON_FIN_AUX_ACCT_ASGMT | |
| Short Description | Auxiliary Account Assignments RWIN | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | CON_FIN_ACCE | Connector: Posting with Accounting Engine |
| Created | 20050208 | SAP |
| Last change | 20050520 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CON_FIN_AUX_ACCT_ASGMT has no forward declaration.
Interfaces
Class CL_CON_FIN_AUX_ACCT_ASGMT has no interface implemented.
Friends
Class CL_CON_FIN_AUX_ACCT_ASGMT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_CON_FIN_AUX_ACCT_ASGMT | Auxiliary Account Assignments RWIN | 20050208 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | YT_ASGMT_BUFFER | Buffer with Auxiliary Account Assignments | 20050208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Write Auxiliary Account Assignment to Buffer | 20050208 | |
| 2 | Instance method | Public | Method | Delete Auxiliary Account Assignment from Buffer | 20050208 | |
| 3 | Instance method | Public | Method | Read Auxiliary Account Assignment from Buffer | 20050208 | |
| 4 | Instance method | Public | Method | Read Auxiliary Account Assignment from Buffer | 20050510 | |
| 5 | Static method | Public | Method | Delivers Singleton Instance | 20050208 | |
| 6 | Instance method | Public | Method | Clear | 20050208 |
Events
Class CL_CON_FIN_AUX_ACCT_ASGMT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_ASGMT_BUFFER | Protected | See coding | Auxiliary Account Assignments Buffer | 20050208 | BEGIN OF ys_asgmt_buffer,
snd_id TYPE con_fin_finb_snd_id,
sndkey TYPE con_fin_finb_sndkey.
INCLUDE TYPE ys_auxiliary_assignment.
TYPES: END OF ys_asgmt_buffer
|
|
| 2 | YS_AUXILIARY_ASSIGNMENT | Public | See coding | 20050223 | BEGIN OF ys_auxiliary_assignment,
kostl TYPE kostl,
aufnr TYPE aufnr,
ps_psp_pnr TYPE ps_psp_pnr,
imkey TYPE imkey,
fistl TYPE fistl,
geber TYPE bp_geber,
grant_nbr TYPE gm_grant_nbr,
lstar TYPE lstar,
END OF ys_auxiliary_assignment
|
||
| 3 | YT_ASGMT_BUFFER | Protected | See coding | Auxiliary Account Assignments Buffer | 20050208 | yt_asgmt_buffer TYPE SORTED TABLE OF ys_asgmt_buffer
WITH UNIQUE KEY snd_id sndkey
|
Method Signatures
Method ADD_ASGMT_TO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_SNDKEY | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SNDKEY | Technische Kopie von FINB_SNDKEY | 20050208 | |||
| 2 | ID_SND_ID | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SND_ID | Technische Kopie von FINB_SND_ID | 20050208 | |||
| 3 | IS_AUX_ACCT_ASSIGNMENT | Call by reference | Type reference (TYPE) | YS_AUXILIARY_ASSIGNMENT | Nebenkontierung | 20050303 |
Method ADD_ASGMT_TO_BUFFER on class CL_CON_FIN_AUX_ACCT_ASGMT has no exception.
Method DELETE_ASGMT_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_SNDKEY | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SNDKEY | Technische Kopie von FINB_SNDKEY | 20050208 | |||
| 2 | ID_SND_ID | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SND_ID | Technische Kopie von FINB_SND_ID | 20050208 |
Method DELETE_ASGMT_FROM_BUFFER on class CL_CON_FIN_AUX_ACCT_ASGMT has no exception.
Method GET_ASGMT_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_AUX_ACCT_ASSIGNMENT | Call by reference | Type reference (TYPE) | YS_AUXILIARY_ASSIGNMENT | Nebenkontierung | 20050303 | |||
| 2 | ID_SNDKEY | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SNDKEY | Technische Kopie von FINB_SNDKEY | 20050208 | |||
| 3 | ID_SND_ID | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SND_ID | Technische Kopie von FINB_SND_ID | 20050208 |
Method GET_ASGMT_FROM_BUFFER on class CL_CON_FIN_AUX_ACCT_ASGMT has no exception.
Method GET_ASGMT_FROM_BUFFER_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ITEM | Call by reference | Type reference (TYPE) | ANY | 20050510 | ||||
| 2 | ID_SNDKEY | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SNDKEY | Technische Kopie von FINB_SNDKEY | 20050510 | |||
| 3 | ID_SND_ID | Call by reference | Type reference (TYPE) | CON_FIN_FINB_SND_ID | Technische Kopie von FINB_SND_ID | 20050510 |
Method GET_ASGMT_FROM_BUFFER_2 on class CL_CON_FIN_AUX_ACCT_ASGMT has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SINGLETON | Value transfer | Object reference (TYPE REF TO) | CL_CON_FIN_AUX_ACCT_ASGMT | Nebenkontierungen RWIN | 20050208 |
Method GET_INSTANCE on class CL_CON_FIN_AUX_ACCT_ASGMT has no exception.
Method INIT Signature
Method INIT on class CL_CON_FIN_AUX_ACCT_ASGMT has no parameter.
Method INIT on class CL_CON_FIN_AUX_ACCT_ASGMT has no exception.
History
| Last changed by/on | SAP | 20050520 |
| SAP Release Created in | 200 |