‎2006 Feb 02 6:10 AM
what are the main sap script events and their functionality and usage?
‎2006 Feb 02 6:18 AM
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