Description
A data structure object holding properties for the BOEInstructionsService.
| |||
API BOE Instructions / BOE Instruction | |||
BOE Instruction Object
SAP® B1 DI-API C# definitionpublic class BOEInstructionClass : IBOEInstruction, BOEInstruction
{
public virtual string InstructionCode
{
get;
set;
}
public virtual string InstructionDesc
{
get;
set;
}
public virtual int InstructionEntry
{
get;
}
public virtual BoYesNoEnum IsCancelInstruction
{
get;
set;
}
public extern BOEInstructionClass();
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 informationBOE Instructions BOEInstructions Collection This is a data collection of BOEInstruction data structure. |
|||
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 |