SAP ABAP Function Module CMW_SBDOCMSG_COMPARESEGMENT (sBDoc Message Segment: Determine insert, update , delete from old, new)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-MW-MFW (Application Component) Migration Framework
⤷
CMW_MIG_FINAL (Package) Migration development final release

⤷

⤷

Basic Data
Function Module | CMW_SBDOCMSG_COMPARESEGMENT | sBDoc Message Segment: Determine insert, update , delete from old, new |
Function Group | CMW_SBDOCMSG | Generic sBDoc Services |
Program Name | SAPLCMW_SBDOCMSG | |
INCLUDE Name | LCMW_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 | CHAR1 | SPACE | Use field filter (updated fields): SPACE = No, I = Inclusive, E = Exlusive | ||
![]() |
DO_DELETEINSERT_FORUPDATE | TYPE | SMO8_FLAG | SPACE | Flag: Replace update with delete and insert of the same row | ||
![]() |
BDOCTYPE | TYPE | SMOG_GNAME | Generation name of BDoc type | |||
![]() |
SEGMENTNAME | TYPE | SMOG_SNAME | Segment name (long name) | |||
![]() |
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 | 20030110 |
SAP Release Created in | 300 |