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
<?php | |
$usuario = 'user'; | |
$pass = 'pa$$w0rd'; | |
$wsdl = 'http://sapides.logalisap.com:8000/sap/bc/srt/wsdl/flv_1EWQWE/bndg_url/sap/bc/srt/rfc/sap/zws_php/811/zws_service_php/zws_binding?sap-client=811'; | |
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
<?php | |
$usuario = 'user'; | |
$pass = 'pa$$w0rd'; | |
$wsdl = 'http://sapides.logalisap.com:8000/sap/bc/srt/wsdl/flv_1EWQWE/bndg_url/sap/bc/srt/rfc/sap/zws_php/811/zws_service_php/zws_binding?sap-client=811'; | |
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 Z_BBDD_SELECT_SINGLE | |
*& | |
*&---------------------------------------------------------------------* | |
*& | |
*& | |
*&---------------------------------------------------------------------* | |
REPORT z_bbdd_select_single. |
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 iva TYPE i. | |
DATA empresa TYPE string. |
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 nombrevariable TYPE tipode_datos. |
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
iva = 19. | |
empresa = 'LogaliSAP'. |
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
PARAMETERS: p_create RADIOBUTTON GROUP txt, | |
p_read RADIOBUTTON GROUP txt, | |
p_save RADIOBUTTON GROUP txt. | |
DATA: gt_lines TYPE STANDARD TABLE OF tline, | |
gs_lines TYPE tline, | |
gs_header TYPE thead. | |
* Los posibles valores para el ID del texto |
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
CLASS zcl_clase_abstracta DEFINITION ABSTRACT. | |
PUBLIC SECTION. | |
METHODS: set_mi_nombre ABSTRACT IMPORTING i_nombre TYPE string . | |
METHODS: escribir_nombre. | |
PRIVATE SECTION. | |
DATA: mi_nombre TYPE string. | |
ENDCLASS. "zcl_clase_abstracta DEFINITION | |
CLASS zcl_clase_abstracta IMPLEMENTATION. | |
METHOD escribir_nombre. | |
WRITE mi_nombre. |
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
*----------------------------------------------------------------------* | |
* INTERFACE zif_pedido IMPLEMENTATION | |
*----------------------------------------------------------------------* | |
* | |
*----------------------------------------------------------------------* | |
INTERFACE zif_pedido. | |
METHODS: crear_pedido. | |
ENDINTERFACE. | |
* | |
CLASS zcl_generar_pedido DEFINITION. |
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
FUNCTION z_obtener_detalles_material . | |
*"---------------------------------------------------------------------- | |
*"*"Interfase local | |
*" IMPORTING | |
*" REFERENCE(I_MATNR) TYPE MATNR | |
*" EXPORTING | |
*" REFERENCE(E_WA_MARA) TYPE MARA | |
*" EXCEPTIONS | |
*" DEBE_INFORMAR_MATNR | |
*"---------------------------------------------------------------------- |
OlderNewer