clientGetStructureDefinition

The service looks up the structure definition of an SAP structure in an SAP system.

Input parameters
structName
Structure name for which the definition is looked up.
serverName
Alias of the SAP system on which the RFC function module is defined. The name must match a configured RFC connection alias at SAP® ERP.
Return values

Document list named params that contains all parameter-related information:

tabLength
Length of the structure when used in a table. It might differ from the sum of all field lengths, as the number types must be aligned to memory segments.
fieldName
Name of the field.
tabName
Optional. Name of the table or structure in the SAP system the field is referring to.
position
Position within structure.
offset
Offset in bytes to this field.
length
Internal length in bytes.
decimals
Only relevant for decimal types; number of decimals used.
type
Type of the field (Example, CHAR, STRUCTURE, TABLE, ...).