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

what is the function module for module pool and scripts

Former Member
0 Likes
786

hai ,

I am asking that i need function module to call scripts into module pool programming

sameer

Message was edited by:

Dattatreya Sarma Gollapudi

5 REPLIES 5
Read only

kiran_k8
Active Contributor
0 Likes
701

Sarma,

SCRIPTS:-

start_form

open_form

write_form

control_form

close_form

end_form

K.Kiran.

Read only

Former Member
0 Likes
701

hi,

scripts: [SE71]

1.open_form

2.close_form.

3. start_form

4.end_form

5.control_form.

module pools: [SE80]

in module pool programming we use events

1. PBO -process before output. // event triggers before the output screen appeared for user.

2. PAI - process after Input // triggers after the screen is displayed for user.

3. POV - process on value request // triggers when user presses F4 function key on any field.

4.POH - process on help request // triggers when user presses F1 function key on any field.

if helpful reward some points.

with regards,

Suresh Aluri.

Read only

Former Member
0 Likes
701

Hi,

SAP SCRIPT Fucntion modules are

1.open_form

2.close_form.

3. start_form

4.end_form

5.control_form.

6. Write_form

Module pool, we not have the function modules but we have the Events.

1. PBO -process before output.

2. PAI - process after Input

3. POV - process on value request

4.POH - process on help request

Regards

Sudheer

Read only

0 Likes
701

Hi,

I asked that what are the function modules to call sap scripts into module pool programming.

Thanks in advance

Read only

Former Member
0 Likes
701

Hi,

I asked that what are the function modules to call sap scripts into module pool programming.

Thanks in advance