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 zexample. | |
DATA: | |
v_fecha1 LIKE sy-datum, | |
v_fecha2 LIKE sy-datum. | |
v_fecha1 = sy-datum. | |
CALL FUNCTION 'CALCULATE_DATE' | |
EXPORTING |
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
Icon_Length ID | |
Name Quickinfo | |
ICON_2 ICON_DUMMY '@00@'." PlaceholderIcon | |
ICON_2 ICON_CHECKED '@01@'." Checked; OK | |
ICON_2 ICON_INCOMPLETE '@02@'." Incomplete | |
ICON_2 ICON_FAILURE '@03@'." Failed | |
ICON_2 ICON_POSITIVE '@04@'." Positive | |
ICON_2 ICON_NEGATIVE '@05@'." Negative | |
ICON_2 ICON_LOCKED '@06@'." Locked | |
ICON_2 ICON_UNLOCKED '@07@'." Free; unlock |
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
* rffms270 is a standard SAP program. | |
SUBMIT rffms270 USING SELECTION-SCREEN '1000' | |
WITH p_rebzt = 'V' " Cl.doc.subsiguiente | |
WITH p_rebzj = '2012' | |
WITH p_rebzg = '1800100421' " Invoice reference | |
* WITH P_REBZZ = '' | |
WITH p_bukrs = 'CDPT' | |
WITH p_gjahr = '2012' | |
WITH p_belnr = '1600100455' |
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
DATA: | |
it_file TYPE filetable, | |
gd_subrc TYPE i. | |
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-002. | |
PARAMETERS: | |
p_file LIKE rlgrap-filename. | |
SELECTION-SCREEN END OF BLOCK b1. |
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
DATA: | |
file(1023) VALUE '\\192.168.1.42\folder\'. | |
CONDENSE file. | |
CONCATENATE file sy-datum '_' sy-uzeit '.txt' INTO file. | |
OPEN DATASET file IN TEXT MODE FOR OUTPUT ENCODING DEFAULT. | |
TRANSFER 'Hello World3' TO file. |
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. |
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
<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
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
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 |