Answer Posted / siddharth samal
if its occurs 1 then only one record will be copied to the
internal table among the total number of entries selected
as the selection is restricted by the internation table.
if its occurs 2 then only 2 lines would be displayed or
fetched to the internal table.
if you know the number of lines then you can specify that
in OCCURS statemnt that would take that much of space but
if not sure then its better to take OCCURS 0.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the different methods of passing data? : abap modularization
What is the Difference between At Line selection and At user-command?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the function of a domain? : abap data dictionary
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are the different types of luws?
What are internal tables? How do you get the number of lines in an internal table?
What two statements are required in an abap program to output an icon using a write statement?
How can we access the correction and transport system?
What is the logo in sap script?
What are function modules?
Can you define a field without a data element? : abap data dictionary
Describe the data classes?