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

Former Member
0 Likes
437

what are the function modules used in sap script and when we are using them?

plz explain in detail.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Hi Pradeep,

You can't use any function module in sap scripts but you can use subroutines.

The driver program will have function modules which operates sap scripts.

OPEN_FORM

CLOSE_FORM

WRITE_FORM

CONTROL_FORM

START_FORM

END_FORM

Check these links for sap scripts

http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf

http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf

http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf

http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf

Thanks,

Vinay

4 REPLIES 4
Read only

Former Member
0 Likes
416

Hi Pradeep,

You can't use any function module in sap scripts but you can use subroutines.

The driver program will have function modules which operates sap scripts.

OPEN_FORM

CLOSE_FORM

WRITE_FORM

CONTROL_FORM

START_FORM

END_FORM

Check these links for sap scripts

http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf

http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf

http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf

http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf

Thanks,

Vinay

Read only

Former Member
0 Likes
415

Pradeep,

Check this link.

Regards

Aneesh.

Read only

Former Member
0 Likes
415

sorry..

Message was edited by:

Kaushik Datta

Read only

Former Member
0 Likes
415

thanks