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 |
Which transaction code can I use to analyze the performance of abap program?
what is result set of an inner join at database level ?
What do you mean by batch data communications programming?
Can we use more than two field in SELECT-OPTION? For example Normally we get two field which is from and to fields, but i want to get more values.....
4 Answers Altrion Technologies,
Tell the step by step procedure to print a smart form?
what is the difference between templates and tables.
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
How does one know that the legacy files have come on to the SAP server you are working on?
please send differences between events
What are the components of sap scripts? : abap hr
What are the different types of loops in the sap abap?
Explain the different types of data dictionary objects?