Anfang des Inhaltsbereichs

Objektdokumentation SAPStructure Class Dokument im Navigationsbaum lokalisieren

The SAPStructure class represents a very common data type in the SAP system and is frequently used to hold the results of the RFC call as part of a SAPTableor as a BAPI error return. A structure is made up of several simple data types and can be thought of as a row of a table. The SAPStructure is generated for you by the SAP .NET Connector and should not be modified outside of the SAPConnectorGenerator tool.

 

[C#]

public class SAPStructure : System.Object

 

Public Constructors

protected SAPStructure ( )

The SAPstructure is the base class for a specific type of SAP Structure. For example a structure containing customer address data (customer, city, state, phone, etc.)

 

Example

See the Winform sample application for example code dealing with SAP Structures.

 

Ende des Inhaltsbereichs