Skip to content

ERPConnect.Utils.ReadTableField

Namespace: ERPConnect.Utils
Assembly: ERPConnectStandard20.dll

Represents a table field

public sealed class ReadTableField

Inheritance

objectReadTableField

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

ABAPType

ABAP type ID of the field

public string ABAPType { get; }

Property Value

string

Decimals

Number of decimal digits

public int Decimals { get; }

Property Value

int

FieldName

Name of the field

public string FieldName { get; }

Property Value

string

FieldText

Short description

public string FieldText { get; }

Property Value

string

Length

Length of the ABAP string representation in characters

public int Length { get; }

Property Value

int