What is a function group? : abap modularization
What are the events in ABAP/4 language?
what is the tcode for creating the invoice?
What are the domains and data elements?
what are conversion routines
ABAP : Classical reports events name
What is a persistent class?
what is the diffrence between driver program and print program in sap script
What is primary index?
What are the screen painter and menu painter?
What are the Synchronous and asynchronous methods in bdc ?
which one is efficient in following command to copy data from one itab1to another itab2 . both itab table has same structure. 1. move itab1 to itab2 2.move corresponding field of itab1 to itab2 3. itab2[] = itab2[] 4.appends line of itab1 to itab2..
5. I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it?