‎2018 Nov 26 5:33 PM
Hi Friends,
When i writing one module pool programming getting one syntax error but i couldn't find that error I'e statement is not accessible.
Please find the below screen i highlighted that error find the attachment.

Thanks & Regards,
Sainath K.
‎2018 Nov 26 6:41 PM
Wrong placement of CALL SCREEN, your CALL SCREEN will not get executed. Where is your START-OF-SELECTION ? Please post your code in its entirety it makes it easy for the members to analyze.
‎2018 Nov 26 9:05 PM
Your call screen has to be done in a PAI or PBO module, if your in a module pool. So the initial start of your program can be executed via a transaction code or a report, for example.
Maybe you refer to your course handbook and/or have a look at the help.sap.com sites.
Here is a very simple example how to use it.
‎2018 Nov 27 1:46 PM
Hi friends ,
Thank you for your response.I will make the changes now and let you know if I need any further assistance.
Thnaks & Regards,
Sainath K.