SAP ABAP Question:

Can there be more than 1 main window in SAP Script?

SAP ABAP Interview Question
SAP ABAP Interview Question

Answers:

Answer #1
No, 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

Answer #2
Yes, 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 QuestionNext Question
What is read line in ABAP?What are the differences between SAP memory and ABAP memory?