SAP ABAP Function Module SMW3_SBDOCMSG_COMPARESEGMENT (sBDoc Message Segment: Determine insert, update , delete from old, new)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-MW-SRV (Application Component) Flow / Services
⤷
SMW3 (Package) CRM Flow II
⤷
⤷
Basic Data
| Function Module | SMW3_SBDOCMSG_COMPARESEGMENT | sBDoc Message Segment: Determine insert, update , delete from old, new |
| Function Group | SMW3_SBDOCMSG | Generic services for sBdoc messages |
| Program Name | SAPLSMW3_SBDOCMSG | |
| INCLUDE Name | LSMW3_SBDOCMSGU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
DO_NOT_DELETE | TYPE | SMO8_FLAG | SPACE | Flag: Convert delete to no operation | ||
| |
USE_FIELDFILTER | TYPE | SMO8_FLAG | SPACE | Flag: Use field filter when determining updated fields | ||
| |
DO_DELETEINSERT_FORUPDATE | TYPE | SMO8_FLAG | SPACE | Flag: Replace update with delete and insert of the same row | ||
| |
STRUCTURENAME | TYPE | TYPENAME | Segment row: Name of dictionary type | |||
| |
KEYFIELDNAME | TYPE | FIELDNAME | Name of the key field in a segment row | |||
| |
TI_OLDSEGMENTDATA | TYPE | Old data as found on CDB | ||||
| |
TI_NEWSEGMENTDATA | TYPE | New data for CDB | ||||
| |
TI_FIELDFILTER | TYPE | DFIES | Table fields used for field by field compare | |||
| |
TO_INSERT | TYPE | Segment rows to be inserted | ||||
| |
TO_UPDATE | TYPE | Segment rows to be updated | ||||
| |
TO_DELETE | TYPE | Segment rows to be deleted | ||||
| |
TO_NOOPERATION | TYPE | Segment rows that need not to be changed | ||||
| |
INVALID_STRUCTURE | TYPE | STRUCTURENAME not found in DDIC | ||||
| |
INVALID_STRUCTURE_DEFINITION | TYPE | Structure not suitable for compare | ||||
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 | 20010829 |
| SAP Release Created in | 300 |