1
1-bit bilevel, stored with the leftmost pixel in the most significant bit.
0 means black, 1 means white.
1;I
1-bit bilevel, stored with the leftmost pixel in the most significant
bit. 0 means white, 1 means black.
# This examples show how to perform remote function calls | |
import pysap | |
# Set configuration file (contains server, mandant, user, password, etc) | |
sap_conn = pysap.Rfc_connection(conn_file='sapconn.ini') | |
# Open connection | |
sap_conn.open() |
; This is sample .ini files containing connection definitons. | |
; Modify values to suit your needs. | |
; Any connection parameter recognized by SAP connection string may be used as key | |
; To connect to system defined as 'Connection 1' use: | |
; conn=pysap.Rfc_connection(conn_file='/path/to/this/file',conn_name='Connection 1') | |
; conn.open() | |
[DEFAULT] |
rfc.init_table('TNAME') | |
line = rfc.tables['TNAME'].struc() | |
line['FIELD1'] = value | |
rfc.tables['TNAME'].append(line) |
x = traceback.print_exc(file=open('exc.txt', 'w')) |
Entrar a la SE16N | |
Escribir en el campo donde se escribe la transacción: &sap_edit | |
Ejecutar la selección con F8, eliminar lo que se necesite. | |
import smtplib | |
SERVER = 'server.com' | |
FROM = '[email protected]' | |
TO = ['test.server.com'] | |
SUBJECT = 'New Subject' | |
TEXT = 'This is the text' |
ls -la | awk ' {print $6,$7,$9; }' | sed "1,4d" |
git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive | |
-------------------------------------------------------------------------- | |
git submodule init | |
git submodule update |
REPORT ZBROWSER . | |
call method cl_gui_frontend_services=>execute | |
exporting | |
document = 'http://hugo-dc.com' | |
exceptions | |
others = 1. |