0% found this document useful (0 votes)
12 views1 page

Oi 22

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Oi 22

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SELECTION-SCREEN BEGIN OF BLOCK bl1 WITH FRAME TITLE text-001.

SELECT-OPTIONS: so_clien FOR vbrk-kunrg, "vbpa-kunnr OBLIGATORY,


so_emp FOR vbrk-bukrs,
so_tydoc FOR vbrk-fkart,
so_dtlan FOR vbrk-fkdat OBLIGATORY.
SELECTION-SCREEN END OF BLOCK bl1.

"Types
TYPES: BEGIN OF ty_dados,
vbeln TYPE vbrk-vbeln,
fkdat TYPE vbrk-fkdat,
netwr TYPE vbrk-netwr,
werks TYPE vbrp-werks,
kunnr TYPE vbpa-kunnr,
pernr TYPE vbpa-pernr,
name1 TYPE kna1-name1,
sname TYPE pa0001-sname,
cnpj_cpf TYPE dfkkbptaxnum-taxnum,
nome_centro TYPE t001w-name1,
END OF ty_dados.

" Tabelas internas e Estruturas


DATA: gt_alv TYPE TABLE OF zsfatcli,
gs_alv TYPE zsfatcli,
gt_dados TYPE TABLE OF ty_dados,
gs_dados TYPE ty_dados.

" Variáveis pertinentes a classe cl_gui_alv_grid


DATA: go_grid_100 TYPE REF TO cl_gui_alv_grid,
lo_container_100 TYPE REF TO cl_gui_custom_container,
lv_okcode_100 TYPE sy-ucomm,
gt_fieldcat TYPE lvc_t_fcat,
gs_layout TYPE lvc_s_layo,
gs_variant TYPE disvariant.

You might also like