what is the RANGES stmt used in ABAP. if anybody know this
answer. plz post imdtly
Answer Posted / 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 |
Post New Answer View All Answers
How to convert the Unit for 'Distance' (The value from one Unit to another).
Which table stores the programs created?
What are the types of subroutines? : abap modularization
How table control cn be generated using bdc? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is the relationship existing between the various data elements? : abap data dictionary
What will exactly the hide statement do?
What is maintenance view?
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is page window?
What are Pull and Push Methods?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is the bapi?
What are aggregated objects : abap data dictionary