HI ,
I need to create select-options in screen programming . I have created a subscreen 900.I have placed the subscreen area in screen 100. I have used the following statement.
SELECTION-SCREEN BEGIN OF SCREEN 0900 AS SUBSCREEN.
SELECT-OPTIONS: s_cdate for zmm_migo-cdate,
s_werks FOR zmmikpf-werks,
s_lgort FOR zmmikpf-lgort.
SELECTION-SCREEN END OF SCREEN 0900.
I have also used the call subscreen statements in both pbo and pai.
when iam trying to activate the top include its throwing me information message saying Error when generating the selection screen "0900" of report "ZINBOUND_DET and not geting activated .
Thanks