How to insert row in an Internal table?
Answers were Sorted based on User's Feedback
Answer / vrushali
INSERT [wa INTO INITIAL LINE INTO] TABLE itab
INSERT LINES OF itab1 [FROM idx1] [TO idx2]
INTO TABLE itab2.
Is This Answer Correct ? | 6 Yes | 3 No |
select * up to 2 rows from zemp into table itab
Is This Answer Correct ? | 2 Yes | 4 No |
How you can handle errors in BDC.IN the log file what type of error mostly will be facing in real time
What are the rules to create a BAPI?
How do you validate the selection criteria of a report? And how do you display initial
what is a cluster directory in abap hr.how can we read a cluster directory
We have 100 records in table how to fetch 10 th record?
From excel to abap - is batch mode possible ? : abap bdc
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the various types of BDC's?
What are the two levels in defining a match code? : abap data dictionary
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
If your project is support project ? when is your implementation has completed ?
How to Read long Text using Scripts