Can you create a script with out a main window ?
Answer Posted / navneet
No, we can't create a script without a main window , there
should be atleast one main window on the page and maximum
can be up to 99.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Mention some important events in abap programming.
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What are match codes? describe?
What are the three components of a work process?
What are the function module in bdc?
Did you create primary index?
What are the kinds of foreign key fields?
In a loop of an internal table, what is the use of at first & at last statements?
Name some data dictionary objects?
What are the screen elements.
How to find the return code of an stmt in abap programs?
Why is pretty printer user in abap?
What are the ways you can do the tuning?
What are aggregated objects
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.