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 do these FORM related Function Modules do ?

Former Member
0 Likes
353

Hi,

What do these function modules do ?

1. Start_form

2.Write_form

3.Close_from

4..End_form

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
338

Take a look at the SAP Help on SAPScript.

Regards,

John.

Read only

Former Member
0 Likes
338

The FM 'OPEN_FORM' is used to call the sapscript form. Here, we have to specify the name of the form as an argument.

'WRITE_FORM' is used to specify the name of the text elements and window types.

'CLOSE_FORM' is used to save and close the form attributes.

<REMOVED BY MODERATOR>

Regards,

Priya.

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 9:42 AM