Python vs ABAP Data Structures

PythonABAP
ListStandard table
TupleN/A
DictWork area
SetHashed table
FrozensetN/A
N/A (*1)Field Symbol
N/A (*1)Reference
N/AInterface
abc.ABCAbstract Class

(*1) Any Python variable / function name can be used / passed as a reference. Therefore, although Python doesn’t officially have a pointer concept, you can achieve pointer functionality with any variable.

Advertisement

Posted

in

,

by

Tags:

Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s