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


Please Help Members By Posting Answers For Below Questions

How can we achieve MVC ?

874


What is the syntax for call transaction? : abap bdc

575


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?

831


What are control tables? : abap data dictionary

574


What are the difference between pool tables and transparent tables?

600






what are the important fields while preparing sales order,inquiry?

1884


What are the different kinds of lock modes?

541


What does a lock object involve?

637


What are the attributes of the data in data dictionary? : abap data dictionary

580


What is the function of a domain?

620


Type casting and error handling

910


I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management

1736


What is a database view? : abap data dictionary

625


What are the Various Types of internal tables?

713


What is a subscreen? How can we use a subscreen?

546