| |||
DTW Service Call Statuses API Service Call Status | |||
Service Call Status Object
SAP® B1 DI-API C# definitionpublic class ServiceCallStatusClass : IServiceCallStatus, ServiceCallStatus
{
public virtual string Description
{
get;
set;
}
public virtual string Name
{
get;
set;
}
public virtual int StatusId
{
get;
}
public extern ServiceCallStatusClass();
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 Status Service ServiceCallStatusService Service· Table: OSCS The ServiceCallStatusService service enables you to add, look up and remove service call statuses in the service call status master data table. Service call statuses are used to specify the status of a service call.
To see the list of service... |
|||
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 |