What is the significance of main window in a page, what are
the types of the window?
Answer Posted / prabhas
Main window is usefull for continues test
Windows in Sap Scripts
1.main window-continues text
2, varable window-for address
3.constant window-for page header and footer
4.graphic window-images
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
Name some system global variables you can use in abap programs?
What is a variable in the sap abap?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is system-land-scape of your project?
How is conversion of data types done between abap/4 & db layer?
Can we define our own match code id's for sap matchcodes ?
Can a transparent table exist in data dictionary but not in the data base physically? : sap 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???
Explain what is the difference between sy-tabix and sy-index? Where it is used?
State the system field for the current date?
What is a table pool? : abap data dictionary
What are the differences between macro and subroutine?