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 is meant by write lock? : sap abap data dictionary
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What is the first thing you do after vendor setup is complete?
What are the advantages of abap query tool?
How do you delete duplicate records from internal table?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
How many types of size categories and data classes are there? : abap data dictionary
what is call back in alv?
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?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What is your approach to find exit and BAdi?
What are the 2 other types of views, which are not allowed in release 3.0?
What are internal tables? How to use a specific number occurs statement?
What is dynpro? what are its components ?