Save (Method) 

Definition

Saves the updated form definition.

Remarks

This method is used by the SAPforms Designer when a form is designed to save the modified form definition after the binding has been defined. The modifications can affect the binding definition or possibly the source code entered in the form.

Classification 1

Save

ß SAPData class

ß SAPforms Data Plug-In for Workflow

ß SAPData class

ß SAPforms Data Plug-In for Function Modules

ß SAPData class

ß SAPform Data Plug-In for IDoc

ß SAPData class

ß SAPform Data Plug-In for Demo

Properties

Saves the current property values of an SAPData object in a structured string. Counterpart of the Load method.

When a form is created, the SAPforms Designer uses this method to save the structure description retrieved from the R/3 System permanently in the form.

The R/3 structure is restored from the structured string at runtime by the Load method.

Parameter

Description

Tgt

String in which the status is stored.

Classification 2

Save

ß Field Class

ß SAPforms Data Plug-In for Workflow

ß SAPforms Data Plug-In for Function Modules

ß SAPforms Data Plug-In for IDoc

Properties

Saves the current property values of an SAPData object in a structured string. Counterpart of the Load method. The string is saved with a form so that the structure information is available when the form is executed.

Parameter

Description

Tgt

Stores the string structure.

Classification 3

Save

ß Fields Class

ß SAPforms Data Plug-In for Workflow

ß SAPforms Data Plug-In for Function Modules

ß SAPforms Data Plug-In for IDoc

Properties

Loads the property values of a fields object from a structured string. As a result, the status of the fields object that was previously saved permanently with the Save method is restored.

The string is saved with the form so that the structure information is available when the form is executed.

Parameter

Description

Tgt

Stores the string structure.

Classification 4

Save

ß Segment class

ß SAPforms Data Plug-In for IDoc

Properties

This method saves the structure of a segment, including the field list, in a structured string.

Parameter

Description

Tgt

Stores the string structure.

Classification 5

Save

ß Segments class

ß SAPforms Data Plug-In for IDoc

Properties

This method saves the segment list in a structured string. Counterpart of the Load method.

Parameter

Description

Tgt

Stores the string structure.

Classification 6

Save

ß Links class

ß SAPforms Form Plug-In for Visual Basic

ß Links class

ß SAPforms Form Plug-In for MS Office

ß Links class

ß SAPforms Form Plug-In for MS Outlook

Properties

Method that writes the content of all links to a file. Counterpart of the Load method.

Parameter

Description

Tgt

Stores the string structure.

Classification 7

Save

ß SAPForm class

ß SAPforms Form Plug-In for Visual Basic

ß SAPForm class

ß SAPforms Form Plug-In for MS Office

ß SAPForm class

ß SAPforms Form Plug-In for MS Outlook

Properties

Method that saves a form to a file if it was created from a file.

Reads the old file and writes updated lines to the new file.

Classification 8

Save

ß SAPXmit class

ß SAPforms Data Plug-In for Demo

ß SAPXmit class

ß SAPforms Form Plug-In for Outlook

ß SAPXmit class

ß SAPforms Transmit Plug-In for RFC

ß SAPXmit class

ß SAPforms Transmit Plug-In for MAPI

ß SAPXmit class

ß SAPforms Transmit Plug-In for SAPMAPI

ß SAPXmit class

ß SAPforms Transmit Plug-In for WinSock

ß SAPXmit class

ß SAPforms Transmit Plug-In for Demo

Properties

Saves the current property values of an SAPXmit object in a structured string. Counterpart of the Load method.

When a form is created, the SAPforms Designer uses this method to save the structure description retrieved from the R/3 System permanently in the form.

The R/3 structure is restored from the structured string at runtime by the Load method.

Parameter

Description

Tgt

String in which the status is stored.