Platforms to show: All Mac Windows Linux Cross-Platform

Back to RFCContainerMBS class.

Previous items

RFCContainerMBS.UInt8Value(Index as Integer) as UInt8

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get or set UInt8 value by index.

(Read and Write computed property)

See also:

RFCContainerMBS.UInt8Value(Name as String) as UInt8

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get or set UInt8 value by name.

(Read and Write computed property)

See also:

RFCContainerMBS.Value(Index as Integer) as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Convenience method to get value as variant.

When reading, we lookup data type for the property referred by index and return a matching value via variant.

Char, String, Num, Date, Time, BCD, DecF16 and DecF34 are returned as text.
Float is returned as double value.
Long, Second, Minute and Int8 is returned as Int64.
DTDay, DTWeek, DTMonth, TSecond, TMinute, CDeay, Int1, Int2 and Int values are retuned as Integer.
Table is returned as RFCTableMBS object.
Structure is returned as RFCStructureMBS object.
Byte data is returned as MemoryBlock.

For Null, ABAPObject, XMLData, BOX types we return nil.

See also:

RFCContainerMBS.Value(Name as String) as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Convenience method to get value as variant.

When reading, we lookup data type for the property referred by name and return a matching value via variant.

Char, String, Num, Date, Time, BCD, DecF16 and DecF34 are returned as text.
Float is returned as double value.
Long, Second, Minute and Int8 is returned as Int64.
DTDay, DTWeek, DTMonth, TSecond, TMinute, CDeay, Int1, Int2 and Int values are retuned as Integer.
Table is returned as RFCTableMBS object.
Structure is returned as RFCStructureMBS object.
Byte data is returned as MemoryBlock.

For Null, ABAPObject, XMLData, BOX types we return nil.

See also:

Previous items

The items on this page are in the following plugins: MBS Tools Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...