‎2007 Sep 05 10:59 AM
hai ,
I am asking that i need function module to call scripts into module pool programming
sameer
Message was edited by:
Dattatreya Sarma Gollapudi
‎2007 Sep 05 11:07 AM
Sarma,
SCRIPTS:-
start_form
open_form
write_form
control_form
close_form
end_form
K.Kiran.
‎2007 Sep 05 11:22 AM
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.
‎2007 Sep 05 11:28 AM
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
‎2007 Sep 05 12:39 PM
Hi,
I asked that what are the function modules to call sap scripts into module pool programming.
Thanks in advance
‎2007 Sep 05 11:52 AM
Hi,
I asked that what are the function modules to call sap scripts into module pool programming.
Thanks in advance