|
There are several ways in which GuiXT can help you to integrate external data sources into SAP ERP. Here we describe the techniques together with their pros and cons:
You will need the following GuiXT components (version 2000 Q3 01 or higher for the template-function of the Viewer in B-D): A GuiXT |
A (via an image) Example: Image (20,1) “moreinfo.gif” Start=“\\P450\prog1\sqlread1.exe &[Material]“ Advantages:
Disadvantages:
|
B (with GuiXT html Viewer) Example: View (16,1) (24,120) template=“\\P450\html\mat1.html” All &[...] variables in the html file are replaced with their current values. You can also use URLs in the html file that carry these values to CGI programs, or you can have Java script coding in the html file that works with the SAP ERP value. Advantages:
Disadvantages:
|
C (with dll-call) Example: Call “extinfo” dll=“gxexit” In=“&[Material]“ Out=“Info1″ Out=“Info2″ Out=“Info3″ or Call “extinfo” dll=“gxexit” In=“&[Material]“ Out=“Filename” Advantages:
Disadvantages:
|
D (with InputScript) Example: Pushbutton (16,1) “External data” Process=“MatExtData.txt” In this case the InputScript would set some variables that are used in the template-file. The InputScript could use various techniques (like dll-calls) in order to set the variables Advantages:
Disadvantages:
|