GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  SAP R/3  >  Reports

 Print  |  
Question:  What is the command to be used to transfer the data from one internal table to another internal.



May 05, 2008 14:31:14 #3
 iter.manas   Member Since: May 2008    Total Comments: 6 

RE: What is the command to be used to transfer the data from one internal table to another internal.
 
Also...
APPEND LINES FROM itab1 TO itab2.
     

 

Back To Question