SapDriver/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „== Input parameters ==“)
(Založena nová stránka s textem „Command output.“)
 
(Není zobrazeno 14 mezilehlých verzí od stejného uživatele.)
Řádek 16: Řádek 16:
 
=== Command ===
 
=== Command ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Příkaz pro SAP GUI Scripting.
+
Command for SAP GUI Scripting.
  
 
*getElementCount
 
*getElementCount
Řádek 32: Řádek 32:
 
=== Target ===
 
=== Target ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Cíl příkazu.
+
The target of the command.
  
 
=== Value ===
 
=== Value ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Hodnota parametru příkazu.
+
The value of the command parameter.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
=== Output ===
 
=== Output ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Výstup příkazu
+
Command output.

Aktuální verze z 24. 6. 2024, 19:39

Jiné jazyky:
English • ‎čeština

Description

Alias: SD

Runs the command via SAP GUI Scripting.

Runs the command specified by the Command via SAP GUI Scripting.

Input parameters

Command

Type String

Command for SAP GUI Scripting.

  • getElementCount
    • Target=Element
  • getText
    • Target=Element
  • press
    • Target=Element
  • setText
    • Target=Element
    • Value=Text

Target

Type String

The target of the command.

Value

Type String

The value of the command parameter.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Output parameters

Output

Type String

Command output.