SAP ABAP Class IF_EX_FMSPLIT_RULE_DB (Business add-in interface IF_EX_FMSPLIT_MAINTENANCE)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EX_FMSPLIT_RULE_DB | BAdI class CL_EX_FMSPLIT_RULE_DB | 20050107 |
Properties
Class | IF_EX_FMSPLIT_RULE_DB | |
Short Description | Business add-in interface IF_EX_FMSPLIT_MAINTENANCE | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 1 | |
Package | ||
Created | 20041124 | SAP |
Last change | 20050220 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_EX_FMSPLIT_RULE_DB has no forward declaration.
Interfaces
Class IF_EX_FMSPLIT_RULE_DB has no interface implemented.
Friends
Class IF_EX_FMSPLIT_RULE_DB has no friend class.
Attributes
Class IF_EX_FMSPLIT_RULE_DB has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Indicate if custom data was modified | 20041124 |
2 | ![]() |
Instance method | Public | Method | Move custom fields to editing structure during load from db | 20041124 |
3 | ![]() |
Instance method | Public | Method | Move basic rule data from editing structure to db table | 20041124 |
4 | ![]() |
Instance method | Public | Method | Move custom split fields from editing structure to db table | 20041124 |
5 | ![]() |
Instance method | Public | Method | Assign permanent ID for splits | 20041124 |
6 | ![]() |
Instance method | Public | Method | Save custom data to database | 20041124 |
Events
Class IF_EX_FMSPLIT_RULE_DB has no event.
Types
Class IF_EX_FMSPLIT_RULE_DB has no local type.
Method Signatures
Method CHECK_CUSTOM_DATA_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_FLG_DATA_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Flag indicates that custom data was changed | 20041124 | ||
2 | ![]() |
FLT_VAL | Value transfer | Type reference (TYPE) | FMSP_RULE_TP | Parameter FLT_VAL of method SAVE_RULE | 20041124 | ||
3 | ![]() |
IS_RULE | Call by reference | Type reference (TYPE) | FMSP_RULE | FM account assignment splitting rule data | 20041124 | ||
4 | ![]() |
I_NEW | Call by reference | Type reference (TYPE) | BOOLE_D | Flag: creating new rule? | 20041124 |
Method CHECK_CUSTOM_DATA_CHANGED on class IF_EX_FMSPLIT_RULE_DB has no exception.
Method LOAD_RULE_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_RULE | Call by reference | Type reference (TYPE) | FMSP_RULE | FM account assignment splitting rule data | 20041124 | ||
2 | ![]() |
FLT_VAL | Value transfer | Type reference (TYPE) | FMSP_RULE_TP | Parameter FLT_VAL of method LOAD_RULE_FROM_DB | 20041124 | ||
3 | ![]() |
IS_RULE_DB | Call by reference | Type reference (TYPE) | FMSPLIT_RULE | FM account assignment splitting rule | 20041124 | ||
4 | ![]() |
IT_SPLIT_DB | Call by reference | Type reference (TYPE) | FMSPLT_T_SPLIT | Assignment splits for an FM account assignment split rule | 20041124 |
Method LOAD_RULE_FROM_DB on class IF_EX_FMSPLIT_RULE_DB has no exception.
Method MOVE_RULE_TO_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_RULE_DB | Call by reference | Type reference (TYPE) | FMSPLIT_RULE | FM account assignment splitting rule | 20041124 | ||
2 | ![]() |
FLT_VAL | Value transfer | Type reference (TYPE) | FMSP_RULE_TP | Parameter FLT_VAL of method MOVE_RULE_TO_DB | 20041124 | ||
3 | ![]() |
IS_RULE | Call by reference | Type reference (TYPE) | FMSP_RULE | FM account assignment splitting rule data | 20041124 |
Method MOVE_RULE_TO_DB on class IF_EX_FMSPLIT_RULE_DB has no exception.
Method MOVE_SPLIT_TO_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_SPLIT_DB | Call by reference | Type reference (TYPE) | FMSPLIT_SPLIT | Split assignment values for FM account assignment splitting | 20041124 | ||
2 | ![]() |
FLT_VAL | Value transfer | Type reference (TYPE) | FMSP_RULE_TP | Parameter FLT_VAL of method MOVE_SPLIT_TO_DB | 20041124 | ||
3 | ![]() |
IS_SPLIT | Call by reference | Type reference (TYPE) | FMSP_SPLIT | Split values for an FM account assignment splitting rule | 20041124 |
Method MOVE_SPLIT_TO_DB on class IF_EX_FMSPLIT_RULE_DB has no exception.
Method RENUMBER_SPLIT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLT_VAL | Value transfer | Type reference (TYPE) | FMSP_RULE_TP | Parameter FLT_VAL of method RENUMBER_SPLIT_ID | 20041124 | ||
2 | ![]() |
I_PERMANENT_ID | Call by reference | Type reference (TYPE) | FMSP_SPLIT_ID | Unique identifier for split in FM account assignment splits | 20041124 | ||
3 | ![]() |
I_TEMP_ID | Call by reference | Type reference (TYPE) | FMSP_SPLIT_ID | Unique identifier for split in FM account assignment splits | 20041124 |
Method RENUMBER_SPLIT_ID on class IF_EX_FMSPLIT_RULE_DB has no exception.
Method SAVE_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLT_VAL | Value transfer | Type reference (TYPE) | FMSP_RULE_TP | Parameter FLT_VAL of method SAVE_RULE | 20041124 | ||
2 | ![]() |
IS_RULE | Call by reference | Type reference (TYPE) | FMSP_RULE | FM account assignment splitting rule data | 20041124 | ||
3 | ![]() |
I_DELETE | Call by reference | Type reference (TYPE) | BOOLE_D | Indicates that rule is being deleted | 20041124 | ||
4 | ![]() |
I_NEW | Call by reference | Type reference (TYPE) | BOOLE_D | Flag: creating new rule? | 20041124 | ||
5 | ![]() |
I_ON_COMMIT | Call by reference | Type reference (TYPE) | BOOLE_D | Indicates if update should be performed on commit | 20041124 |
Method SAVE_RULE on class IF_EX_FMSPLIT_RULE_DB has no exception.
History
Last changed by/on | SAP | 20050220 |
SAP Release Created in |