SAP ABAP Question:
Can there be more than 1 main window in SAP Script?
![SAP ABAP Interview Answer SAP ABAP Interview Question](/public/images/interview/4.webp)
Answers:
Answer #1No, there cannot be more than 1 main window in SAP Script because in WRITE_FORM, it asks for the parameter Window that will create the problem.
WRITE_FORM–
Exporting
Element
Window
WRITE_FORM–
Exporting
Element
Window
Answer #2Yes, we can have more than one main window(0 to 99) in sap scripts. but we can not call more than one window at a time, one by one we can call.
Previous Question | Next Question |
What is read line in ABAP? | What are the differences between SAP memory and ABAP memory? |