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
Importing DO_NOT_DELETE TYPE SMO8_FLAG SPACE Flag: Convert delete to no operation
Importing USE_FIELDFILTER TYPE SMO8_FLAG SPACE Flag: Use field filter when determining updated fields
Importing DO_DELETEINSERT_FORUPDATE TYPE SMO8_FLAG SPACE Flag: Replace update with delete and insert of the same row
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  20010829 
SAP Release Created in 300