| |||
DTW Service Call Types API Service Call Types Service / Service Call Type | |||
Service Call Type Object
SAP® B1 DI-API C# definitionpublic class ServiceCallTypeClass : IServiceCallType, ServiceCallType
{
public virtual int CallTypeID
{
get;
}
public virtual string Description
{
get;
set;
}
public virtual string Name
{
get;
set;
}
public extern ServiceCallTypeClass();
public virtual extern void FromXMLFile( string bstrFileName);
public virtual extern void FromXMLString( string bstrXML);
public virtual extern string GetXMLSchema();
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationService Call Types Service Data Interfaces ServiceCallTypesServiceDataInterfaces Enumeration ServiceCallTypesService data interfaces. ![]() Service Call Type Params Collection ServiceCallTypeParamsCollection Collection A collection of ServiceCallTypeParams objects. ![]() Service Call Types Service ServiceCallTypesService Service· Table: OSCT The ServiceCallTypesService service enables you to add, look up and remove service call types in the service call type master data table. Service call types are used to classify service calls.
To see the list of service call types, select... |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |