SSP. - Set SAP® Data

<< Click to Display Table of Contents >>

Navigation:  4. AddOn Components > MR Connect for use with SAP® >

SSP. - Set SAP® Data

SSP. - Set Data from SAP®-Application

Previous Top Next


MiniRobotLanguage (MRL)

 

SSP. Command

Set Data from SAP®-Application

 

 

Intention

 

The SSP.-Command is the command to set or change settings in the MCFS via SPR-Skript. Its currently only for internal use.

 

Usage is simple:

 

SSP.(subcommand)|(one or more parameters)|(Variable with result of operation)

 

 

 

 

Syntax

 

 

SSP.subcommand[|P1][|P2][|P3]

 

 

Parameter Explanation

 

These general Rules apply:

 

1. If you omit the Variable for the Result of the command, the result will be stored on the stack.

 

2. Session numbers are counted from 1 to 6 as usual.

 

3. If you omit the connection number, a 1 is used as default number.

 

4. If there was a problem a session number of zero may be returned and the timeout flag will be set. Otherwise the timeout flag will be cleared.

 

5. All Subcommands have a long name that is better readable, and a short abbreviation that saves you typing. You can choose which one you prefer.

 

 

The following subcommands are currently supported:

 

"DebugMode","dm."

Set the actual debugging state of the MCFS-AddOn.

For internal use only. Example:

 

SSP.dm.|$$MOD

 

 

"FakeMode","fm."

 

Set the actual FakeMode state of the MCFS-AddOn.

For internal use only. Example:

 

SSP.fm.|$$MOD

 

 

 

P1..Px - (optional) depending on the subcommand, there may be no or multiple parameters needed.

 

 

 

Example

 

-

 

 

Remarks

 

-

 

 

 

Limitations:

 

If a session is busy, it can't executes SAP® GUI Scripting. Each procedure inside MCFS discovers the status of a session. If a session is busy, "Connect to SAP® " jumps over the command and will does nothing. In some cases you may get the timeout flag set.

 

 

 

See also:

 

    ! Smart Package Robot 's Addon for use with SAP® (Connect to SAP®)

    ISP. / NSP. - If SAP® State

    WSP. - Wait for SAP® State

    GSP. - Get SAP® Data