what is the main difference between headerline and workarea??
Answer Posted / manoranjan
WA is nothing but a structure has some filelds.
like DATA : wa type vbak.
But wa with header line specifies,it will act as structure as well as an internal table.
like DATA : wa type table of vbak with header line.
here WA is a structure and internal table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Explain what is step-loop? Explain all the steps?
What are the advantages of different types of bdc's?
What is a match code? : abap data dictionary
In what ways we can get the context sensitive f1 help on a field?
What is macro? : abap hr
How do you find the information on the current screen?
What are the different modes of processing batch input sessions? : abap bdc
singleton class
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
How to create user interfaces for lists?
Example of table cluster and cluster tables.
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What is luw or data base transaction ?
On which event we can validate the input fields in module programs?