how many types of windows are there in SMARTFORMS?not in
scripts?
Answer Posted / kk
IN Script :
MAIN Main window (continuous)
CONST Constant window
VAR Variable window
GRAPH Grid screen
In Smartforms :
Main window <Mandatory>
Secondary window <Optional>
Coipies window <Effected when parent window changed>
Final window <After this any window exist
then it wont be printed>
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Give an example of interface from your project explaining why you used it?
Search help exit details.
Explain the different types of data dictionary objects?
What is an internal table?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are advantages and disadvantages of logical data base
how to modify the standard method as per your requirement
How can we set the table spaces and extent sizes? : abap data dictionary
What are Pull and Push Methods?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Explain how to Handle the internal tables in ABAP?
What is a size category? : abap data dictionary
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
How are BAPI different from Normal function modules ?
Explain the sequences of event block?