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

SAP Script Events

Former Member
0 Likes
587

what are the main sap script events and their functionality and usage?

1 REPLY 1
Read only

Former Member
0 Likes
325

Hi Sharad,

if you are talking about Function modules

then first OPEN_FORM "used to open the form

WRITE_FORM "used to write the content to form

CLOSE_FORM "used to close the form which is opened.

START_FORM "used to start a form

"you can call different layout

END_FORM "used to end the form which was started

CONTROL_FORM "using this you can call control commands

regards

vijay