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 |
Difference between sy-tabix and sy-index?
What is the max no of screen no's we create
what is the main difference between lsmw and bdc ? in which situation we will go for lsmw instead of bdc?
Can we include customizing include or an append structure with pooled or cluster tables?
TOPIC : LSMW PROBLEM : WHEN I AM UPLOADING THE NON SAP DATA TO SAP I AM GETTING ERROR BY GIVING A MESSAGE "THAT IT CAN UPLOAD ONLY 45 CHARACTERS REST ARE NOT SAVED"AND BY THIS WAY I AM NOT ABLE TO PROCEED FURTHER...........
What are the events in ABAP language?
what is the use of STOP,EXIT,CHECK,CONTINUE in internal table?
can please tell me the differences b/w bapi & bdc?
How to creat transactions? : abap data dictionary
How do you create secondary index. Do you have access to create secondary index?
Explain what is runtime analysis?
Give few names of cluster tables in sap ?