T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
TPSAP::IDOC Namespace Reference

Classes

class  IDOC_CLASS
 

Functions

 createIdocObject idocFileLocation
 This procedure creates an idoc object in order to extract data. More...
 
 destroyIdocObject idocObject
 This procedure destroys an idoc object in order to free memory. More...
 

Function Documentation

◆ createIdocObject()

TPSAP::IDOC::createIdocObject   idocFileLocation  

This procedure creates an idoc object in order to extract data.

Parameters
idocFileLocationLocation of the idoc xml file
Warning
The idoc xml file must be valid. Otherwise an error will be thrown!
Returns
New instance of IDOC_CLASS

◆ destroyIdocObject()

TPSAP::IDOC::destroyIdocObject   idocObject  

This procedure destroys an idoc object in order to free memory.

Parameters
idocObjectIdentifier of an idoc object (returned from TPSAP::IDOC::createIdocObject)
Warning
Do not call this procedure more than once on the same idoc object. Otherwise an error will be thrown!
Returns
none