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
What is the use of 'for all entries'?
How the at-user command serves mainly in lists?
What does an exec sql statement do in abap?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What is the syntax for call transaction? : abap bdc
How to analysis Background Job for performance Issue?
How do you delete duplicate records from internal table?
What is lock mechanism? How do we create lock objects in abap?
Which function module would you use to check the user’s authorization to access files before opening a file?
Explain what are extracts?
Explain the advantages of logical databases?
What is meant by read lock? : sap abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?
what are the important fields while preparing sales order,inquiry?
What is the table buffer?