|
| InputScripts sometimes require reading data that is displayed in
R/3 list format. A typical example is the following list that is shown
when you start transaction ME56, "Assign Source of Supply to
Requisitions":
The "screen elements" window of GuiXT is completely empty in this case, and the screen number is always 0120. Please note: It is not possible to change lists with GuiXT, but you can read data from lists in InputScripts, and you can add more user functions with GuiXT scripts.
The following system variables are available for lists:
Automatic scrolling
|
| Example
1 (based on R/3 Rel. 4.6C)
You display an additional pushbutton "DIsplay selected material" on the ME56 list. When the user selects a material number (cursor) and then presses the button, you call the material master display transaction MM03 in a new mode, pass the selected material number, and press enter.
GuiXT Script RM06BL00.E0120.txt
InputScript ShowMaterial.txt
|
Example 2 (based on R/3 Rel. 4.6C) You want to display an html file that contains all requisitions with additional data like price, value, creator,... Please note that this example is fine for small lists, but might result in performance problems for larger amount of data GuiXT Script RM06BL00.E0120.txt
InputScript ME56.Overview.txt
html page ME56.Overview.template.html (ceated with MS Frontpage)
Resulting html view:
|