I am creating a SAP Program in which there's more that 200 parameters
PARAMETERS: P_DATE type D default Sy-DATUM.
PARAMETERS: P_DATE2 type D default Sy-DATUM
.
.
.
PARAMETERS: P_DATE2 type D default Sy-DATUM
When I compile it, I got the following errormessage:
CALL SCREEN(not modal) in modal dialog box not allowed
It works if I have only about 190 parameters. It could be just some limits. Any ideas? Thank you in