SAP Internet Graphic Server (IGS)

The following subsections show a graphical representation of the main protocol packets and how to generate them.

First we need to perform some setup to import the packet classes:

[1]:
from pysap.SAPIGS import *
from IPython.display import display

SAP IGS packet

[2]:
p = SAPIGS()
p.canvas_dump()
[2]:
../_images/protocols_SAPIGS_4_0.png

SAP IGS Table packet

[3]:
p = SAPIGSTable()
p.canvas_dump()
[3]:
../_images/protocols_SAPIGS_6_0.png