Is der any other criteria for using For All Entries except
if not itab is initial?
Answers were Sorted based on User's Feedback
Answer / iranna
after select statement of itab check for SY-SUBRC and write
for all entries..
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / nivedhan
In case of FOR ALL entries,
1. Move the contents of the internal table to a local
internal table.
2. Sort the local internal table with the key you are going
to use.
3. Delete adjacent duplicates in the local internal table
with the same key you have used for sorting.
4. Finally, before the select query check if the local
internal table is not initial.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / venkateswarlu
otherthan if itab is not initial
If sy-subrc = 4.
Is This Answer Correct ? | 2 Yes | 4 No |
What are the organizational related infotypes? : abap hr
1/ what r the driver programe used in your script ? 2 / can we change from classical report to interactive report ?
Domain-use?
How do you retrieve the data for repetitive structures
What is tcode se16?
what is the difference between master, transactional and customised data
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Have you used SAP supplied programs to load master data?
What is the program flow of BADI(step by step)?
Hi all, How can u get the Sales order no. if u know only Delivery order
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Where the data captured data is stored in ALV Interactive Reports using usercommand?? I_callback_usercommand