Skip to content

Instantly share code, notes, and snippets.

@hugo-dc
Created May 10, 2013 16:31
Show Gist options
  • Save hugo-dc/5555582 to your computer and use it in GitHub Desktop.
Save hugo-dc/5555582 to your computer and use it in GitHub Desktop.
Fill RFC Table (easysap)
rfc.init_table('TNAME')
line = rfc.tables['TNAME'].struc()
line['FIELD1'] = value
rfc.tables['TNAME'].append(line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment