SAP ABAP Function Module BDM_GET_BDOCXML (Get the XML Dump for BDoc types)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-MW-BDM (Application Component) BDOC Modeler
     SMW_BDM (Package) CRM Middleware - BDoc Model
Basic Data
Function Module BDM_GET_BDOCXML Get the XML Dump for BDoc types  
Function Group BDM_XML_SERVICES   XML Services  
Program Name SAPLBDM_XML_SERVICES    
INCLUDE Name LBDM_XML_SERVICESU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting POUT_BDOCCOUNT TYPE BDM_COUNT Total number of BDocs
Exporting POUT_TOTALSIZE TYPE BDM_COUNT Total size
Exporting POUT_SYNCHRONIZED_DATE TYPE BDM_CHAR8 The synchronized date
Exporting POUT_SYNCHRONIZED_TIME TYPE BDM_CHAR6 The synchronized time
Importing PIN_GET_ALL_BDOCS TYPE BDM_FLAG Get the dump for all the BDoc types
Importing PIN_GET_DELTA TYPE BDM_FLAG Get the dump only for the delta BDoc types
Importing PIN_BDOCLIST TYPE BDMX_BDOCST Table of BDocs
Importing PIN_TABLENAME TYPE TABNAME Table Name from which the XML dump needs to be fetched
Importing PIN_LAST_SYNCHRONIZEDDATE TYPE BDM_CHAR8 Last synchronized date
Importing PIN_LAST_SYNCHRONIZEDTIME TYPE BDM_CHAR6 Last synchronized time
Tables POUT_BDOCXML TYPE BDMX_DETAILS The XML Dump for BDoc types
Tables POUT_DELBDOCS TYPE BDMX_BDOCST Structure for BDocs
Exception INVALID_DATE TYPE Invalid Date and time specified
Exception NO_XML TYPE No XML generated for the specified criteria
Exception ERROR_FETCHING_XML TYPE Error in fetching the XML
Exception INVALID_TABLENAME TYPE Invalid Table Name
               
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  20041011 
SAP Release Created in 100