2006 Dec 27 8:29 PM
2006 Dec 27 8:34 PM
Sub routines are referring to as FORMS in ABAP. You can call them using the PERFORM statement.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db976935c111d1829f0000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db984635c111d1829f0000e829fbfe/frameset.htm
Regards,
Rich Heilman
Hi,
Anyone please send me good material for routines.
2006 Dec 27 8:34 PM
Sub routines are referring to as FORMS in ABAP. You can call them using the PERFORM statement.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db976935c111d1829f0000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db984635c111d1829f0000e829fbfe/frameset.htm
Regards,
Rich Heilman
2006 Dec 27 8:56 PM
Hi Bharat,
A subroutine is a block of code introduced by FORM and concluded by ENDFORM.
FORM <subr> [USING ... [VALUE(]<pi>[)] [TYPE <t>|LIKE <f>]... ]
[CHANGING... [VALUE(]<pi>[)] [TYPE <t>|LIKE <f>]... ].
...
ENDFORM.
Check these links to know more about subroutines in SAP
http://help.sap.com/saphelp_46c/helpdata/en/9f/db975c35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/9f/db976935c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/9f/db977635c111d1829f0000e829fbfe/content.htm
http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_MODULARIZATION_FAQ.html
Thanks,
Vinay
2006 Dec 27 9:13 PM
sub routine is termed as PERFORM in ABAP similar to PROCEDURE in other programming languages. We usually write PERFORM to modularize our program.
Thanks,
Santosh
2006 Dec 27 9:38 PM
Check this link for general questions on Routines.
http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_MODULARIZATION_FAQ.html
Regards,
-Venkat.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |