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.



August 08, 2007 05:02:15 #2
 Manjula devi   Member Since: Visitor    Total Comments: N/A 

RE: What is the command to be used to transfer the dat...
 
Take there is two internal tables itab1 and itab2.

1.move-corresponding itab1 to itab2.
2.move itab1 to itab2.
3.itab2 = itab1
     

 

Back To Question