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
Importing DO_NOT_DELETE TYPE SMO8_FLAG SPACE Flag: Convert delete to no operation
Importing USE_FIELDFILTER TYPE CHAR1 SPACE Use field filter (updated fields): SPACE = No, I = Inclusive, E = Exlusive
Importing DO_DELETEINSERT_FORUPDATE TYPE SMO8_FLAG SPACE Flag: Replace update with delete and insert of the same row
Importing BDOCTYPE TYPE SMOG_GNAME Generation name of BDoc type
Importing SEGMENTNAME TYPE SMOG_SNAME Segment name (long name)
Importing STRUCTURENAME TYPE TYPENAME Segment row: Name of dictionary type
Importing KEYFIELDNAME TYPE FIELDNAME Name of the key field in a segment row
Tables TI_OLDSEGMENTDATA TYPE   Old data as found on CDB
Tables TI_NEWSEGMENTDATA TYPE   New data for CDB
Tables TI_FIELDFILTER TYPE DFIES Table fields used for field by field compare
Tables TO_INSERT TYPE   Segment rows to be inserted
Tables TO_UPDATE TYPE   Segment rows to be updated
Tables TO_DELETE TYPE   Segment rows to be deleted
Tables TO_NOOPERATION TYPE   Segment rows that need not to be changed
Exception INVALID_STRUCTURE TYPE STRUCTURENAME not found in DDIC
Exception INVALID_STRUCTURE_DEFINITION TYPE Structure not suitable for compare
               
Processing Type
Normal Function Module  
Remote-Enabled 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