tab - Python extension for parsing and creating Tables to be added to an RFC Interface.
Generally you would not create one of these manually as it is far easier to use the "discovery" functionality of the conn.discover("RFCNAME") method. This returns a fully formed interface object. This is achieved by using standard RFCs supplied by SAP to look up the definition of an RFC interface and any associated structures.
import saprfc tab = tab(name="table name", structure=struct, len=int, value=[]))