This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = traceback.print_exc(file=open('exc.txt', 'w')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rfc.init_table('TNAME') | |
line = rfc.tables['TNAME'].struc() | |
line['FIELD1'] = value | |
rfc.tables['TNAME'].append(line) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wx.ART_ADD_BOOKMARK | |
wx.ART_DEL_BOOKMARK | |
wx.ART_HELP_SIDE_PANEL | |
wx.ART_HELP_SETTINGS | |
wx.ART_HELP_BOOK | |
wx.ART_HELP_FOLDER | |
wx.ART_HELP_PAGE | |
wx.ART_GO_BACK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AQUAMARINE | |
BLACK | |
BLUE | |
BLUE VIOLET | |
BROWN | |
CADET BLUE | |
CORAL | |
CORNFLOWER BLUE | |
CYAN, DARK GREY | |
DARK GREEN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sap="http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzpolcreapedidoventascom"> | |
<soapenv:Header/> | |
<soapenv:Body> | |
<sap:SapZpolCreaPedidoVentasCom> | |
<I_APELLIDO1>?</I_APELLIDO1> | |
<I_APELLIDO1_ENTREGA>?</I_APELLIDO1_ENTREGA> | |
<!--Optional:--> | |
<I_APELLIDO1_FACTURA>?</I_APELLIDO1_FACTURA> | |
<!--Optional:--> | |
<I_APELLIDO1_PAGO>?</I_APELLIDO1_PAGO> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conn=/H/<sap_router_ip>/S/3299/H/<sap_server>/S/3200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*&---------------------------------------------------------------------* | |
*& Report ZMAY_BACKUP | |
*& | |
*&---------------------------------------------------------------------* | |
*& | |
*& | |
*&---------------------------------------------------------------------* | |
REPORT zmay_backup. |