QueryField Type
The fields returned by GetQueryInfo.
Remarks
After GetQueryInfo is called the following fields will be populated:
Fields
Decimals int |
The decimal value of query result field. | ||||||||||||||||||||||||||||||||||||
Description String |
The description of query result field. | ||||||||||||||||||||||||||||||||||||
Length int |
The length of the data in the query result field. | ||||||||||||||||||||||||||||||||||||
Name String |
The name of query result field. | ||||||||||||||||||||||||||||||||||||
QueryFieldType int |
The ABAP type of query result field. The valid values are as follows:
Note that the Value field will always contain a string representation of integer or floating point data. The bean will convert between this string representation and the actual integer and float data expected by the SAP system. |
Constructors
public QueryField();
public QueryField(String name, int queryFieldType, int decimals, int length, String description);