loop at itab.
select matnr from mara into table itab upto 10 rows.
endloop.
will it work?
Answers were Sorted based on User's Feedback
Answer / jayshree
No.
You may not delete or overwrite table "ITAB" within a LOOP
over itself.
Is This Answer Correct ? | 12 Yes | 2 No |
Answer / aesha
Yes
But with warning message as describe above.
but prog 'll execute.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anu
Yes, this will work but will giv a warning saying we cannot
delete or overwrite the internal table within a Loop over
itself.
Is This Answer Correct ? | 4 Yes | 4 No |
What all are the differences did you find in hr module between 4.7 and ECC6 versions
Why grouping of fields is required? What is the max no of modification groups for each field?
What is the difference between call transaction method and the session method? : abap bdc
A situation: An ABAP program creates a batch-input session. We need to submit the program and the batch session in background. How to do it?
Difference between internal table and a dictionary table?
How Calculate TOTALS,SUBTOTALS in ALV Reporting?
How many types os LSMW are there anyone knows please tell me?
How to see the error message if we use call transaction method in BDC ??
1/ what is the diff between parameter & range ? 2/ what is the methodology used in your project ? 3/ what is system symbol ? 4/ what is the diff between support project & implimented project ?
Hi, Can any one help me. i have a dropdown list box with values like LG01 SAMPLEDRAW LG02 LASER......... Like this i have multiple values .and my table name is T496N. Whenever i select ex:lgo1 sampledraw the program title should be change with SAMPLEDRAW(With out execute f8 button). Thanks and Regards
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Hiall We can implement n no of implementations for a badi. which badi will be active...