SAP ABAP Function Module IGN_DATA_COMPLETE (Prepares int. table for insert, update, delete on DB)
Hierarchy
☛
INSURANCE (Software Component) SAP Insurance
⤷
FS-CM (Application Component) Claims Management
⤷
ICL_BASIS (Package) FS-CM: General Functionality
⤷
⤷
Basic Data
| Function Module | IGN_DATA_COMPLETE | Prepares int. table for insert, update, delete on DB |
| Function Group | ICL_REUSE | Service functions within Claims |
| Program Name | SAPLICL_REUSE | |
| INCLUDE Name | LICL_REUSEU05 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
KEYFIELD1 | TYPE | FIELDNAME | ||||
| |
KEYFIELD2 | TYPE | FIELDNAME | ||||
| |
KEYFIELD3 | TYPE | FIELDNAME | ||||
| |
KEYFIELD4 | TYPE | FIELDNAME | ||||
| |
KEYFIELD5 | TYPE | FIELDNAME | ||||
| |
KEYFIELD6 | TYPE | FIELDNAME | ||||
| |
KEYFIELD7 | TYPE | FIELDNAME | ||||
| |
KEYFIELD8 | TYPE | FIELDNAME | Feldname | |||
| |
SORT_T_NEW | TYPE | BOOLE-BOOLE | 'X' | if set to 'X' (default) t_new will be sorted | ||
| |
T_NEW | TYPE | Actual record in table (import) | ||||
| |
T_OLD | TYPE | Old records in table (import) | ||||
| |
T_INSERT | TYPE | All records, which have to be inserted in DB-tab | ||||
| |
T_UPDATE | TYPE | All records, which have to be updated in DB-tab | ||||
| |
T_DELETE | TYPE | All records, which have to be deleted in DB-tab | ||||
| |
T_UNCHANGED | TYPE | All records, which remained unchanged | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in |