Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

The syntax error in modulepool program

former_member572496
Participant
0 Likes
1,256

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.

3 REPLIES 3
Read only

developerone
Contributor
0 Likes
1,119

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.

Read only

Florian
SAP Champion
SAP Champion
1,119

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.

https://wiki.scn.sap.com/wiki/display/Snippets/Simple+ABAP+dialog+program+creation-+step+by+step+pro...

Read only

former_member572496
Participant
0 Likes
1,119

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.