Application Development 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: 

QUESTION ON MODULE POOL

Former Member
0 Kudos

plz write below program in SE38 With type selecting as MODULEPOOL And execute it.

report:

write:/ ' hello program'.

u r error wil be statement nt accessible so why is it so?

8 REPLIES 8

Former Member
0 Kudos

HI Ramesh,

Module Pool program is meant for dialog programming purpose so u can not use report statement ,instead of report statement u use Program statement there wont be syntax error , but u cant execute the module pool directly for that u have to create a transaction using SE93 Tcode

Regards,

Kasi S

Former Member
0 Kudos

Please do not post multiple thread for the same query

Check this the solution is here

/community [original link is broken]

Regards

Kathirvel

0 Kudos

Hi u can use 'leave to list processing' statement in module pool to use list/report statements in module pool

Former Member
0 Kudos

Hi

Pls find link on complete Dialog programming

http://sap.mis.cmich.edu/sap-abap/abap09/

Regards

Chandrasekar

Former Member
0 Kudos

"leave to list processing"

Former Member
0 Kudos

Hi expert here a small doubt on module pool.

i want to insert a record in db table at a particular index.. please help me???

Former Member
0 Kudos

Hi,

The program TYPE : MODULE POOL is for dialog programming. In Module pool program we can write all the processing statements for PBO and PAI Events .

These Programs are not executed directly from SE38. When u execute the transaction code created for that screen then this program is executed.

Regards,

Rajitha .

Former Member
0 Kudos

hi

You cannot directly execute a module pool program from se38..

You need to create a transaction code.

create a transaction code using se93 and start object is your report object

execute your transaction .

regards

padma