what is the RANGES stmt used in ABAP. if anybody know this
answer. plz post imdtly
Answers were Sorted based on User's Feedback
Answer / abhinesh mishra
ranges are just like select-options but you dont get the
option to enter at seletion screen .
ranges: gr_hkont for bsis-hkont.
you can use it in the select queries
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / roni
O tipo Ranges é usado para armazenar um intervalo de dados.
Se você cria um dado do tipo range você está criando uma
estrutura com 4 campos.
campo_range-low,
campo_range-high,
campo_range-option,
campo_range-sign.
O campo low guarda o menor valor de seu intervalo.
O campo high o maior.
Sobre o option e o sign verifique o help.
Escreva range e aperte F1 no editor do programa.
Abraços!!!
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / polusreereddy
hi
ranges are same as select-options but the difference is in
select-options it creates the internal table with header
line.but in ranges we create the explicit internal table.
regards
polusreereddy
Is This Answer Correct ? | 3 Yes | 3 No |
What is the significance of the memory table ‘screen’?
what u can do in technical spec(i mean from functional spec what r u writing in tech spec)?
Which function module you will use to attach a search help to a field in Selection screen?
What is the difference between a substructure and an append structure? : abap data dictionary
How to print Back to Back in Scripts?
What are different types of parameters?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
6. wat is pf status interactine report?
why do you selected sap abap as your career as there are many technical modules are there?
Write the bdc table structure? : abap bdc
What is the use of at new statement ?