| |||
DTW Service Call Problem Types API Service Call Problem Type | |||
Service Call Problem Type Object
SAP® B1 DI-API C# definitionpublic class ServiceCallProblemTypeClass : IServiceCallProblemType, ServiceCallProblemType
{
public virtual string Description
{
get;
set;
}
public virtual string Name
{
get;
set;
}
public virtual int ProblemTypeID
{
get;
}
public extern ServiceCallProblemTypeClass();
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 Problem Types Service ServiceCallProblemTypesService Service· Table: OSCP The ServiceCallProblemTypesService service enables you to add, look up and remove service call problem types in the service call problem type master data table. Service call problem types are used to classify service calls.
To see the list of... |
|||
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 |