skip to main
|
skip to sidebar
ABAP How To
terça-feira, 9 de março de 2010
How to create a selection screen in a report with a select option and parameters
IS as simple as this:
SELECTION-SCREEN: BEGIN OF BLOCK myblock WITH FRAME TITLE text-001.
SELECT-OPTIONS: trans FOR sflight-carrid.
PARAMETERS: xpto LIKE sflight-connid.
SELECTION-SCREEN:END OF BLOCK myblock.
Sem comentários:
Enviar um comentário
Mensagem mais recente
Mensagem antiga
Página inicial
Subscrever:
Enviar feedback (Atom)
Subscrever
Mensagens
Atom
Mensagens
Comentários
Atom
Comentários
Arquivo do blogue
►
2011
(1)
►
fevereiro
(1)
▼
2010
(26)
►
julho
(1)
►
maio
(1)
►
abril
(7)
▼
março
(17)
Upload txt/excel files to internal table (example)
How to download/upload files
How to create a dialog to go to a local/server dir...
How to sum all entries with the same key
How to create a Form using Sapscript
How to use ALV (example 2)
How to refresh an internal table using ALV OO
How to use Events in an ABAP/4 Report Program
How to use ALV with objects (example)
How to use ALV (example)
How to create a Control Table
How to create a selection screen in a report with ...
How to Check Length and Alpha Numeric Variable
How to Access or change variables that are not pas...
How to make entries in database tables without tra...
How to find the larger of two numbers
Welcome
Etiquetas
ABAP
(1)
absolute value
(1)
alv
(5)
arithmetic operators
(1)
bigger number
(1)
collect
(1)
control table
(1)
custom F4
(1)
Database table
(1)
Dialog
(1)
download
(2)
Dynamical
(2)
Events
(2)
example
(1)
excel
(1)
field-symbols
(2)
form
(1)
internal table
(2)
larger number
(1)
logical expression
(1)
memory
(1)
OO
(2)
parameters
(1)
pointers
(1)
radio button
(1)
read
(1)
reference variables
(1)
SAP
(1)
sapscript
(1)
save
(1)
select-options
(1)
selection-screen
(2)
server
(1)
SM30
(1)
table
(1)
table control
(1)
Table entries
(1)
Transport request
(1)
txt
(1)
upload
(3)
user-exit
(2)
variables
(1)
welcome
(1)
xls
(1)
Seguidores
Sem comentários:
Enviar um comentário