Skip to Content
0
Former Member
Dec 09, 2008 at 10:01 AM

Problem in Calling Subscreens

38 Views

Hi,

my main screen number is 1001 and in that screen i have a tabstrip with subscreens 1002,1003,1004,1005,1006.Each tab has an ALV...

When i click on excute button in my main screen 1001 then i need to call all the subscreens and all the ALV's should be displayed.

My coding...

Module user-command 1001.

Case Sy-ucomm.

When 'EXCE'.

CALL SUBSCREEN TAB_SCA INCLUDING sy-repid '1002'.

CALL SUBSCREEN TAB_SCA INCLUDING sy-repid '1003'.

CALL SUBSCREEN TAB_SCA INCLUDING sy-repid '1004'.

CALL SUBSCREEN TAB_SCA INCLUDING sy-repid '1005'.

CALL SUBSCREEN TAB_SCA INCLUDING sy-repid '1006'.

endcase.

endmodule.

but error is displayed as "," or "ID ... FIELD ..." expected after "SUBSCREEN".

Guys Please let me know if someone knows the solution.

Regards,

Chaithanya.