ERPConnect.RFCTableColumn
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
RFCTableColumn object represent an one column in a table or a structure to be exchanged with a function module
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCTableColumn(string)
return a RFCTableColumn object by a given name
Parameters
name
string
Name auf the column
RFCTableColumn(string, int, RFCTYPE)
constructs a RFCTableColumn object
Parameters
name
string
Name of the column
length
int
Length of the column
type
RFCTYPE
RFC type of the column
RFCTableColumn(string, int, int, RFCTYPE)
constucts a RFCTableColumn object
Parameters
name
string
Name of the column
length
int
Length of the column (be careful with BCD types)
decimals
int
Number of decimal digits
type
RFCTYPE
RFC type
Properties
Decimals
Number of decimal digits of the table column
Property Value
IsNonStructureLineType
Gets a value which indicates if this column is a wrapper column for a non-structure line type (single value or table). This is needed because RFCTable objects can only have RFCStructure objects as lines
Property Value
Length
Length of the column
Property Value
Name
Name of the column
Property Value
NestedColumns
Gets or sets the columns nested inside this column
Property Value
Offset
Offset of the column
Property Value
Tag
A tag that can be used for everything
Property Value
Type
RFC type of the table column